Kodi Community Forum

Full Version: xbmc.Player().play(identifier, windowed=True)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
xbmc.Player().play(identifier, windowed=True)

Is there a way of changing the above windowed to false as the video is playing
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
give this a shot:
python:
xbmc.executebuiltin('Action(FullScreen)')
(2019-06-16, 18:09)ronie Wrote: [ -> ]give this a shot:
python:
xbmc.executebuiltin('Action(FullScreen)')

Works Perfect Thank You