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

Commit

Permalink
fix for hdr
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jul 28, 2019
1 parent 4aea515 commit db324d3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
26 changes: 21 additions & 5 deletions 1080i/Includes_Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,51 +371,66 @@
<visible>ListItem.IsStereoscopic</visible>
</control>
<control type="image">
<fadetime>100</fadetime>
<centertop>50%</centertop>
<width>64</width>
<height>56</height>
<aspectratio align="left">keep</aspectratio>
<texture colordiffuse="main_fg_90">flags/monochrome/other/HDR.png</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>String.Contains(ListItem.FileNameAndPath,HDR)</visible>
</control>
<control type="image" id="77881">
<fadetime>100</fadetime>
<centertop>50%</centertop>
<width>62</width>
<height>56</height>
<aspectratio align="left">keep</aspectratio>
<texture colordiffuse="main_fg_90">$VAR[Image_RipSource]</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>!String.IsEmpty(Control.GetLabel(77881))</visible>
</control>
<control type="image">
<control type="image" id="77882">
<fadetime>100</fadetime>
<centertop>50%</centertop>
<width>64</width>
<height>42</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="main_fg_90">$INFO[ListItem.VideoResolution,flags/monochrome/resolution/,.png]</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>!String.IsEmpty(Control.GetLabel(77882))</visible>
</control>
<control type="image">
<control type="image" id="77883">
<fadetime>100</fadetime>
<centertop>50%</centertop>
<width>71</width>
<height>48</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="main_fg_90">$INFO[ListItem.VideoCodec,flags/monochrome/source/,.png]</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>!String.IsEmpty(Control.GetLabel(77883))</visible>
</control>
<control type="image">
<control type="image" id="77884">
<fadetime>100</fadetime>
<centertop>50%</centertop>
<width>71</width>
<height>48</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="main_fg_90">$INFO[ListItem.VideoAspect,flags/monochrome/aspectratio/,.png]</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>!String.IsEmpty(Control.GetLabel(77884))</visible>
</control>
<control type="image">
<control type="image" id="77885">
<fadetime>100</fadetime>
<centertop>50%</centertop>
<width>71</width>
<height>48</height>
<aspectratio>keep</aspectratio>
<texture colordiffuse="main_fg_90">$VAR[Image_AudioCodec]</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>!String.IsEmpty(Control.GetLabel(77885))</visible>
</control>
<control type="image">
<control type="image" id="77886">
<left>7</left>
<fadetime>100</fadetime>
<centertop>50%</centertop>
Expand All @@ -424,6 +439,7 @@
<aspectratio>keep</aspectratio>
<texture colordiffuse="main_fg_90">$INFO[ListItem.AudioChannels,flags/monochrome/channels/,.png]</texture>
<visible>String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible>
<visible>!String.IsEmpty(Control.GetLabel(77886))</visible>
</control>
</control>
</definition>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.41-alpha5">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.41-alpha6">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db324d3

Please sign in to comment.