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.

Update about page

+14 -7
+1 -1
src/Static/About/About.css
··· 76 76 } 77 77 78 78 blockquote { 79 - border-left: 4px solid rgb(254, 196, 24); 79 + border-left: 4px solid rgb(231, 150, 128); 80 80 margin-left: 0; 81 81 padding-left: 0.75rem; 82 82 }
+13 -6
src/Static/About/About.md
··· 24 24 25 25 You can choose between these services: 26 26 27 - - [Blockstack](https://blockstack.org/) 28 - - [RemoteStorage](remotestorage.io) 29 - - [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) <small>(ie. anonymous mode)</small> 27 + - [<del>Blockstack</del>](https://blockstack.org/) <small>(TODO)</small> 28 + - [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) <small>(browser)</small> 29 + - [IPFS](https://ipfs.io/) 30 + - [RemoteStorage](https://remotestorage.io/) 31 + - [<del>Solid</del>](https://solid.inrupt.com/) <small>(TODO)</small> 32 + - [Textile](https://github.com/textileio/go-textile) 30 33 31 34 32 35 ### Music layer ··· 35 38 36 39 - [Amazon S3](https://aws.amazon.com/s3/) 37 40 - [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/) 41 + - [Azure File Storage](https://azure.microsoft.com/en-us/services/storage/files/) 42 + - [<del>Blockstack Gaia Storage</del>](https://github.com/blockstack/gaia) <small>(TODO)</small> 38 43 - [Dropbox](https://dropbox.com/) 39 44 - [Google Drive](https://drive.google.com/) 45 + - <del>HTTP Server</del> <small>(TODO)</small> 40 46 - [IPFS](https://ipfs.io/) 41 - - Local Filesystem <small>(native only)</small> 42 - - [WebDAV](https://en.wikipedia.org/wiki/WebDAV) <small>(native only)</small> 47 + - [WebDAV](https://en.wikipedia.org/wiki/WebDAV) 43 48 44 49 45 50 ··· 119 124 120 125 <div id="UI" /> 121 126 122 - ### UI 127 + 128 + 129 + ## UI 123 130 124 131 The user interface should be self explanatory, but there are a few "hidden" features: 125 132