Kodi Community Forum

Full Version: Changing playing track closes fullscreen mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
why does changing the currently playing music track via JSON RPC close the fullscreen mode? Can this be prevented (of course the remote control could always request fullscreen again after a track change, not really elegant).
Regards,
Markus
I dont see that here. Whats. Your code?
Let's say you have 3 items in the current play queue, item 0 is playing, and you switch to item 1 by:

{"jsonrpc":"2.0","method":"Player.Open","params":{"item":{"playlistid":0,"position":1}}}

and boom, gone is your fullscreen mode.

Alternatively, just switch tracks in e.g. the official iOS music remote.
There's also the problem with video playlist in lot's of cases Sad