A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update index page

+7 -7
+7 -7
src/index.vto
··· 67 67 desc: "Plays audio through audio elements." 68 68 - url: "components/engine/queue/element.js" 69 69 title: "Queue" 70 - desc: "A simple queue for tracks." 70 + desc: "A queue for tracks." 71 + - url: "components/engine/repeat-shuffle/element.js" 72 + title: "Repeat & Shuffle" 73 + 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." 71 74 72 75 input: 73 76 - url: "components/input/opensubsonic/element.js" ··· 96 99 todo: true 97 100 98 101 orchestrators: 102 + - url: "components/orchestrator/auto-queue/element.js" 103 + title: "Automatic queue" 104 + 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)." 99 105 - url: "components/orchestrator/input/element.js" 100 106 title: "Input" 101 107 desc: "**A default input configuration.** Contains all the inputs provided here." ··· 108 114 - url: "components/orchestrator/queue-audio/element.js" 109 115 title: "Queue ⭤ Audio" 110 116 desc: "Connects the given queue engine to the given audio engine." 111 - - url: "components/orchestrator/queue-tracks/element.js" 112 - title: "Queue ⭤ Tracks" 113 - desc: "Sets the given queue element pool whenever the tracks signal from the given output changes." 114 - - url: "components/orchestrator/repeat-shuffle/element.js" 115 - title: "Repeat & Shuffle" 116 - desc: "An opinionated way to setup repeat & shuffle." 117 117 - url: "components/orchestrator/sources/element.js" 118 118 title: "Sources" 119 119 desc: "Monitor tracks from the given output to form a list of sources based on the input's sources return value."