@gleno0h
If i do curl http://192.168.2.250:5005/Woonkamer/state | jq ‘.’
then i get
{
"volume": 15,
"mute": false,
"equalizer": {
"bass": 0,
"treble": 9,
"loudness": true
},
"currentTrack": {
"artist": "Sky Radio 101 FM",
"title": "Lene Marlin - Sitting Down Here",
"albumArtUri": "/getaa?s=1&u=x-sonosapi-stream%3as9067%3fsid%3d254%26flags%3d8224%26sn%3d0",
"duration": 0,
"uri": "x-sonosapi-stream:s9067?sid=254&flags=8224&sn=0",
"type": "radio",
"stationName": "Sky Radio 101 FM",
"absoluteAlbumArtUri": "http://192.168.2.13:1400/getaa?s=1&u=x-sonosapi-stream%3as9067%3fsid%3d254%26flags%3d8224%26sn%3d0"
},
"nextTrack": {
"artist": "",
"title": "",
"album": "",
"albumArtUri": "",
"duration": 0,
"uri": ""
},
"trackNo": 1,
"elapsedTime": 137,
"elapsedTimeFormatted": "00:02:17",
"playbackState": "PLAYING",
"playMode": {
"repeat": "none",
"shuffle": false,
"crossfade": false
}
}
and now?