diff options
author | XODIDOX <xodidox@gmail.com> | 2023-10-22 21:45:47 -0400 |
---|---|---|
committer | XODIDOX <xodidox@gmail.com> | 2023-11-22 06:45:13 -0500 |
commit | f2ab7a1ed81d8f9632537f1d7b197f2be7121966 (patch) | |
tree | 6d942d67b505af53fb89e6434431f8d8796517d0 /addons/skin.estuary/xml/Variables.xml | |
parent | 029f25e2b6e10135f741b60769f85d06de9b0879 (diff) |
Added Video Versions feature
Diffstat (limited to 'addons/skin.estuary/xml/Variables.xml')
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index 45c387e892..5bddf50a4e 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -464,6 +464,7 @@ <variable name="ListWatchedIconVar"> <value condition="ListItem.IsRecording">windows/pvr/record.png</value> <value condition="ListItem.IsCollection">overlays/set.png</value> + <value condition="ListItem.HasVideoVersions">overlays/versions.png</value> <value condition="ListItem.IsPlaying">overlays/watched/OverlayPlaying-List.png</value> <value condition="ListItem.IsResumable">overlays/watched/resume.png</value> <value condition="ListItem.IsFolder + String.IsEmpty(Listitem.dbtype) + !String.IsEqual(ListItem.Overlay,OverlayWatched.png) + !ListItem.IsParentFolder">overlays/folder.png</value> @@ -475,6 +476,7 @@ <value condition="ListItem.HasReminder">icons/pvr/timers/bell.png</value> <value condition="ListItem.HasTimer">icons/pvr/timers/recording.png</value> <value condition="ListItem.IsCollection">overlays/set.png</value> + <value condition="ListItem.HasVideoVersions">overlays/versions.png</value> <value condition="ListItem.IsPlaying">overlays/watched/OverlayPlaying-List.png</value> <value condition="ListItem.IsResumable">overlays/watched/resume.png</value> <value condition="ListItem.HasArchive">windows/pvr/archive.png</value> @@ -674,4 +676,19 @@ <value condition="VideoPlayer.SubtitlesEnabled">[B]$INFO[VideoPlayer.SubtitlesLanguage][/B]</value> <value>[B]$LOCALIZE[1223][/B]</value> </variable> + <variable name="VideoVersionPosterVar"> + <value condition="Control.HasFocus(50)">$INFO[Container(50).ListItem.Art(poster)]</value> + <value condition="Control.HasFocus(51)">$INFO[Container(51).ListItem.Art(poster)]</value> + <value>$INFO[Window(home).Property(poster)]</value> + </variable> + <variable name="VideoVersionThumbVar"> + <value condition="Control.HasFocus(50)">$INFO[Container(50).ListItem.Art(thumb)]</value> + <value condition="Control.HasFocus(51)">$INFO[Container(51).ListItem.Art(thumb)]</value> + <value>$INFO[Window(home).Property(thumb)]</value> + </variable> + <variable name="VideoVersionFileVar"> + <value condition="Control.HasFocus(50)">$INFO[Container(50).ListItem.FileNameAndPath]</value> + <value condition="Control.HasFocus(51)">$INFO[Container(51).ListItem.FileNameAndPath]</value> + <value>$INFO[ListItem.FileNameAndPath]</value> + </variable> </includes> |