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 facet list

+3 -5
+2 -4
src/_data/facets.json
··· 83 83 "title": "Default Input Bundle", 84 84 "kind": "prelude", 85 85 "category": "Data", 86 - "featured": true, 87 86 "desc": "The default setup for audio input sources. Adds support for: HTTPS, Icecast, the local filesystem, OpenSubsonic, and S3-compatible storage." 88 87 }, 89 88 { ··· 91 90 "title": "Default Output Bundle", 92 91 "kind": "prelude", 93 92 "category": "Data", 94 - "featured": true, 95 93 "desc": "The default setup for user-data storage output. Adds support for: AT Protocol and S3-compatible storage. For both of these a custom local-first syncing algorithm is used." 96 94 }, 97 95 { ··· 100 98 "kind": "prelude", 101 99 "category": "Data", 102 100 "featured": true, 103 - "desc": "Process all your audio inputs automatically into tracks when opening any interface. Only happens once every 10 minutes, if the processing was completed." 101 + "desc": "Process all your audio inputs into tracks automatically when opening any interface. Only happens once every 10 minutes, if the processing was completed." 104 102 }, 105 103 { 106 104 "url": "facets/data/process-tracks/index.html", ··· 139 137 "title": "Winamp", 140 138 "category": "Themes", 141 139 "featured": true, 142 - "desc": "Windows 98 inspired theme that uses the Webamp player in combination with Diffuse." 140 + "desc": "Windows 98 inspired theme with a classic Winamp skin for the audio player. The Winamp playlist is a combination of the queue's history, the track that's currently playing and the future queue items." 143 141 }, 144 142 { 145 143 "url": "themes/winamp/browser/facet/index.html",
+1 -1
src/themes/winamp/vendor/README.md
··· 1 - Thanks to Webamp! 1 + Thanks to [Webamp](https://github.com/captbaritone/webamp)!