Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.96 KB | None | 0 0
  1. <includes>
  2. <!---GLOBAL------>
  3. <variable name="global_Clock.Formats">
  4. <value condition="substring(system.time,AM,right)">[B]$INFO[System.Time(h),,:]$INFO[System.Time(mm)][/B]AM</value>
  5. <value condition="substring(system.time,PM,right)">[B]$INFO[System.Time(h),,:]$INFO[System.Time(mm)][/B]PM</value>
  6. <value>[B]$INFO[System.Time][/B]</value>
  7. </variable>
  8. <variable name="global_Plot.Condition">
  9. <value condition="Container.Content(artists)">$INFO[ListItem.Property(Artist_Description)]</value>
  10. <value condition="Container.Content(albums)">$INFO[ListItem.Property(Album_Description)]</value>
  11. <value condition="Container.Content(seasons) + !IsEmpty(ListItem.Title) + !IsEmpty(ListItem.Property(UnWatchedEpisodes))">$INFO[Container.ShowPlot]</value>
  12. <value condition="!IsEmpty(ListItem.Plotoutline)">$INFO[ListItem.Plotoutline]</value>
  13. <value>$INFO[ListItem.Plot]</value>
  14. </variable>
  15. <variable name="global_Background.Fallback">
  16. <value condition="[Container.Content(movies) | Window.IsActive(21) | Window.IsActive(22) | Window.IsActive(23) | Window.IsActive(24) | Window.IsActive(25)]">backgrounds/movies.jpg</value>
  17. <value condition="[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | stringcompare(container.folderpath,videodb://2/) | stringcompare(container.folderpath,videodb://5/)]">backgrounds/tvshows.jpg</value>
  18. <value condition="[Window.IsActive(600) | Window.IsActive(tvsettings)]">backgrounds/livetv.jpg</value>
  19. <value condition="[Window.IsActive(501) | Window.IsActive(502)]">backgrounds/music.jpg</value>
  20. <value condition="Window.IsActive(2) + !Control.IsVisible(531)">backgrounds/pictures.jpg</value>
  21. <value condition="Window.IsActive(programs)">backgrounds/programs.jpg</value>
  22. <value condition="Window.IsActive(weather) + !Skin.HasSetting(fanart.weather)">backgrounds/weather.jpg</value>
  23. <value condition="[Window.IsActive(picturessettings) | Window.IsActive(appearancesettings) | Window.IsActive(networksettings) | Window.IsActive(videossettings) | Window.IsActive(systemsettings) | Window.IsActive(musicsettings) | Window.IsActive(weathersettings) | Window.IsActive(programssettings) | Window.IsActive(picturessettings) | Window.IsActive(filemanager) | Window.IsActive(settings) | Window.IsActive(systeminfo) | Window.IsActive(profiles)]">backgrounds/settings.jpg</value>
  24. <value condition="Window.IsActive(59)">backgrounds/skin.jpg</value>
  25. <value condition="Window.IsActive(addonbrowser)">backgrounds/addons.jpg</value>
  26. <value condition="!Control.IsVisible(56)">$INFO[ListItem.Property(Fanart_Image)]</value>
  27. </variable>
  28.  
  29. <!---VIEWS------>
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <variable name="global_Title">
  38. <value condition="Container.Content(episodes) + [stringcompare(Container.FolderPath,videodb://5/) | SubString(Container.FolderPath,special://skin/playlists/)] + !IsEmpty(ListItem.Title)">$INFO[ListItem.TVShowTitle]$INFO[ListItem.Title,: ]</value>
  39. <value condition="Container.Content(episodes) + !IsEmpty(ListItem.Title)">$INFO[ListItem.Title]</value>
  40. <value condition="Container.Content(musicvideos) + !IsEmpty(ListItem.Title)">$INFO[ListItem.Title]</value>
  41. <value condition="Container.Content(songs) + ![SubString(Container.FolderPath,musicdb://4/) | SubString(Container.FolderPath,musicdb://10/)] + !SubString(ListItem.Icon,default)">$INFO[ListItem.Tracknumber,,. ]$INFO[ListItem.Title]</value>
  42. <value condition="[SubString(Container.FolderPath,musicdb://4/) | SubString(Container.FolderPath,musicdb://10/)] + !SubString(ListItem.Icon,default)">$INFO[ListItem.Title]</value>
  43. <value condition="Container.Content(addons) + !IsEmpty(ListItem.Title)">$INFO[ListItem.Property(Addon.Summary)]</value>
  44. <value>$INFO[ListItem.Label]</value>
  45. </variable>
  46. <variable name="global_Info">
  47. <!--movie set--><value condition="Container.Content(movies) + ListItem.IsFolder + SubString(Container.FolderPath,videodb) + !IsEmpty(ListItem.Title)">$LOCALIZE[20338] $LOCALIZE[20141]</value>
  48. <!--movies--><value condition="Container.Content(movies)">$INFO[ListItem.Year,, • ]$INFO[ListItem.Duration,, $LOCALIZE[31100]]$INFO[ListItem.Genre, • ]</value>
  49. <!--tvshows--><value condition="Container.Content(tvshows) + !IsEmpty(Window(Home).Property(NextAired.Label))">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]$VAR[tvshow_Info.NextAired, • ]</value>
  50. <!--tvshows--><value condition="Container.Content(tvshows) + IsEmpty(Window(Home).Property(NextAired.Label))">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</value>
  51. <!--linked movie--><value condition="[Container.Content(seasons) + IsEmpty(ListItem.Property(UnWatchedEpisodes))] | [Container.Content(episodes) + IsEmpty(ListItem.Episode)] + !IsEmpty(ListItem.Title)">$INFO[ListItem.Genre]</value>
  52. <!--seasons--><value condition="Container.Content(seasons)">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</value>
  53. <!--episodes--><value condition="Container.Content(episodes)">$INFO[ListItem.Season,$LOCALIZE[20373] , - ]$INFO[ListItem.Episode,$LOCALIZE[20359] ]$INFO[ListItem.Premiered, • ]</value>
  54. <!--music videos--><value condition="Container.Content(musicvideos)">$INFO[ListItem.Artist]</value>
  55. <!--files--><value condition="Container.Content(files) + !SubString(Container.FolderPath,plugin://)">$INFO[ListItem.Date]$INFO[ListItem.Size, • ]$INFO[ListItem.Duration, • ]</value>
  56. <!--artists--><value condition="Container.Content(artists)">$INFO[ListItem.Property(Artist_Genre)]</value>
  57. <!--albums--><value condition="Container.Content(albums)">$INFO[ListItem.Artist]$INFO[ListItem.Year, • ]</value>
  58. <!--songs--><value condition="Container.Content(songs)">$INFO[ListItem.Artist]</value>
  59. <!--addons--><value condition="Container.Content(addons) + !IsEmpty(ListItem.Property(Addon.Summary))">$INFO[ListItem.Property(Addon.Summary)]</value>
  60. <value>$INFO[ListItem.Label2]</value>
  61. </variable>
  62.  
  63.  
  64. <variable name="global_Title.Video">
  65. <value condition="Container.Content(episodes) + [stringcompare(Container.FolderPath,videodb://5/) | SubString(Container.FolderPath,special://skin/playlists/)] + !IsEmpty(ListItem.Title)">$INFO[ListItem.TVShowTitle]$INFO[ListItem.Title,: ]</value>
  66. <value condition="Container.Content(episodes) + !IsEmpty(ListItem.Title)">$INFO[ListItem.Title]</value>
  67. <value condition="Container.Content(musicvideos) + !IsEmpty(ListItem.Title)">$INFO[ListItem.Title]</value>
  68. <value>$INFO[ListItem.Label]</value>
  69. </variable>
  70. <variable name="global_Info.Video">
  71. <!--movie set--><value condition="Container.Content(movies) + ListItem.IsFolder + SubString(Container.FolderPath,videodb) + !IsEmpty(ListItem.Title)">$LOCALIZE[20338] $LOCALIZE[20141]</value>
  72. <!--movies--><value condition="Container.Content(movies)">$INFO[ListItem.Year,, • ]$INFO[ListItem.Duration,, $LOCALIZE[31100]]$INFO[ListItem.Genre, • ]</value>
  73. <!--tvshows--><value condition="Container.Content(tvshows) + !IsEmpty(Window(Home).Property(NextAired.Label))">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]$VAR[tvshow_Info.NextAired, • ]</value>
  74. <!--tvshows--><value condition="Container.Content(tvshows) + IsEmpty(Window(Home).Property(NextAired.Label))">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</value>
  75. <!--linked movie--><value condition="[Container.Content(seasons) + IsEmpty(ListItem.Property(UnWatchedEpisodes))] | [Container.Content(episodes) + IsEmpty(ListItem.Episode)] + !IsEmpty(ListItem.Title)">$INFO[ListItem.Genre]</value>
  76. <!--seasons--><value condition="Container.Content(seasons)">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</value>
  77. <!--episodes--><value condition="Container.Content(episodes)">$INFO[ListItem.Season,$LOCALIZE[20373] , - ]$INFO[ListItem.Episode,$LOCALIZE[20359] ]$INFO[ListItem.Premiered, • ]</value>
  78. <!--music videos--><value condition="Container.Content(musicvideos)">$INFO[ListItem.Artist]</value>
  79. <!--addons--><value condition="Container.Content(addons)">$INFO[ListItem.Property(Addon.Summary)]</value>
  80. <!--files--><value condition="Container.Content(files) + !SubString(Container.FolderPath,plugin://)">$INFO[ListItem.Date]$INFO[ListItem.Size, • ]$INFO[ListItem.Duration, • ]</value>
  81. <value>$INFO[ListItem.Label]</value>
  82. </variable>
  83. <variable name="global_Title.Music">
  84. <value condition="Container.Content(songs) + ![SubString(Container.FolderPath,musicdb://4/) | SubString(Container.FolderPath,musicdb://10/)] + !SubString(ListItem.Icon,default)">$INFO[ListItem.Tracknumber,,. ]$INFO[ListItem.Title]</value>
  85. <value condition="[SubString(Container.FolderPath,musicdb://4/) | SubString(Container.FolderPath,musicdb://10/)] + !SubString(ListItem.Icon,default)">$INFO[ListItem.Title]</value>
  86. <value condition="Container.Content(addons) + !IsEmpty(ListItem.Title)">$INFO[ListItem.Property(Addon.Summary)]</value>
  87. <value>$INFO[ListItem.Label]</value>
  88. </variable>
  89. <variable name="global_Info.Music">
  90. <value condition="Container.Content(artists)">$INFO[ListItem.Property(Artist_Genre)]</value>
  91. <value condition="Container.Content(albums) | Container.Content(musicvideos)">$INFO[ListItem.Artist]$INFO[ListItem.Year, • ]</value>
  92. <value condition="Container.Content(songs)">$INFO[ListItem.Artist]</value>
  93. <value condition="Container.Content(addons) + !IsEmpty(ListItem.Property(Addon.Summary))">$INFO[ListItem.Property(Addon.Summary)]</value>
  94. <value>$INFO[ListItem.Label2]</value>
  95. </variable>
  96. <variable name="global_Info.Addon">
  97. <!--amt--><value condition="Container.Content(movies) + !IsEmpty(ListItem.Property(ReleaseDate))">$INFO[ListItem.Property(ReleaseDate)]</value>
  98. <value condition="[Container.Content(movies) | Container.Content(tvshows)] + !IsEmpty(ListItem.Duration)">$INFO[ListItem.Duration,, $LOCALIZE[31100]]$INFO[ListItem.Genre, • ]</value>
  99. <value condition="[Container.Content(movies) | Container.Content(tvshows)] + IsEmpty(ListItem.Duration) + !IsEmpty(ListItem.Genre)">$INFO[ListItem.Genre]</value>
  100. <value>$INFO[ListItem.Label2]</value>
  101. <value condition="Container.Content(episodes)">$INFO[ListItem.Season,$LOCALIZE[20373] , - ]$INFO[ListItem.Episode,, • $LOCALIZE[20359]]$INFO[ListItem.Premiered]</value>
  102. </variable>
  103. <variable name="global_Info.Playlist">
  104. <value condition="IsEmpty(ListItem.Title)">$INFO[ListItem.Date]$INFO[ListItem.Size, • ]</value>
  105. <value condition="!IsEmpty(ListItem.TVShowTitle) + IsEmpty(ListItem.Artist)">$INFO[ListItem.TVShowTitle,,: ]$INFO[ListItem.Season,$LOCALIZE[20373] , -] $INFO[ListItem.Episode,$LOCALIZE[20359] ]</value>
  106. <value condition="IsEmpty(ListItem.TVShowTitle) + IsEmpty(ListItem.Artist)">$INFO[ListItem.Genre]</value>
  107. <value condition="!IsEmpty(ListItem.Artist)">$INFO[ListItem.Artist]</value>
  108. <value condition="IsEmpty(ListItem.TVShowTitle) + IsEmpty(ListItem.Artist) + IsEmpty(Listitem.Genre)">$INFO[ListItem.Path]</value>
  109. <value>$INFO[ListItem.Label2]</value>
  110. </variable>
  111. <variable name="global_Info.Files">
  112. <value condition="Window.IsActive(pictures)">$INFO[ListItem.Date]$INFO[ListItem.PictureResolution, • ]</value>
  113. <value condition="Window.IsActive(programs)">$INFO[ListItem.Property(Addon.Summary)]</value>
  114. <value condition="Window.IsActive(addonbrowser)">$INFO[ListItem.Property(Addon.Version),$LOCALIZE[24051] ]$INFO[ListItem.Property(Addon.Status), • ]</value>
  115. <value>$INFO[ListItem.Label2]</value>
  116. </variable>
  117. <variable name="gallery_Title">
  118. <value condition="Container.Content(episodes) + !SubString(ListItem.Icon,default)">$INFO[ListItem.Episode,,. ]$INFO[ListItem.Title]</value>
  119. <value>$INFO[ListItem.Label]</value>
  120. </variable>
  121. <variable name="gallery_Header">
  122. <value condition="Container.Content(tvshows)">$INFO[ListItem.Genre]</value>
  123. <!--movie set--><value condition="Container.Content(movies) + ListItem.IsFolder + SubString(Container.FolderPath,videodb) + !IsEmpty(ListItem.Title)">$LOCALIZE[20338] $LOCALIZE[20141]</value>
  124. <value condition="Container.Content(movies) + !IsEmpty(ListItem.Tagline)">$INFO[ListItem.Tagline]</value>
  125. <value condition="Container.Content(movies) + IsEmpty(ListItem.Tagline) + !IsEmpty(ListItem.PlotOutline)">$INFO[ListItem.PlotOutline]</value>
  126. <value condition="Container.Content(movies) + IsEmpty(ListItem.Tagline) + IsEmpty(ListItem.PlotOutline)">$INFO[ListItem.Plot]</value>
  127. <value>$INFO[ListItem.Label]</value>
  128. </variable>
  129. <variable name="movie_Info.Date">
  130. <value condition="Container.Content(movies) + !IsEmpty(ListItem.Property(ReleaseDate))">$INFO[ListItem.Property(ReleaseDate)]</value>
  131. <value>$INFO[ListItem.Year,, • ]$INFO[ListItem.Duration,, $LOCALIZE[31100]]</value>
  132. </variable>
  133. <variable name="tvshow_Info.NextAired">
  134. <!--nextaired--><value condition="Container.Content(tvshows) + !IsEmpty(Window(Home).Property(NextAired.NextDate))">$INFO[Window(Home).Property(NextAired.NextDate),$LOCALIZE[31076] ]</value>
  135. <!--canceled tv show--><value condition="Container.Content(tvshows) + IsEmpty(Window(Home).Property(NextAired.NextDate)) + StringCompare(Window(Home).Property(NextAired.Status),canceled/ended)">$INFO[Window(Home).Property(NextAired.Status)]</value>
  136. <!--tv shows--><value condition="Container.Content(tvshows) + IsEmpty(Window(Home).Property(NextAired.NextDate)) + !StringCompare(Window(Home).Property(NextAired.Status),canceled/ended)">$INFO[Window(Home).Property(NextAired.LatestDate),$LOCALIZE[31075] ]</value>
  137. </variable>
  138.  
  139. <!---IMAGES------>
  140. <variable name="thumb_Landscape.Condition">
  141. <value condition="!IsEmpty(ListItem.Property(Fanart_Image)) + ![Container.Content(episodes) | Container.Content(musicvideos)]">$INFO[ListItem.Property(Fanart_Image)]</value>
  142. <value condition="IsEmpty(ListItem.Property(Fanart_Image)) + IsEmpty(ListItem.Thumb) + Container.Content(movies)">thumbs/movie_landscape.jpg</value>
  143. <value condition="IsEmpty(ListItem.Property(Fanart_Image)) + IsEmpty(ListItem.Thumb) + Container.Content(tvshows)">thumbs/tvshow_landscape.jpg</value>
  144. <value condition="IsEmpty(ListItem.Property(Fanart_Image)) + IsEmpty(ListItem.Thumb) + Container.Content(artists)">thumbs/artist_landscape.png</value>
  145. <value condition="Container.Content(musicvideos) + IsEmpty(ListItem.Thumb)">thumbs/music_landscape.jpg</value>
  146. <value condition="Container.Content(episodes) + IsEmpty(ListItem.Thumb)">thumbs/tvshow_landscape.jpg</value>
  147. <value condition="Window.IsActive(pictures) + IsEmpty(ListItem.Thumb)">thumbs/picture_landscape.jpg</value>
  148. <value condition="Container.Content(files) + IsEmpty(ListItem.Thumb)">thumbs/video_landscape.png</value>
  149. <value condition="Container.Content(seasons)">$INFO[ListItem.Path]</value>
  150. <value>$INFO[ListItem.Thumb]</value>
  151. </variable>
  152. <variable name="thumb_Portrait.Condition">
  153. <value condition="IsEmpty(ListItem.Thumb) + Container.Content(movies)">thumbs/movie_portrait.jpg</value>
  154. <value condition="IsEmpty(ListItem.Thumb) + [Container.Content(tvshows) | Container.Content(seasons)]">thumbs/tvshow_portrait.jpg</value>
  155. <value condition="IsEmpty(ListItem.Thumb) + Container.Content(actors)">thumbs/actor_portrait.jpg</value>
  156. <value>$INFO[ListItem.Thumb]</value>
  157. </variable>
  158. <variable name="thumb_Square.Condition">
  159. <value condition="Container.Content(albums) + IsEmpty(ListItem.Thumb)">thumbs/album.png</value>
  160. <value condition="Container.Content(artists) + IsEmpty(ListItem.Thumb)">thumbs/artist.png</value>
  161. <value condition="Container.Content(songs) + IsEmpty(ListItem.Thumb)">thumbs/album.png</value>
  162. <value condition="[Container.Content(files) | Container.Content(addons)] + IsEmpty(ListItem.Thumb)">thumbs/addon.png</value>
  163. <value>$INFO[ListItem.Thumb]</value>
  164. </variable>
  165. <variable name="view_Banner.Thumb">
  166. <value condition="!Skin.HasSetting(banners.local)">$INFO[ListItem.Thumb]</value>
  167. <value>$INFO[ListItem.path]banner.jpg</value>
  168. </variable>
  169. <variable name="global_Rating.Condition">
  170. <value condition="!IsEmpty(ListItem.Artist) | !IsEmpty(ListItem.Title)">$INFO[ListItem.StarRating]</value>
  171. <value condition="Container.Content(addons) | SubString(Container.FolderPath,addons)">$INFO[ListItem.Property(Addon.StarRating)]</value>
  172. </variable>
  173. <variable name="custom_Rating.Container">
  174. <value condition="!IntegerGreaterThan(ListItem.Property(Rating),1)">rating/nf-rating0.png</value>
  175. <value condition="!IntegerGreaterThan(ListItem.Property(Rating),2)">rating/nf-rating1.png</value>
  176. <value condition="!IntegerGreaterThan(ListItem.Property(Rating),4)">rating/nf-rating2.png</value>
  177. <value condition="!IntegerGreaterThan(ListItem.Property(Rating),6)">rating/nf-rating3.png</value>
  178. <value condition="!IntegerGreaterThan(ListItem.Property(Rating),8)">rating/nf-rating4.png</value>
  179. <value>rating/nf-rating5.png</value>
  180. </variable>
  181. <variable name="custom_Rating.Info">
  182. <value condition="!IntegerGreaterThan(Container(52).ListItem.Property(Rating),1)">rating/nf-rating0.png</value>
  183. <value condition="!IntegerGreaterThan(Container(52).ListItem.Property(Rating),2)">rating/nf-rating1.png</value>
  184. <value condition="!IntegerGreaterThan(Container(52).ListItem.Property(Rating),4)">rating/nf-rating2.png</value>
  185. <value condition="!IntegerGreaterThan(Container(52).ListItem.Property(Rating),6)">rating/nf-rating3.png</value>
  186. <value condition="!IntegerGreaterThan(Container(52).ListItem.Property(Rating),8)">rating/nf-rating4.png</value>
  187. <value>rating/nf-rating5.png</value>
  188. </variable>
  189.  
  190. <!---FLAGS------>
  191. <variable name="flag_Studio">
  192. <value condition="Container.Content(movies)">$INFO[Listitem.studio,flags/studios/,.png]</value>
  193. <value condition="Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)">$INFO[Listitem.Studio,flags/networks/,.png]</value>
  194. <value condition="Container.Content(musicvideos)">$INFO[Listitem.studio,flags/labels/,.png]</value>
  195. <value condition="Window.IsVisible(musiclibrary)">$INFO[Listitem.Property(Album_Label),flags/labels/,.png]</value>
  196. </variable>
  197. <variable name="flag_Studio.player">
  198. <value condition="VideoPlayer.Content(movies)">$INFO[VideoPlayer.studio,flags/studios/,.png]</value>
  199. <value condition="VideoPlayer.Content(episodes)">$INFO[VideoPlayer.studio,flags/networks/,.png]</value>
  200. <value condition="VideoPlayer.Content(musicvideos)">$INFO[VideoPlayer.studio,flags/labels/,.png]</value>
  201. <value condition="VideoPlayer.Content(livetv)">$INFO[VideoPlayer.ChannelName,flags/networks/,.png]</value>
  202. <value condition="VideoPlayer.Content(files)">$INFO[VideoPlayer.VideoCodec,flags/codec/,.png]</value>
  203. <value condition="MusicPlayer.Content(files)">$INFO[MusicPlayer.Property(Album_Label),flags/labels/,.png]</value>
  204. </variable>
  205.  
  206. <!---WINDOW TITLES------>
  207. <variable name="window_Title.Video">
  208. <!--video sources-->
  209. <value condition="[Container.Content(tvshows) | Container.Content(movies) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(musicvideos) | Container.Content(Files)] + !SubString(Container.FolderPath,videodb) + !SubString(Container.FolderPath,skin) + !SubString(Container.FolderPath,plugin://plugin.video.apple)">$LOCALIZE[157] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  210. <!--nodes-->
  211. <!--movies--><value condition="StringCompare(Container.FolderPath,videodb://1/)">$LOCALIZE[342]</value>
  212. <!--tv shows--><value condition="StringCompare(Container.FolderPath,videodb://2/)">$LOCALIZE[20343]</value>
  213. <!--music videos--><value condition="stringcompare(Container.FolderPath,videodb://3/)">$LOCALIZE[20389]</value>
  214. <!--movies-->
  215. <value condition="SubString(Container.FolderPath,videodb://1/) + !StringCompare(Container.FolderPath,videodb://1/)">$LOCALIZE[342] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  216. <!--new--><value condition="SubString(Container.FolderPath,videodb://4/)">$LOCALIZE[31926]</value>
  217. <!--movies unwatched--><value condition="SubString(Container.FolderPath,special://skin/playlists/Unwatched Movies.xsp)">$LOCALIZE[342] [COLOR=Color2]$LOCALIZE[16101][/COLOR]</value>
  218. <!--movies in progress--><value condition="SubString(Container.FolderPath,special://skin/playlists/Movies In Progress.xsp)">$LOCALIZE[342] [COLOR=Color2]$LOCALIZE[575][/COLOR]</value>
  219. <!--tvshows-->
  220. <value condition="Container.Content(tvshows) + SubString(Container.FolderPath,videodb)">$LOCALIZE[20343] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  221. <value condition="SubString(Container.FolderPath,videodb://2/) + !Container.Content(episodes)">$LOCALIZE[20343] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  222. <!--seasons-->
  223. <!--linked movie--><value condition="Container.Content(seasons) + IsEmpty(ListItem.Property(UnWatchedEpisodes)) + !SubString(ListItem.Icon,default)">$LOCALIZE[31091]</value>
  224. <value condition="Container.Content(seasons) + !IsEmpty(Container().ListItem(0).TVShowTitle)">$INFO[ListItem.TVShowTitle] [COLOR=Color2]$LOCALIZE[33054][/COLOR]</value>
  225. <!--folderback--><value condition="Container.Content(seasons) + IsEmpty(Container().ListItem(0).TVShowTitle)">$INFO[Container().ListItem(1).TVShowTitle]</value>
  226. <!--episodes-->
  227. <value condition="Container.Content(episodes) + SubString(Container.FolderPath,videodb) + !IsEmpty(Container().ListItem(0).TVShowTitle) + ![stringcompare(Container.FolderPath,videodb://5/) | SubString(Container.FolderPath,special://profile/playlists/video/)]">$INFO[ListItem.TVShowTitle] [COLOR=Color2]$LOCALIZE[20373] $INFO[ListItem.Season][/COLOR]</value>
  228. <!--folderback--><value condition="Container.Content(episodes) + SubString(Container.FolderPath,videodb) + IsEmpty(Container().ListItem(0).TVShowTitle) + ![stringcompare(Container.FolderPath,videodb://5/) | SubString(Container.FolderPath,special://profile/playlists/video/)]">$INFO[Container().ListItem(1).TVShowTitle]</value>
  229. <!--new--><value condition="SubString(Container.FolderPath,videodb://5)">$LOCALIZE[31925]</value>
  230. <!--unwatched--><value condition="SubString(Container.FolderPath,special://skin/playlists/Unwatched Episodes.xsp)">$LOCALIZE[20360] [COLOR=Color2]$LOCALIZE[16101][/COLOR]</value>
  231. <!--in progress--><value condition="SubString(Container.FolderPath,special://skin/playlists/Episodes In Progress.xsp)">$LOCALIZE[20360] [COLOR=Color2]$LOCALIZE[575][/COLOR]</value>
  232. <!--music videos-->
  233. <value condition="SubString(Container.FolderPath,videodb://3/)">$LOCALIZE[20389] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  234. <!--new--><value condition="SubString(Container.FolderPath,videodb://6/)">$LOCALIZE[31931]</value>
  235. <!--playlists-->
  236. <value condition="SubString(Container.FolderPath,special://videoplaylists/)">$LOCALIZE[157] [COLOR=Color2]$LOCALIZE[136][/COLOR]</value>
  237. <value condition="SubString(Container.FolderPath,special://profile/playlists/video/)">$LOCALIZE[559] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  238. <!--add-ons-->
  239. <value condition="Container.Content(addons) + !SubString(Container.FolderPath,plugin://plugin.video.apple)">$LOCALIZE[157] [COLOR=Color2]$LOCALIZE[24001][/COLOR]</value>
  240. <!--movie trailers--><value condition="SubString(Container.FolderPath,plugin://plugin.video.apple)">$LOCALIZE[20338] [COLOR=Color2]$LOCALIZE[31011][/COLOR]</value>
  241. </variable>
  242.  
  243. <variable name="window_Title.Music">
  244. <!--musicdb-->
  245. <value condition="![SubString(Container.FolderPath,musicdb://6/) | SubString(Container.FolderPath,musicdb://7/)]">$LOCALIZE[2] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
  246. <!--new albums-->
  247. <value condition="SubString(Container.FolderPath,musicdb://6/)">$LOCALIZE[31932]</value>
  248. <!--recently played albums-->
  249. <value condition="SubString(Container.FolderPath,musicdb://7/)">$LOCALIZE[31941]</value>
  250. </variable>
  251.  
  252. <variable name="window_Title.System">
  253. <value condition="Window.IsActive(settings)">xbmc [COLOR=Color2]$LOCALIZE[10004][/COLOR]</value>
  254. <value condition="Window.IsActive(systeminfo)">$LOCALIZE[31968]</value>
  255. <value condition="Window.IsActive(profiles)">$LOCALIZE[5] [COLOR=Color2]$LOCALIZE[13200][/COLOR]</value>
  256. <value condition="Window.IsActive(appearancesettings)">$LOCALIZE[480] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  257. <value condition="Window.IsActive(videossettings)">$LOCALIZE[157] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  258. <value condition="Window.IsActive(programssettings)">$LOCALIZE[0] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  259. <value condition="Window.IsActive(musicsettings)">$LOCALIZE[2] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  260. <value condition="Window.IsActive(picturessettings)">$LOCALIZE[1] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  261. <value condition="Window.IsActive(networksettings)">$LOCALIZE[705] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  262. <value condition="Window.IsActive(weathersettings)">$LOCALIZE[12600] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  263. <value condition="Window.IsActive(systemsettings)">$LOCALIZE[13000] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  264. <value condition="Window.IsActive(tvsettings)">$LOCALIZE[19020] [COLOR=Color2]$LOCALIZE[5][/COLOR]</value>
  265. </variable>
  266. <variable name="window_Title.Addons">
  267. <value condition="SubString(Container.FolderPath,addons://enabled/)">$LOCALIZE[24062]</value>
  268. <value condition="SubString(Container.FolderPath,addons://disabled/)">$LOCALIZE[24039]</value>
  269. <value condition="SubString(Container.FolderPath,addons://downloading/)">$LOCALIZE[24067]</value>
  270. <value condition="SubString(Container.FolderPath,addons://outdated/)">$LOCALIZE[24043]</value>
  271. <value condition="SubString(Container.FolderPath,addons://repos/)">$LOCALIZE[24000] [COLOR=Color2]$LOCALIZE[31121][/COLOR]</value>
  272. <value condition="SubString(Container.FolderPath,addons://all/)">[COLOR=Color2]$LOCALIZE[593][/COLOR] $LOCALIZE[24001]</value>
  273. <value condition="SubString(Container.FolderPath,addons://all/) + !stringcompare(Container.FolderPath,addons://all/)">$INFO[Container.Property(addoncategory)]</value>
  274. <value condition="SubString(Container.FolderPath,addons://search/)">$LOCALIZE[283]</value>
  275. <value condition="SubString(Container.FolderPath,addons://repo.) | SubString(Container.FolderPath,addons://repository.)">$INFO[Container.Property(reponame)]</value>
  276. <value>$LOCALIZE[24001]</value>
  277. </variable>
  278. <variable name="window_Title.PVR">
  279. <value condition="SubString(Container.FolderPath,$LOCALIZE[19217])">$LOCALIZE[19020] [COLOR=Color2]$LOCALIZE[19019][/COLOR]</value>
  280. <value condition="SubString(Container.FolderPath,$LOCALIZE[19216])">$LOCALIZE[19021] [COLOR=Color2]$LOCALIZE[19019][/COLOR]</value>
  281. <value condition="SubString(Container.FolderPath,$LOCALIZE[19163])">$LOCALIZE[19163]</value>
  282. <value condition="SubString(Container.FolderPath,$LOCALIZE[31085])">$LOCALIZE[31085]</value>
  283. <value condition="Control.IsVisible(17)">$LOCALIZE[19020] [COLOR=Color2]$LOCALIZE[22020][/COLOR]</value>
  284. </variable>
  285. <variable name="window_Title.Pictures">
  286. <value condition="!SubString(Container.FolderPath,plugin)">$LOCALIZE[1]</value>
  287. <value>$INFO[Container.FolderName]</value>
  288. </variable>
  289. <variable name="window_Title.Playlists">
  290. <value condition="Window.IsVisible(videoplaylist) + !Window.IsActive(2003)">$LOCALIZE[157] [COLOR=Color2]$LOCALIZE[559][/COLOR]</value>
  291. <value condition="Window.IsVisible(musicplaylist) + !Window.IsActive(2001)">$LOCALIZE[2] [COLOR=Color2]$LOCALIZE[559][/COLOR]</value>
  292. </variable>
  293.  
  294. <!---INFO------>
  295. <variable name="videoInfo.Header">
  296. <value condition="Container.Content(movies) + !IsEmpty(ListItem.Property(ReleaseDate))">$INFO[ListItem.Property(ReleaseDate)]</value>
  297. <value condition="Container.Content(movies) + !IsEmpty(ListItem.Tagline)">$INFO[ListItem.Tagline]</value>
  298. <value condition="Container.Content(movies) + IsEmpty(ListItem.Tagline)">$INFO[ListItem.Genre]</value>
  299. <value condition="Container.Content(tvshows)">$INFO[Window(Home).Property(NextAired.AirTime)]</value>
  300. <value condition="Container.Content(episodes)">$INFO[ListItem.TVShowTitle] • $INFO[ListItem.Season,$LOCALIZE[20373] , - ]$INFO[ListItem.Episode,$LOCALIZE[20359] ]</value>
  301. <value condition="Container.Content(musicvideos) + !Window.IsActive(videofiles)">$INFO[ListItem.Artist]</value>
  302. <value condition="ListItem.IsFolder + Substring(Container.FolderPath,videodb) + !IsEmpty(ListItem.Title)">$LOCALIZE[20338] $LOCALIZE[20141]</value>
  303. </variable>
  304. <variable name="videoInfo.Cast">
  305. <value condition="Container.Content(musicvideos)">$LOCALIZE[133]</value>
  306. <value>$LOCALIZE[206]</value>
  307. </variable>
  308. <variable name="osdInfo.Info">
  309. <value condition="!IsEmpty(ListItem.Property(ReleaseDate))">pijpen</value>
  310. <value condition="VideoPlayer.Content(files) | [!VideoPlayer.Content(files) + Substring(Player.Filenameandpath,http)]">$INFO[Player.Filenameandpath]</value>
  311. <value condition="VideoPlayer.Content(movies)">$INFO[VideoPlayer.Genre,, • ]$INFO[VideoPlayer.Year]</value>
  312. <value condition="VideoPlayer.Content(episodes)">$INFO[VideoPlayer.TVShowTitle,,: ]$INFO[VideoPlayer.Season,$LOCALIZE[20373] , -] $INFO[VideoPlayer.Episode,$LOCALIZE[20359] ]</value>
  313. <value condition="VideoPlayer.Content(livetv)">$INFO[VideoPlayer.ChannelName]</value>
  314. </variable>
  315.  
  316. <!---OSD------>
  317. <variable name="player_Plot.Condition">
  318. <value condition="!IsEmpty(VideoPlayer.Plotoutline)">$INFO[VideoPlayer.Plotoutline]</value>
  319. <value>$INFO[VideoPlayer.Plot]</value>
  320. </variable>
  321. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement