diff options
author | ronie <ronie@users.noreply.github.com> | 2016-11-21 16:52:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 16:52:25 +0100 |
commit | 7f0bc8beb5290fe507182111f56f0a33abb00dd5 (patch) | |
tree | cff0c1e15a4b9b6fdc2976cfd4363a3b27ae4b9b /addons/skin.estuary | |
parent | afcb4f3574346b9ada1abf3e6ad80db83911a266 (diff) | |
parent | 4d83c35cdc818f147b9eeb1a5647c03aaa9f9dda (diff) |
Merge pull request #10938 from ronie/estuary-starrating
[estuary] fix missing texture log error
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/1080i/DialogExtendedProgressBar.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/DialogSubtitles.xml | 8 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/DialogVolumeBar.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/Includes.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/MusicVisualisation.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/Variables.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/VideoFullScreen.xml | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml b/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml index ebc905b906..b71e7de58f 100644 --- a/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml +++ b/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml @@ -25,7 +25,7 @@ <top>-11</top> <width>100</width> <height>100</height> - <texture>dialogs/volume/progress/p$INFO[Control.GetLabel(32)].png</texture> + <texture>$INFO[Control.GetLabel(32),dialogs/volume/progress/p,.png]</texture> <animation effect="fade" end="50" time="0" condition="true">Conditional</animation> </control> <control type="image"> diff --git a/addons/skin.estuary/1080i/DialogSubtitles.xml b/addons/skin.estuary/1080i/DialogSubtitles.xml index 9730dce96b..2a4b0fd231 100644 --- a/addons/skin.estuary/1080i/DialogSubtitles.xml +++ b/addons/skin.estuary/1080i/DialogSubtitles.xml @@ -107,7 +107,7 @@ <top>5</top> <width>50</width> <height>50</height> - <texture>windows/subtitles/flags/$INFO[ListItem.Thumb].png</texture> + <texture>$INFO[ListItem.Thumb,windows/subtitles/flags/,.png]</texture> <aspectratio>keep</aspectratio> </control> <control type="label"> @@ -151,7 +151,7 @@ <top>10</top> <width>100</width> <height>45</height> - <texture fallback="flags/starrating/rating0.png">flags/starrating/rating$INFO[ListItem.ActualIcon].png</texture> + <texture fallback="flags/starrating/rating0.png">$INFO[ListItem.ActualIcon,flags/starrating/rating,.png]</texture> <aspectratio>keep</aspectratio> </control> </itemlayout> @@ -177,7 +177,7 @@ <top>5</top> <width>50</width> <height>50</height> - <texture>windows/subtitles/flags/$INFO[ListItem.Thumb].png</texture> + <texture>$INFO[ListItem.Thumb,windows/subtitles/flags/,.png]</texture> <aspectratio>keep</aspectratio> </control> <control type="label"> @@ -221,7 +221,7 @@ <top>10</top> <width>100</width> <height>45</height> - <texture fallback="flags/starrating/rating0.png">flags/starrating/rating$INFO[ListItem.ActualIcon].png</texture> + <texture fallback="flags/starrating/rating0.png">$INFO[ListItem.ActualIcon,flags/starrating/rating,.png]</texture> <aspectratio>keep</aspectratio> </control> </focusedlayout> diff --git a/addons/skin.estuary/1080i/DialogVolumeBar.xml b/addons/skin.estuary/1080i/DialogVolumeBar.xml index 86a91077e9..c71db7b235 100644 --- a/addons/skin.estuary/1080i/DialogVolumeBar.xml +++ b/addons/skin.estuary/1080i/DialogVolumeBar.xml @@ -33,7 +33,7 @@ <top>-11</top> <width>100</width> <height>100</height> - <texture>dialogs/volume/progress/p$INFO[Control.GetLabel(20)].png</texture> + <texture>$INFO[Control.GetLabel(20),dialogs/volume/progress/p,.png]</texture> <animation effect="fade" start="100" end="0" delay="300" time="500" tween="sine" condition="Player.Muted">Conditional</animation> </control> <control type="image"> diff --git a/addons/skin.estuary/1080i/Includes.xml b/addons/skin.estuary/1080i/Includes.xml index 37ff251ca6..bde90e52e9 100644 --- a/addons/skin.estuary/1080i/Includes.xml +++ b/addons/skin.estuary/1080i/Includes.xml @@ -973,7 +973,7 @@ <height>50</height> <fadetime>300</fadetime> <aspectratio align="left">keep</aspectratio> - <texture colordiffuse="button_focus">weather/small/$INFO[Weather.FanartCode].png</texture> + <texture colordiffuse="button_focus">$INFO[Weather.FanartCode,weather/small/,.png]</texture> <visible>Skin.HasSetting(show_weatherinfo) + Weather.IsFetched + ![String.IsEqual(Weather.FanartCode,na) + String.Contains(Weather.Conditions,/)]</visible> </control> </include> diff --git a/addons/skin.estuary/1080i/MusicVisualisation.xml b/addons/skin.estuary/1080i/MusicVisualisation.xml index 9656847462..52cc08c766 100644 --- a/addons/skin.estuary/1080i/MusicVisualisation.xml +++ b/addons/skin.estuary/1080i/MusicVisualisation.xml @@ -131,7 +131,7 @@ <top>1022</top> <width>256</width> <height>65</height> - <texture>flags/starrating/$INFO[MusicPlayer.UserRating].png</texture> + <texture>$INFO[MusicPlayer.UserRating,flags/starrating/,.png]</texture> <aspectratio>keep</aspectratio> </control> </control> diff --git a/addons/skin.estuary/1080i/Variables.xml b/addons/skin.estuary/1080i/Variables.xml index 63d603a74c..41efe65cbb 100644 --- a/addons/skin.estuary/1080i/Variables.xml +++ b/addons/skin.estuary/1080i/Variables.xml @@ -50,7 +50,7 @@ </variable> <variable name="GlobalFanartVar"> <value condition="Skin.HasSetting(use_custom_bg) + !String.IsEmpty(Skin.String(custom_background))">$INFO[Skin.String(custom_background)]</value> - <value>special://skin/extras/backgrounds/$INFO[Skin.CurrentColourTheme].jpg</value> + <value>$INFO[Skin.CurrentColourTheme,special://skin/extras/backgrounds/,.jpg]</value> </variable> <variable name="FullScreenInfoTextBoxVar"> <value condition="Control.HasFocus(5552)">$INFO[VideoPlayer.Duration,$LOCALIZE[180]: [B],[/B][CR]]</value> diff --git a/addons/skin.estuary/1080i/VideoFullScreen.xml b/addons/skin.estuary/1080i/VideoFullScreen.xml index 18d47e847f..fd986d3c9b 100644 --- a/addons/skin.estuary/1080i/VideoFullScreen.xml +++ b/addons/skin.estuary/1080i/VideoFullScreen.xml @@ -57,7 +57,7 @@ <top>440</top> <width>200</width> <height>200</height> - <texture colordiffuse="button_focus">dialogs/volume/progress/p$INFO[Player.CacheLevel].png</texture> + <texture colordiffuse="button_focus">$INFO[Player.CacheLevel,dialogs/volume/progress/p,.png]</texture> </control> <control type="label" id="1"> <description>buffering value</description> |