I am trying to play a single track from Home Assistant Music Player Daemon (MPD) and it doesn’t work.
It works with playlists but not with the single tracks.
How local mopidy files (File, Local) have to be addressed from an external application? Does it require a full path to the file? Should mopidy find a file just by calling a track by name from an external application?
Thank you.
I found these URIs and they work in HA:
‘file:///media/music/Moonlight.mp3’ (for Mopidy-File)
and
‘local:track:Moonlight.mp3’ (for Mopidy-Local)
Probably that Home Assistant integration can’t browse/search mopidy for URIs for single tracks.