-
-
Notifications
You must be signed in to change notification settings - Fork 70
FR: Add support for local files and media servers like Subsonic #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, I have tons of experience with Subsonic. Subsonic API is quite simple. Basically, every single API request is authenicated by a MD5 salt + hash, and after that everything else is quite easy to implement. TS implementation of the subsonic API I use in my music player (that's entierly Subsonic based): https://github.com/yourfriendoss/musicplayer2/blob/main/src/lib/subsonic.ts |
@yourfriendoss Hello. |
@staniel359 Yes! There are many servers and they all roughly support the same API with slight version differences, so you can create a local server on your laptop or your NAS for example, and just play music from your phone, PC, laptop, whatnot else. Client implementations Server implementations:
Subsonic API currently has some disagreements, but if you can create a API library based on the latest subsonic version I don't think it'll change much. Important discussion: https://support.symfonium.app/t/subsonic-servers-participation/1233 |
@yourfriendoss Thank you. |
No description provided.
The text was updated successfully, but these errors were encountered: