Open Subsonic servers as Music Source #1806
Closed
khers
started this conversation in
Feature requests and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We now hove the ability to register music servers which work to the Open Subsonic API definition as music providers to Music Assistant. This implementation has been tested against Gonic and Navidrome but should work with any implementation. We currently only import Music to the Music Assistant database but the infrastructure for handling podcasts is present when they are supported in Music Assistant.
Configuration:
You will need to provide the following to Music Assistant:
There is also a toggle for podcasts which will have no effect now but will allow those who cannot or do not want to make podcasts available to Music Assistant to disable Podcasts for this provider.
Known issues:
Not all server implementations accept an empty string as a search query, however this is considered valid input per the API documentation. If search or track enumeration fails, ask the authors of your server implementation about handling empty query strings.
Trouble shooting tips
This provider makes use of https://github.com/khers/py-opensonic for communicating with the server, if something is failing to work properly in Music Assistant, try to use that library to interact with your server (can you ping it?, fetch artist and albums?, can you search?).
Beta Was this translation helpful? Give feedback.
All reactions