Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
fix playlist side label
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jan 10, 2015
1 parent 9480ec4 commit 14dc62c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion 1080i/Includes_Header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<value condition="Player.HasVideo + !VideoPlayer.Content(livetv)">$INFO[Player.Title]</value>
<value condition="Player.HasVideo + VideoPlayer.Content(livetv)">$INFO[VideoPlayer.ChannelNumber,, ]$INFO[VideoPlayer.ChannelName]</value>
<value condition="Player.HasAudio + IsEmpty(Window(10025).Property(TvTunesIsAlive))">$INFO[Player.Artist]</value>

<value condition="substring(Container.FolderPath,plugin://,left)">$LOCALIZE[24000]</value>
<value condition="Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRRecordings.xml)">$LOCALIZE[31175]</value>
<value condition="Container.Content(files) | substring(Container.FolderPath,sources://)">$LOCALIZE[1214]</value>
Expand Down
3 changes: 2 additions & 1 deletion 1080i/Includes_Labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
<value condition="Window.IsVisible(favourites)">$LOCALIZE[1036]</value>
<value condition="substring(ListItem.FolderPath,plugin://,left)">$INFO[Container.FolderName]</value>
<value condition="substring(Container.FolderPath,addons://,left) | Window.IsVisible(MyPrograms.xml)">$LOCALIZE[24001]</value>
<value condition="substring(Container.FolderPath,playlist)">$LOCALIZE[559]</value>
<value condition="stringcompare(Container.FolderPath,library://video/inprogressshows.xml/)">$LOCALIZE[31110]</value>
<value condition="stringcompare(Container.FolderPath,library://video/recentlyaddedmovies.xml/) | stringcompare(Container.FolderPath,videodb://recentlyaddedmovies/)">$LOCALIZE[31109]</value>
<value condition="stringcompare(Container.FolderPath,library://video/recentlyaddedepisodes.xml/) | stringcompare(Container.FolderPath,videodb://recentlyaddedepisodes/)">$LOCALIZE[31109]</value>
Expand All @@ -213,6 +212,8 @@
<value condition="Container.Content(albums)">$LOCALIZE[132]</value>
<value condition="Container.Content(artists)">$LOCALIZE[133]</value>
<value condition="Container.Content(songs)">$LOCALIZE[134]</value>
<value condition="substring(Container.FolderPath,playlist)">$LOCALIZE[559]</value>
<value condition="substring(Container.FolderPath,PartyMode)">$LOCALIZE[589]</value>
<value condition="Container.Content(files) | substring(Container.FolderPath,sources://) | Window.IsVisible(MyPics.xml)">$LOCALIZE[1214]</value>
</variable>

Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Add OSD PVR Guide
Highlight colour for pvr osd channels/guide
Fix hub option height
Fix preset list
Fix side label to show container content not "playlist"

[B]1.1.8[/B]
Kaitoast changes
Expand Down

0 comments on commit 14dc62c

Please sign in to comment.