···6767 desc: "Plays audio through audio elements."
6868 - url: "components/engine/queue/element.js"
6969 title: "Queue"
7070- desc: "A simple queue for tracks."
7070+ desc: "A queue for tracks."
7171+ - url: "components/engine/repeat-shuffle/element.js"
7272+ title: "Repeat & Shuffle"
7373+ desc: "Signals synced with local storage (classified by group) that decide if audio should be repeated and if the queue should be shuffled when filling it."
71747275input:
7376 - url: "components/input/opensubsonic/element.js"
···9699 todo: true
9710098101orchestrators:
102102+ - url: "components/orchestrator/auto-queue/element.js"
103103+ title: "Automatic queue"
104104+ desc: "Sets the given queue element pool whenever the tracks signal from the given output changes. Additionally it always fills the queue automatically based (shuffled or regular, based on repeat-shuffle engine)."
99105 - url: "components/orchestrator/input/element.js"
100106 title: "Input"
101107 desc: "**A default input configuration.** Contains all the inputs provided here."
···108114 - url: "components/orchestrator/queue-audio/element.js"
109115 title: "Queue ⭤ Audio"
110116 desc: "Connects the given queue engine to the given audio engine."
111111- - url: "components/orchestrator/queue-tracks/element.js"
112112- title: "Queue ⭤ Tracks"
113113- desc: "Sets the given queue element pool whenever the tracks signal from the given output changes."
114114- - url: "components/orchestrator/repeat-shuffle/element.js"
115115- title: "Repeat & Shuffle"
116116- desc: "An opinionated way to setup repeat & shuffle."
117117 - url: "components/orchestrator/sources/element.js"
118118 title: "Sources"
119119 desc: "Monitor tracks from the given output to form a list of sources based on the input's sources return value."