Skip to content

Commit

Permalink
Minor fixed & Another try to fix osd art & pvr related
Browse files Browse the repository at this point in the history
- PVR images & infolabels
- Remove shadowcolor from plot in home
- Change large_color media flags order to eliminate gap from missing textures in languageflags resource
- disable align right in bingie (temp unsupported)
- minor stuff
  • Loading branch information
cartmandos committed Mar 31, 2019
1 parent cd33c1d commit 9184d5c
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 271 deletions.
10 changes: 10 additions & 0 deletions xml/DialogSeekBar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<visible>[Window.IsActive(videoosd) | Player.ShowInfo | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding] + Window.IsActive(fullscreenvideo)</visible>
<controls>
<control type="group">
<!--BG-->
<control type="image">
<width>100%</width>
<height>100%</height>
<texture background="true" border="15">special://home/addons/resource.images.backgroundoverlays.basic/resources/vignette.png</texture>
<colordiffuse>$INFO[Skin.String(OSDPanelColor)]</colordiffuse>
<visible>Skin.HasSetting(UseBingieOSDPanel) + [Window.IsActive(videoosd) | VideoPlayer.Content(livetv) | Player.ShowInfo]</visible>
<visible>!Window.IsActive(sliderdialog) + !Window.IsActive(pvrosdchannels) + !Window.IsActive(DialogSettings.xml)</visible>
<animation effect="fade" time="400">VisibleChange</animation>
</control>

<!--Info Panel-->
<include>OSDInfoPanel</include>
Expand Down
1 change: 0 additions & 1 deletion xml/IncludesHomeBingie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
<height min="50" max="138">auto</height>
<width>650</width>
<textcolor>$VAR[BingiePlotTextColor]</textcolor>
<shadowcolor>$INFO[Skin.String(ViewDetailsTextShadowColor)]</shadowcolor>
<align>justify</align>
<font>Reg28</font>
<label>$VAR[BingiePlot]</label>
Expand Down
30 changes: 15 additions & 15 deletions xml/IncludesMediaFlags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,50 +132,50 @@
<orientation>horizontal</orientation>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.VideoResolution),/resolution/,.png]</texture>
<texture>$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.VideoResolution),/resolution/,.png]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.VideoResolution))</visible>
</control>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.AudioCodec),/audio/,.png]</texture>
<texture>$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.AudioCodec),/audio/,.png]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.AudioCodec))</visible>
</control>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.AudioChannels),/channels/,.png]</texture>
<texture>$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.AudioChannels),/channels/,.png]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.AudioChannels))</visible>
</control>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[mediaflags_large_path]$VAR[mediaflags_large_source_widgets,/video/,.png]</texture>
<texture>$VAR[mediaflags_large_path]$VAR[mediaflags_large_source_widgets,/video/,.png]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.VideoCodec))</visible>
</control>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.VideoAspect),/aspectratio/,.png]</texture>
<texture>$VAR[mediaflags_large_path]$INFO[Window(Home).Property(ListItem.VideoAspect),/aspectratio/,.png]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.VideoAspect))</visible>
</control>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[mediaflags_large_path]/cc.png</texture>
<visible>!String.IsEmpty(ListItem.SubtitleLanguage) + !Skin.String(mediaflagsstyle,large_color)</visible>
<texture fallback="flags/flags_large/mpaa/nr.png">$VAR[mediaflags_large_rating_widgets]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.MPAA)) + !String.IsEqual(Window(Home).Property(ListItem.MPAA),nr.png)</visible>
</control>
<control type="image" >
<height>95</height>
<control type="image">
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[LanguageFlagIconPath]$INFO[ListItem.AudioLanguage].png</texture>
<visible>!String.IsEmpty(ListItem.AudioLanguage) + Skin.String(mediaflagsstyle,large_color)</visible>
<texture>$VAR[mediaflags_large_path]/cc.png</texture>
<visible>!String.IsEmpty(ListItem.SubtitleLanguage) + !Skin.String(mediaflagsstyle,large_color)</visible>
</control>
<control type="image">
<height>95</height>
<include>mediaflags_large_layout</include>
<texture background="true">$VAR[LanguageFlagIconPath]$INFO[ListItem.SubtitleLanguage].png</texture>
<texture>$VAR[LanguageFlagIconPath]$INFO[ListItem.SubtitleLanguage].png</texture>
<visible>!String.IsEmpty(ListItem.SubtitleLanguage) + Skin.String(mediaflagsstyle,large_color)</visible>
</control>
<control type="image" id="11510">
<control type="image" >
<height>95</height>
<include>mediaflags_large_layout</include>
<texture fallback="flags/flags_large/mpaa/nr.png">$VAR[mediaflags_large_rating_widgets]</texture>
<visible>!String.IsEmpty(Window(Home).Property(ListItem.MPAA)) + !String.IsEqual(Window(Home).Property(ListItem.MPAA),nr.png)</visible>
<texture>$VAR[LanguageFlagIconPath]$INFO[ListItem.AudioLanguage].png</texture>
<visible>!String.IsEmpty(ListItem.AudioLanguage) + Skin.String(mediaflagsstyle,large_color)</visible>
</control>
</control>
</include>
Expand Down

0 comments on commit 9184d5c

Please sign in to comment.