OK, one last question, sorry to bother but it seems you know a lot
Is there a way to add party mode to favorites?
I found some way, if you edit party mode rules, then in creates PartyMode.xsp directly in profile folder.
I am trying to play this playlist, but it does not behave same as clicking party mode on the side menu...
this playlist (that I defined which sources to use) looks static, its always the same songs, and more then 10 songs...
while, when clicking on party mode on the side menu, i get random 10 songs every time...
EDIT: If I edit further the rule, to randomize the list, and limit it to 10, then at first it looks like party mode, but its not. after 10 songs play, thats it
So I dont know whats the point of calling it PartyMode.xsp when it doesnt behave like party mode...
EDIT2: there is an addon that can activate party mode on startup or on screensaver, but I want a button to activate it when I want (when a button on the wall is pressed, script is executed etc...)
i tail the kodi log when party mode is fired, it runs some mqsql query to the library, picks 10 songs and says party mode activated...there must be a way to trigger it
found it:
import xbmc
xbmc.executebuiltin('PlayerControl(PartyMode)')
love it