Playing a smart playlist instead of viewing it's items
#1
Hi all,

After the recent aeon mq4 update all of my favourite shortcuts on my main menu just stopped working. After deleting and remaking them all I've run into a problem.

Before I had a 'Shuffle' button that played random episodes. Now it just shows me the playlist.

The shortcut in my favourites.xml looks like this...


<favourite name="shuffle">ActivateWindow(10028,&quot;special://profile/playlists/video/shuffle.xsp&quotWink</favourite>


I know I need to change ActivateWindow to PlayMedia, I'm just not sure on the exact code. I've tried posting this over on the aeon nox forum but my last 3 requests for help on several subjects have just been ignored. If anyone can help me out or point me in the right direction I'd really appreciate it.<br />

Cheers

Simon
Reply
#2
Just replace

ActivateWindow(10028,

with

PlayMedia(
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Playing a smart playlist instead of viewing it's items 0