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

Configure Feed

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

chore: improve default facet set

+4 -1
+1
src/_data/facets.json
··· 152 152 "title": "Preload Tracks", 153 153 "kind": "prelude", 154 154 "category": "Playback", 155 + "tags": ["base"], 155 156 "desc": "Automatically preload the next track in the queue." 156 157 }, 157 158 {
+3 -1
src/common/facets/constants.js
··· 16 16 // INTERACTIVE 17 17 "facets/connect/index.html", 18 18 "facets/data/sources/index.html", 19 + "facets/themes/blur/facet/index.html", 19 20 "facets/themes/blur/artwork-controller/facet/index.html", 21 + "facets/themes/winamp/facet/index.html", 20 22 21 23 // PRELUDES (BASE) 22 24 "facets/data/metadata-bundle/index.html", 23 25 "facets/data/artwork-bundle/index.html", 24 26 "facets/data/input-bundle/index.html", 25 27 "facets/data/output-bundle/index.html", 28 + "facets/playback/preload/prelude/index.html", 26 29 27 30 // PRELUDES 28 31 "facets/data/process-tracks/prelude/index.html", 29 32 "facets/misc/scrobble/index.html", 30 33 "facets/playback/auto-queue/prelude/index.html", 31 - "facets/playback/preload/prelude/index.html", 32 34 ];