doccosgrove / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

video plays always fullscreen on xbox #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Try XBMC.PlayMedia instead of Player().play() ?

XBMC.PlayMedia($INFO[ListItem.Trailer]).........Is fullscreen
XBMC.PlayMedia($INFO[ListItem.Trailer],1)...........Is windowed

Original issue reported on code.google.com by maloep on 19 May 2010 at 7:03

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 23 May 2010 at 3:56

GoogleCodeExporter commented 8 years ago

This has to be fixed in xbmc4xbox. Trac Ticket: 
http://sourceforge.net/apps/trac/xbmc4xbox/ticket/9

Original comment by maloep on 20 Jun 2010 at 7:32