How to make smart playlist to "Eden" home menu item
#7
mad-max Wrote:You need to edit the IncludesHomeMenuItems.xml...

There in you have the sub for movies:

Code:
<include name="HomeSubMenuMovies">

then you have to create a button for the entry:

Code:
<control type="button" id="90167">
    <include>ButtonHomeSubCommonValues</include>
    <label>Name of your button here</label>
    <onclick>XBMC.ActivateWindow(10025,special://skin/playlists/Playlist.xsp,return)</onclick>
</control>

This requires that the playlist is in the skin folder "playlists"...
But you also can change the path to whatever you like...

cheers,
mad-max

Oh ! mad-max , you're really great!!
i'll try it later, but i'm afraid i'll be fail because i'm newer for edit code...
Why don't you make it to be a function into your confluence-mod?
i think this should be more useful for most people...(i think), but anyway, thank you^^.
Reply


Messages In This Thread
[No subject] - by mad-max - 2012-01-11, 09:21
[No subject] - by adsi - 2012-01-11, 09:53
[No subject] - by mad-max - 2012-01-11, 11:33
[No subject] - by adsi - 2012-01-12, 11:35
[No subject] - by mad-max - 2012-01-12, 11:47
[No subject] - by adsi - 2012-01-12, 12:07
[No subject] - by adsi - 2012-01-12, 12:27
[No subject] - by mad-max - 2012-01-12, 12:51
[No subject] - by adsi - 2012-01-14, 05:17
Logout Mark Read Team Forum Stats Members Help
How to make smart playlist to "Eden" home menu item1