PDA

View Full Version : Launch XBMC fullscreen with external application


alessio2
2008-12-09, 22:53
I have an applicalition that launches .exe files and when I added xbmc.exe to launch it was in windowed mode.
To launch it in FS I have to put some extra parameters ... how can I make an exe file (maybe something like .bat) to launch xbmc in fullscreen mode?

alessio2
2008-12-10, 11:14
No help... ???
I took some time to explore and do this by myself, so I'm going to share this with others :;):

In XBMC-FS_1.0.zip file there is bat file with small code to load XBMC.exe with -fs -p (fullscreen command), bat to exe converter and compiled XBMC-FS.exe file which only represents link to original XBMC.exe file.
Souce code has only 3 lines :laugh: so you can simply edit and compile new one and post it here.
Currently XBMC-FS.exe (ver.1.0) must be in the same folder as XBMC.exe but this can easily be changed ;)

Why do i/you need this loader?
- If you have an external application for launching .exe files (as I do for launching XBMC.exe) and you don't like basic windowed mode - XBMC-FS.exe launches XBMC.exe with needed parametres to play it FullScreen.

Is compatible with all XBMC windows versions.

Download XBMC-FS (http://www.2shared.com/file/4428513/7d9b80bd/XBMC-FS_10.html)

Mart!
2008-12-10, 11:45
You could have also changed advancedsettings.xml to always startup fullscreen

http://xbmc.org/wiki/?title=AdvancedSettings.xml#.3Cfullscreen.3E

alessio2
2008-12-10, 13:55
You could have also changed advancedsettings.xml to always startup fullscreen

http://xbmc.org/wiki/?title=AdvancedSettings.xml#.3Cfullscreen.3E
Great... i was reinventing the wheel :rolleyes:
Maybe someone will still find it easy to use ;)

Thanks for this information Mart.