I use
curl -s --insecure https://WIIM_IP/httpapi.asp\?command\=getPlayerStatus | jq -r '.status'
where WIIM_IP is the IP of the WiiM Pro unit to poll the current playback status. This works perfectly with Airplay, Spotify Connect, Chromecast and returns "play" or "stop", according to the status. However, the same command yields "none" when using Tidal Connect. Can anyone confirm this?
curl -s --insecure https://WIIM_IP/httpapi.asp\?command\=getPlayerStatus | jq -r '.status'
where WIIM_IP is the IP of the WiiM Pro unit to poll the current playback status. This works perfectly with Airplay, Spotify Connect, Chromecast and returns "play" or "stop", according to the status. However, the same command yields "none" when using Tidal Connect. Can anyone confirm this?