2012-12-22, 22:20
Sorry about that I really didn't try to offend you.. i thought i would even contribute a little
I will try not to bother you that much then
But I got to ask about this anyway, using 4.0.5 in Includes_Home.xml i created a second TV shows button for currently running shows and one for old ones that I like to save. So i created two separate folders and made smart playlists, that part work great. But at the home screen only one shows the fanarts.. my file looks like this:
So I just edited the part with the xsp in the first one, that work fine. But the second one just show the "blank screen" tv and not the pictures slideshow inside
I will try not to bother you that much then
But I got to ask about this anyway, using 4.0.5 in Includes_Home.xml i created a second TV shows button for currently running shows and one for old ones that I like to save. So i created two separate folders and made smart playlists, that part work great. But at the home screen only one shows the fanarts.. my file looks like this:
Code:
</item>
<item id="3">
<label>20343</label>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/TV Shows-smart.xsp", return)</onclick>
<include condition="!Skin.HasSetting(Home_TVShows_Fanart_Background)">home-tvshows-background</include>
<include condition="Skin.HasSetting(Home_TVShows_Fanart_Background)">home-tvshows-background-fanart</include>
<visible>!Skin.HasSetting(Menu_TVShows)</visible>
</item>
<item id="19">
<label>TV Shows (*)</label>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/TVDownload.xsp", return)</onclick>
<include condition="!Skin.HasSetting(Home_TVShows_Fanart_Background)">home-tvshows-background</include>
<include condition="Skin.HasSetting(Home_TVShows_Fanart_Background)">home-tvshows-background-fanart</include>
<visible>!Skin.HasSetting(Menu_TVShows)</visible>
</item>
So I just edited the part with the xsp in the first one, that work fine. But the second one just show the "blank screen" tv and not the pictures slideshow inside