2013-01-05, 01:13
Hello,
I've finally found the way to add playlists thanks to these tutorial, but I have a problem.
Since I've added a separate playlist for TV Shows and Anime on Confluence Mod, the Weather background is missing.
This is the original part of Home.xml
and this what I wrote
Except from that, everything works perfect but I would like to be able to keep Weather menu.
Any ideas?
I've finally found the way to add playlists thanks to these tutorial, but I have a problem.
Since I've added a separate playlist for TV Shows and Anime on Confluence Mod, the Weather background is missing.
This is the original part of Home.xml
Code:
<item id="11">
<label>20343</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
<icon>special://skin/backgrounds/tvshows.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
<visible>Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
</item>
Code:
<item id="11">
<label>20343</label>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/TV Shows.xsp", return)</onclick>
<icon>special://skin/backgrounds/tvshows.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
<visible>Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
</item>
<item id="412">
<label>Anime</label>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/Anime.xsp", return)</onclick>
<icon>special://skin/backgrounds/anime.jpg</icon>
</item>
Except from that, everything works perfect but I would like to be able to keep Weather menu.
Any ideas?