Party mode issues
#3
service addons get auto started when kodi starts and will run in the background:
https://kodi.wiki/view/Service_add-ons

not sure if i fully get the behavior you're after, but perhaps you can listen for the onPlayBackEnded() callback
and then start the partymode...
python:
def onPlayBackEnded(self):
    xbmc.executebuiltin('PlayerControl(Partymode(music))')
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
Party mode issues - by niceboy - 2019-02-09, 10:29
RE: Party mode issues - by Karellen - 2019-02-09, 10:55
RE: Party mode issues - by ronie - 2019-02-09, 13:16
RE: Party mode issues - by niceboy - 2019-02-10, 09:46
RE: Party mode issues - by niceboy - 2019-02-10, 10:32
RE: Party mode issues - by niceboy - 2019-02-13, 10:56
RE: Party mode issues - by ronie - 2019-02-13, 11:35
Logout Mark Read Team Forum Stats Members Help
Party mode issues0