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

Commit

Permalink
Should take care of #11 part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen committed May 11, 2017
1 parent 4b2c73e commit bfaccd7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions xml/Variables.xml
Expand Up @@ -622,16 +622,25 @@
<value condition="[Container.Content(artists) | Container.Content(albums) | Container.Content(songs) | Container.Content(musicvideos)] + ListItem.IsParentFolder">$INFO[Window(Home).Property(SkinHelper.AllMusicBackground.Wall)]</value>
<value condition="Container.Content(episodes) + ListItem.IsParentFolder">$INFO[Container.Art(tvshow.fanart)]</value>
<value condition="Container.Content(episodes) | Container.Content(musicvideos) | Container.Content(files) | Container.Content(videos) | String.StartsWith(Container.FolderPath,plugin://plugin.video)">$INFO[ListItem.Art(thumb)]</value>
<value condition="String.StartsWith(pvr://channels/) + !IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Fanart))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Fanart)]</value>
<value condition="String.StartsWith(pvr://channels/) + !IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Thumb))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Thumb)]</value>
<value condition="String.StartsWith(pvr://recordings/) + Window.IsActive(MyPVRRecordings.xml)">$INFO[ListItem.Icon]</value>
<value condition="String.StartsWith(Container.FolderPath,pvr://channels/) + !IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Fanart))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Fanart)]</value>
<value condition="String.StartsWith(Container.FolderPath,pvr://channels/) + !IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Thumb))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Thumb)]</value>
<value condition="String.StartsWith(Container.FolderPath,pvr://recordings/)">$INFO[ListItem.Icon]</value>
<value condition="Window.IsVisible(DialogPVRInfo.xml)">$INFO[ListItem.Icon]</value>
<value condition="String.IsEqual(Skin.String(views.landscape.art),landscape) + !String.IsEmpty(ListItem.Art(landscape))">$INFO[ListItem.Art(landscape)]</value>
<value condition="[String.IsEqual(Skin.String(views.landscape.art),fanart) + !String.IsEmpty(ListItem.Art(fanart))] | String.IsEqual(Skin.String(views.landscape.art),landscape)">$INFO[ListItem.Art(fanart)]</value>
<value condition="!String.IsEmpty(ListItem.Art(thumb))">$INFO[ListItem.Art(thumb)]</value>
<value condition="Container.Content(artists)">views/fallback/music2.jpg</value>
<value>$INFO[ListItem.FilenameAndPath]</value>
</variable>




<value condition="!IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Fanart))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Fanart)]</value>
<value condition="!IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Thumb))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Thumb)]</value>
<value condition="Window.IsVisible(MyPVRRecordings.xml)">$INFO[ListItem.Icon]</value>
<value condition="Window.IsVisible(DialogPVRInfo.xml)">$INFO[ListItem.Icon]</value>

<variable name="art:Logo">
<value condition="String.IsEqual(ListItem.DBTYPE,episode)">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
<value>$INFO[ListItem.Art(clearlogo)]</value>
Expand Down

1 comment on commit bfaccd7

@loggio
Copy link
Collaborator

@loggio loggio commented on bfaccd7 May 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeroenpardon
Can we have this added to recordings window as well please?

  •   <value condition="String.StartsWith(Container.FolderPath,pvr://recordings/) + !IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Fanart))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Fanart)]</value>
    
  •   <value condition="String.StartsWith(Container.FolderPath,pvr://recordings/) + !IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Thumb))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Thumb)]</value>
    

Please sign in to comment.