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: respect sorting facets

+7 -7
+7 -7
src/_data/facets.json
··· 30 30 "desc": "Store tracks locally for offline usage automatically after they've been playing for a little while." 31 31 }, 32 32 { 33 + "url": "facets/misc/command/index.html", 34 + "title": "Command Menu", 35 + "category": "Misc", 36 + "featured": true, 37 + "desc": "A command palette for common actions: add the now-playing track to Favourites, select or create playlists, remove playlists, and toggle repeat/shuffle." 38 + }, 39 + { 33 40 "url": "facets/connect/index.html", 34 41 "title": "Connect", 35 42 "category": "Data", ··· 140 147 "title": "Scrobble / Last.fm", 141 148 "category": "Misc", 142 149 "desc": "Connect to Last.fm to setup the Last.fm scrobbler." 143 - }, 144 - { 145 - "url": "facets/misc/command/index.html", 146 - "title": "Command Menu", 147 - "category": "Misc", 148 - "featured": true, 149 - "desc": "A command palette for common actions: add the now-playing track to Favourites, select or create playlists, remove playlists, and toggle repeat/shuffle." 150 150 }, 151 151 { 152 152 "url": "facets/misc/split-view/index.html",