From db324d31e3664842edfbfe4e6a2431569f272084 Mon Sep 17 00:00:00 2001 From: jurialmunkey Date: Sun, 28 Jul 2019 22:02:14 +1000 Subject: [PATCH] fix for hdr --- 1080i/Includes_Object.xml | 26 +++++++++++++++++++++----- addon.xml | 2 +- changelog.txt | 1 + 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/1080i/Includes_Object.xml b/1080i/Includes_Object.xml index 9209547c..4e4dcf6d 100644 --- a/1080i/Includes_Object.xml +++ b/1080i/Includes_Object.xml @@ -371,6 +371,16 @@ ListItem.IsStereoscopic + 100 + 50% + 64 + 56 + keep + flags/monochrome/other/HDR.png + String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + String.Contains(ListItem.FileNameAndPath,HDR) + + 100 50% 62 @@ -378,8 +388,9 @@ keep $VAR[Image_RipSource] String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + !String.IsEmpty(Control.GetLabel(77881)) - + 100 50% 64 @@ -387,8 +398,9 @@ keep $INFO[ListItem.VideoResolution,flags/monochrome/resolution/,.png] String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + !String.IsEmpty(Control.GetLabel(77882)) - + 100 50% 71 @@ -396,8 +408,9 @@ keep $INFO[ListItem.VideoCodec,flags/monochrome/source/,.png] String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + !String.IsEmpty(Control.GetLabel(77883)) - + 100 50% 71 @@ -405,8 +418,9 @@ keep $INFO[ListItem.VideoAspect,flags/monochrome/aspectratio/,.png] String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + !String.IsEmpty(Control.GetLabel(77884)) - + 100 50% 71 @@ -414,8 +428,9 @@ keep $VAR[Image_AudioCodec] String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + !String.IsEmpty(Control.GetLabel(77885)) - + 7 100 50% @@ -424,6 +439,7 @@ keep $INFO[ListItem.AudioChannels,flags/monochrome/channels/,.png] String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video) + !String.IsEmpty(Control.GetLabel(77886)) diff --git a/addon.xml b/addon.xml index f3d97f31..ca6aab78 100644 --- a/addon.xml +++ b/addon.xml @@ -1,4 +1,4 @@ - + diff --git a/changelog.txt b/changelog.txt index 4fdd41ad..eafb0240 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ - Fix season 2 info getting locked due to duplicate id - Add episode labels - Sort sets in info by year +- Codec flag fixes 0.9.40 - Updates to landscape widget (now 4 horizontal with labels underneath)