XBMC Community Forum
>
Help and Support
>
Plugin/Script (Python) Help and Support
> Request: Run Party Mode at XBMC Startup
PDA
View Full Version :
Request: Run Party Mode at XBMC Startup
vpiccoli
2007-05-02, 00:00
Would someone please consider writing a script that will execute PartyMode at the startup of XBMC?
Thanks!:D
Nuka1195
2007-05-02, 01:16
import xbmc
xbmc.executebuiltin("XBMC.PlayerControl(PartyMode)")
that toggles it on/off
vpiccoli
2007-05-02, 15:57
Thanks! It worked perfectly.:D