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.

fix: title cases

+7 -7
+7 -7
src/index.vto
··· 72 72 73 73 orchestrators: 74 74 - url: "components/orchestrator/auto-queue/element.js" 75 - title: "Automatic queue" 75 + title: "Automatic Queue" 76 76 desc: > 77 77 Fill the queue automatically with non-manual items (shuffled or regular, based on repeat-shuffle engine). 78 78 - url: "components/orchestrator/favourites/element.js" ··· 95 95 title: "Path Collections" 96 96 desc: "Wraps an output element to generate ephemeral playlists based on the first path segment of each track's URI. Ephemeral items are excluded from storage." 97 97 - url: "components/orchestrator/process-tracks/element.js" 98 - title: "Process inputs into tracks" 98 + title: "Process Inputs Into Tracks" 99 99 desc: "Whenever the cached tracks are initially loaded through the passed output element it will list tracks by using the passed input element. Afterwards it loops over all tracks and checks if metadata needs to be fetched. If anything has changed, it'll pass the results to the output element." 100 100 - url: "components/orchestrator/queue-audio/element.js" 101 101 title: "Queue ⭤ Audio" ··· 132 132 desc: "Provides a way to search through a collection of tracks, powered by orama.js" 133 133 134 134 supplements: 135 - - title: "Last.fm scrobbler" 135 + - title: "Last.fm Scrobbler" 136 136 todo: true 137 - - title: "ListenBrainz scrobbler" 137 + - title: "ListenBrainz Scrobbler" 138 138 todo: true 139 - - title: "Rocksky scrobbler" 139 + - title: "Rocksky Scrobbler" 140 140 todo: true 141 - - title: "Teal.fm scrobbler" 141 + - title: "Teal.fm Scrobbler" 142 142 todo: true 143 143 144 144 transformers: ··· 146 146 desc: "Translate data to and from an Automerge CRDT." 147 147 url: "components/transformer/output/bytes/automerge/element.js" 148 148 todo: true 149 - - title: "Output / Bytes / Cambria lenses" 149 + - title: "Output / Bytes / Cambria Lenses" 150 150 desc: "Uses the Cambria library to seamlessly translate between data schemas so that no data migration is needed." 151 151 todo: true 152 152 - title: "Output / Bytes / DASL Sync"