Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <variable name="varBackground">
  2. <value condition="Control.HasFocus(9002) + !IsEmpty(Container(9002).ListItem.Art(tvshow.fanart))">$INFO[Container(9002).Listitem.Art(tvshow.fanart)]</value>
  3. <value condition="Control.HasFocus(9002) + !IsEmpty(Container(9002).ListItem.Art(fanart))">$INFO[Container(9002).Listitem.Art(fanart)]</value>
  4. <value condition="StringCompare(Container(9000).ListItem.Property(Background),movie)">special://skin/backgrounds/</value>
  5. <value condition="StringCompare(Container(9000).ListItem.Property(Background),movieFanart)">$INFO[Window(Home).Property(SkinHelper.AllMoviesBackground)]</value>
  6. <value condition="StringCompare(Container(9000).ListItem.Property(Background),tvshowsFanart)">$INFO[Window(Home).Property(SkinHelper.AllTvShowsBackground)]</value>
  7. <value condition="StringCompare(Container(9000).ListItem.Property(Background),musicFanart)">$INFO[Window(Home).Property(SkinHelper.AllMusicBackground)]</value>
  8. <value condition="StringCompare(Container(9000).ListItem.Property(Background),weather)">special://skin/backgrounds/weather/$INFO[Window(Weather).Property(Current.FanartCode)]/weather-$INFO[Window(Weather).Property(Current.FanartCode)].jpg</value>
  9. <value condition="StringCompare(Container(9000).ListItem.Property(Background),musicvideosFanart)">$INFO[Window(Home).Property(SkinHelper.AllMusicVideosBackground)]</value>
  10. <value condition="StringCompare(Container(9000).ListItem.Property(Background),playlistBackground)">$INFO[Container(30).ListItem.Art(fanart)]</value>
  11. <value condition="!IsEmpty(Container(9000).ListItem.Property(Background)">$INFO[Container(9000).ListItem.Property(Background)]</value>
  12. <value>special://skin/backgrounds/default.jpg</value>
  13. </variable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement