Help! Partymode function at startup works but not fully
#1
Hi there,

just need some help with my little script for the partymode.

What i want simply is turning on the partymode in a script, like the button does in the pm3hd skin.

At the moment I start via the autoexec.py the partymode to play musicvideos randomly after launching xbmc. For that I do the following in a script:

import nt, xbmc
file = 'special://profile/partymode-video.xsp'
xbmc.executebuiltin('XBMC.PlayerControl(PartyMode(' + file + '))')

This works well except one thing: If I choose one video by myself while the videos are running, after playing that, the random shuffle play stops fully, so partymode is disabled!!!

But normally the behaviour of the partymode is, if I turn it on for example in the pm3hd skin different (partymode button under video->library mode->partymode). It simply plays even after choosing a video again random videos. So simply the idea of the partymode.

Maybe someone can help with this?

Would be very helpfull
Thanks Sascho
Reply

Logout Mark Read Team Forum Stats Members Help
Help! Partymode function at startup works but not fully0