xbmc.Player().play(identifier, windowed=True)
#1
xbmc.Player().play(identifier, windowed=True)

Is there a way of changing the above windowed to false as the video is playing
Reply
#2
hi is there a bit of code that can send a video to full screen mode like if the video is playing in the background i can add a button that will then bring that video to view
Reply
#3
give this a shot:
python:
xbmc.executebuiltin('Action(FullScreen)')
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
(2019-06-16, 18:09)ronie Wrote: give this a shot:
python:
xbmc.executebuiltin('Action(FullScreen)')

Works Perfect Thank You
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc.Player().play(identifier, windowed=True)0