-
I am creating an entity that displays the correct Music Provider icon and title in the lovelace UI. I already have all the SVG files for the providers ready to go. I just dont know all the possible domains to make it work. For instance I right now the output is media_contact_id: spotify://track/7fmJGzyvOcbh6UANsH8Cp6 Apple Music - ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can find the domains in the Having said that you might actually need the URI root which I see is sometimes different when I use TuneIn - library Looks like Tidal might have the full provider identified as I see Where you have "Music Assistant" I assume you mean a builtin playlist? If so the ID will change depending on the origin of the track. |
Beta Was this translation helpful? Give feedback.
You can find the domains in the
manifest.json
files in the various folders here https://github.com/music-assistant/server/tree/main/music_assistant/server/providersHaving said that you might actually need the URI root which I see is sometimes different when I use
mass.search
. For example:TuneIn - library
Filesystem - library
Looks like Tidal might have the full provider identified as I see
tidal--bCA86LLE
Where you have "Music Assistant" I assume you mean a builtin playlist? If so the ID will change depending on the origin of the track.