How to change the default behavior of opening playlist instead of playing it?
#1
Hi - I've googled this, looked at the wiki, site:googled this website with no luck.

I've added a couple of Playlists to the submenu of Videos. When I click on them, they're opening up instead of just playing.

Anyone know what I need to modify to enable them to just play on click?

Thank you either way!
Reply
#2
Figured it out - documenting in case anyone else runs into this....

In %username%/Appdata/roaming/xbmc/addons/skin.refocus/720p/HomeSubMenu.xml

Find:
<item id="7"> <label>$INFO[Skin.String(homemenuPlaylist1_Label)]</label>

And change the next line from:
<onclick>ActivateWindow(myvideolibrary,$INFO[Skin.String(homemenuPlaylist1_Path)])</onclick>

To: <onclick>XBMC.PlayMedia($INFO[Skin.String(homemenuPlaylist1_Path)])</onclick>
Reply

Logout Mark Read Team Forum Stats Members Help
How to change the default behavior of opening playlist instead of playing it?0