Installed, tested, approved. It works very well and it’s just what I was expecting for my multi-room audio system. I was using a panel-iframe with Iris and Spotify, it will replace it.
The only missing thing is the search function.
Hope this will receive official support.
Jan 09 17:28:54 figrindan mopidy[4477]: ERROR [SpotifyBackend-6] mopidy_spotify.web Spotify Web API request failed: {'status': 400, 'message': 'too many ids requested'}
I discovered why this happens, and fixed it.
The URL for the images is relative to the mopidy server, not HA, which caused them not to be loaded.
The fix I implemented only works when browsing your library from the same network your mopidy server is in: It will prefix the url with http://<mopidy server>:<mopidy port>. This will not work when you access hass from the internet.
If anybody knows if there’s a way to cache or proxy images through HA, I’d like to know.
Thx for this platform, which I’d love to replace my current MPD mediaplayer integration with.
Please allow me one remark: contrary to other/most mediaplayer platforms, it seems impossible to be switched ‘off’, but remains in ‘idle’ state when not playing. As the MPD player acts normally in this respect, this is probably not due to restrictions imposed by the underlying mopidy server ?
And whilst we’re at it: would you see fit to include the ‘source_list’ feature, which most other mediaplayers have - including the MPD player ? Thanks for considering …
Thanks you for your interest in the platform.
There was a reason why I kept it in Idle, that was before I implemented the Library. Maybe it’s time to get rid of that. I will see what is possible here.
I will have a look at the source_list feature. I don’t understand it’s meaning at this point in time.
I will definitely have a look at what MPD provides as source_list. Or if anyone can provide a pointer, I would be grateful.
RIght now I’m overhauling the media library integration, as there are serious gaps due to my lack of understaning and documentation of the python classes, but I think I’m almost there.