2023-03-12, 02:27
I'm using the API's Player.Open with a directory to play all items from a folder. It works great, except that it stops when it encounters images (e.g., folder.jpg).
I assume it's displaying the image, but I'm running headless so I don't want it to.
Is there a way to exclude the images and/or have it only show for X seconds and then move on?
I assume it's displaying the image, but I'm running headless so I don't want it to.
Is there a way to exclude the images and/or have it only show for X seconds and then move on?
{"jsonrpc":"2.0",
"method":"Player.Open",
"params":
{"item":
{"directory":"/mnt/media-net/audio/incoming/"}
},
"id":1
}