2021-07-12, 11:23
Hi
I have been usings custom buttons on home menu with confluence skin to open smart playlist, but i have upgraded to Matrix version and these buttons are not working now.
The code that i have been using is:
Is it possible the code 'XBMC.ActivateWindow' had been changed in new kodi version and I need new code to open playlists?
Thanks a lot.
I have been usings custom buttons on home menu with confluence skin to open smart playlist, but i have upgraded to Matrix version and these buttons are not working now.
The code that i have been using is:
Code:
<control type="button" id="90501">
<include>ButtonHomeSubCommonValues</include>
<label>Pelis</label>
<onclick>XBMC.ActivateWindow(10025,special://masterprofile/playlists/video/Pelis.xsp,return)</onclick>
</control>
Is it possible the code 'XBMC.ActivateWindow' had been changed in new kodi version and I need new code to open playlists?
Thanks a lot.