a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
11
fork

Configure Feed

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

docs: update readme

intergrav 6ce3f8c7 a82cd800

+20 -1
+20 -1
README.md
··· 10 10 - username: demo 11 11 - password: demo 12 12 13 - this is not feature-complete, and is also unstable. this project is still a **very early work-in-progress** and i am working on it in my free time. 13 + this is not feature-complete. this project is still an **early work-in-progress** and i am working on it in my free time. please do not expect it to be fully stable just yet. 14 14 15 15 ![screenshot of tinysub 1.0.0](./.static/screenshot.png) 16 16 17 + ## faq 18 + 19 + ### offline support? 20 + 21 + maybe in the future? i'm not sure what limits web applications have on IndexedDB and how many songs i could store in there. i may be able to add offline support with a limit to the cache, but it's definitely not high priority. 22 + 23 + at the current moment, tinysub _requires_ an active connection to the server to work. 24 + 25 + ### mobile support? 26 + 27 + ehhhh kinda. it does have responsive design, so menus do shift and resize based on whether you're on mobile or desktop, however, tinysub is mostly designed to look and feel like a desktop application, and also has certain controls that are not accessible on mobile (such as dragging rows around, selecting multiple items with shift, etc). 28 + 29 + for alternative Subsonic clients: on iOS, i heavily recommend [Arpeggi](https://testflight.apple.com/join/LDWqgjAs) (whenever the TestFlight opens back up) or [Amperfy](https://github.com/BLeeEZ/amperfy). on Android, i've heard [Symfonium](https://www.symfonium.app) is amazing. 30 + 31 + for mobile to work you will likely need to install the app as a PWA so that the browser's tab bar doesn't interfere with the app. this is a known problem on Safari and Firefox (haven't tested others). 32 + 17 33 ## todo 18 34 19 35 - ✓ playback ··· 35 51 - ✓ looping 36 52 - ✓ sort by 37 53 - ✓ pwa (not offline, but installable) 54 + - proper focus management 38 55 - search 39 56 - playlist management 40 57 - replaygain 58 + - language support (should be easy) 59 + - customizable table column toggles 41 60 42 61 ## credits 43 62