Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
fix for window title at episode level
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen committed Apr 21, 2014
1 parent c17640d commit fd0d79b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 720p/Variables.xml
Expand Up @@ -621,6 +621,10 @@
<value condition="StringCompare(Container.FolderPath,special://skin/playlists/episodes/unwatched.xsp)">$LOCALIZE[20360] [COLOR=Color2]$LOCALIZE[16101][/COLOR]</value>
<value condition="Container.Content(episodes) + IsEmpty(Container().ListItem(0).TVShowTitle)">$INFO[Container().ListItem(1).TVShowTitle]</value>
<value condition="Container.Content(episodes)">$INFO[Container().ListItem().TVShowTitle]</value>

<value condition="StringCompare(Container.FolderName,$LOCALIZE[626])">$LOCALIZE[20343] [COLOR=Color2]$LOCALIZE[575][/COLOR]</value>
<value condition="StringCompare(Container.FolderPath,videodb://tvshows/)">$LOCALIZE[20343]</value>
<value condition="SubString(Container.FolderPath,videodb://tvshows/,left)">$LOCALIZE[20343] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>

<value condition="StringCompare(Container.FolderPath,videodb://musicvideos/)">$LOCALIZE[20389]</value>
<value condition="SubString(Container.FolderPath,videodb://musicvideos/)">$LOCALIZE[20389] [COLOR=Color2]$INFO[Container.FolderName][/COLOR]</value>
Expand Down

0 comments on commit fd0d79b

Please sign in to comment.