Hallo
Hab grad was mühe mit den RandomandLastItemsscript in verbindung mit Musikvideos.
Hat das jemand von Euch am Laufen? Funktionierts bei Euch? mach ich ev. was falsch?
hier mein onload:
PHP
<onload">XBMC.RunScript(script.randomandlastitems,type=MusicVideos,limit=10,method=Last,playlist=special://skin/playlists/MusicVideos/MusicClips.xsp,menu=Menu7)</onload>
(zum testen ohne "condition". Habs sowohl mit "type="" " als auch ohne Versucht, leider ohne Erfolg.)
Mein item:
PHP
<item>
<label>$INFO[Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Title)]</label>
<label2>$INFO[Window.Property(PlaylistLastMusicVideosMenu7.1.Plot)]</label2>
<onclick>PlayMedia("$INFO[Window.Property(PlaylistLastMusicVideosMenu7.1.File)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Art(poster))]</thumb>
<property name="Fanart">$INFO[Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Art(fanart))]</property>
<property name="Year">$INFO[Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Year)]</property>
<property name="Runtime">$INFO[Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Runtime)]</property>
<property name="Rating">$INFO[Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Rating)]</property>
<visible>!IsEmpty(Window(Home).Property(PlaylistLastMusicVideosMenu7.1.Title)) + Container(9000).Hasfocus(18)</visible>
</item>
Alles anzeigen
wenn ich ein anderes Item (z.B. aus Skinwitched) mit dem selben "Container.Hasfocus" im visible verwende funktioniert das ganze. mit dem oben geposteten Item allerdings leider nicht.
mfG.