Updated HTTP API

ScratsAcorn

Member
Joined
Aug 8, 2024
Messages
7
Currently working on a simple player and remote for tvOS and watchOS and I would love to have a few additional values in the getPlayerStatus command. The biggest one would be the album art URL, but also having Service Name, Bit Depth, and Sample Rate would be amazing. I realize UPnP would solve some of these issues, but HTTP would make this a lot simpler.
 
You could always build a simple proxy server that accepts http requests, and forwards them to the WiiM via UPnP.
 
Back
Top