I m using the Sony audio control API with a ZR5 and an USB key. I can select the USB storage with the Json
{
"method":"setPlayContent",
"id":1,
"params":[
{
"output":"extOutput:zone?zone=1",
"uri":"storage:usb1"
}
],
"version":"1.2"
}
But impossible to start the playing. I can start it with my phone, but impossible to make pause or stop with the API.
The ZR5 don't support setPlayNextContent or pausePlayingContent .
How I can start the playing on an USB key, if it's possible ?