2020-02-29, 23:17
Hi,
I'm able to play a decent item from playlist using:
{"jsonrpc": "2.0", "method": "Player.GoTo", "params": {"playerid": self.__player_id, "to": m_index}, "id": 14}
Player is running this item and continues with the next item. How can opt out this behaviour and play just the single item?
I worked around with no luck, by "catching" the notifications from webserver. So im able to run:
Player.stop
at the end of the first item.
But the player runs the next item "immediately" which results in an short artefact from the next item before player stops.
It's possible to configure the breaktime between playlist items being played?
I'm able to play a decent item from playlist using:
{"jsonrpc": "2.0", "method": "Player.GoTo", "params": {"playerid": self.__player_id, "to": m_index}, "id": 14}
Player is running this item and continues with the next item. How can opt out this behaviour and play just the single item?
I worked around with no luck, by "catching" the notifications from webserver. So im able to run:
Player.stop
at the end of the first item.
But the player runs the next item "immediately" which results in an short artefact from the next item before player stops.
It's possible to configure the breaktime between playlist items being played?