Skip to content

Commit

Permalink
Fix OSD poster for movies and remove broken aspectratio switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Oct 2, 2021
1 parent 0f5b455 commit 4d30705
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions 16x9/Includes_Window.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@
</control>
</control>
</control>
<control type="group">
<!-- <control type="group">
<visible allowhiddenfocus="true">ControlGroup(9320).HasFocus() | Control.HasFocus(2)</visible>
<visible>Window.IsVisible(videoosd)</visible>
<bottom>64</bottom>
Expand Down Expand Up @@ -1726,7 +1726,7 @@
<onclick>aspectratio</onclick>
</control>
</control>
</control>
</control> -->
</control>
</include>

Expand Down Expand Up @@ -1937,14 +1937,23 @@
<texture>$INFO[Player.Art(tvshow.poster)]</texture>
<visible>!String.IsEmpty(Player.Art(tvshow.poster))</visible>
</control>
<control type="image">
<top>pad</top>
<left>0</left>
<width>147</width>
<bottom>70</bottom>
<aspectratio>keep</aspectratio>
<texture>$INFO[Player.Art(poster)]</texture>
<visible>String.IsEmpty(Player.Art(tvshow.poster)) + !String.IsEmpty(Player.Art(poster))</visible>
</control>
<control type="image">
<top>pad</top>
<left>0</left>
<width>147</width>
<bottom>70</bottom>
<aspectratio>keep</aspectratio>
<texture fallback="DefaultAddonVideo.png">$INFO[Player.Art(thumb)]</texture>
<visible>String.IsEmpty(Player.Art(tvshow.poster))</visible>
<visible>String.IsEmpty(Player.Art(tvshow.poster)) + String.IsEmpty(Player.Art(poster))</visible>
</control>
<control type="group">
<left>157</left>
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.eminence.2" name="Eminence" provider-name="jurialmunkey" version="4.0.13">
<addon id="skin.eminence.2" name="Eminence" provider-name="jurialmunkey" version="4.0.14">
<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="1.0.0" />
Expand Down

0 comments on commit 4d30705

Please sign in to comment.