diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-02-22 06:22:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 06:22:12 +0100 |
commit | d02c4ddebdc37c05fa58f59f6673ce4c08f4f047 (patch) | |
tree | 61e7060d989f0256b6c1b7f737fbbb8cf2cffb73 /addons | |
parent | 7e33225e42db7a098c62a1dd51000b590e151519 (diff) | |
parent | 74dfa64ad6789d8b9feae22364bf4ddeba9e00e1 (diff) |
Merge pull request #11708 from phil65/estuary_krypton
[Estuary] sync
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1101_SettingsList.xml | 3 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogGameControllers.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogKeyboard.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogNumeric.xml | 1 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 5 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogVideoInfo.xml | 3 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 4 | ||||
-rw-r--r-- | addons/skin.estuary/xml/View_55_WideList.xml | 12 |
8 files changed, 13 insertions, 19 deletions
diff --git a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml index c767bb4e6b..81805648ec 100644 --- a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml +++ b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml @@ -92,6 +92,7 @@ <width>700</width> <include>DialogSettingButton</include> <label>$LOCALIZE[22006]</label> + <label2>$INFO[Player.SubtitleDelay,[B],[/B]]</label2> <onclick>SubtitleDelay</onclick> <enable>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</enable> </control> @@ -99,7 +100,7 @@ <width>700</width> <include>DialogSettingButton</include> <label>$LOCALIZE[31051]</label> - <label2>[B]$INFO[VideoPlayer.SubtitlesLanguage][/B]</label2> + <label2>$INFO[VideoPlayer.SubtitlesLanguage,[B],[/B]]</label2> <onclick>CycleSubtitle</onclick> <enable>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</enable> </control> diff --git a/addons/skin.estuary/xml/DialogGameControllers.xml b/addons/skin.estuary/xml/DialogGameControllers.xml index 0b9128aa18..18cb7892b9 100644 --- a/addons/skin.estuary/xml/DialogGameControllers.xml +++ b/addons/skin.estuary/xml/DialogGameControllers.xml @@ -162,7 +162,7 @@ <include content="DefaultDialogButton"> <param name="width" value="350" /> <param name="id" value="21" /> - <param name="label" value="$LOCALIZE[35019]" /> + <param name="label" value="$LOCALIZE[35013]" /> </include> </control> </control> diff --git a/addons/skin.estuary/xml/DialogKeyboard.xml b/addons/skin.estuary/xml/DialogKeyboard.xml index 9c4bbe71f3..90ff52fc2b 100644 --- a/addons/skin.estuary/xml/DialogKeyboard.xml +++ b/addons/skin.estuary/xml/DialogKeyboard.xml @@ -618,7 +618,6 @@ <top>690</top> <width>1480</width> <height>90</height> - <label>$INFO[ListItem.Label]</label> <font>font37</font> <shadowcolor>text_shadow</shadowcolor> <aligny>center</aligny> @@ -644,7 +643,6 @@ <top>770</top> <width>1480</width> <height>90</height> - <label>$INFO[ListItem.Label]</label> <font>font37</font> <shadowcolor>text_shadow</shadowcolor> <aligny>center</aligny> diff --git a/addons/skin.estuary/xml/DialogNumeric.xml b/addons/skin.estuary/xml/DialogNumeric.xml index 6ccffa7360..35b729d245 100644 --- a/addons/skin.estuary/xml/DialogNumeric.xml +++ b/addons/skin.estuary/xml/DialogNumeric.xml @@ -29,7 +29,6 @@ <width>477</width> <height>80</height> <font>font37</font> - <textcolor>button_focus</textcolor> <align>center</align> <aligny>center</aligny> </control> diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml index 17709f0cf1..a66a724d36 100644 --- a/addons/skin.estuary/xml/DialogSeekBar.xml +++ b/addons/skin.estuary/xml/DialogSeekBar.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <window> - <visible>[[Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding | Player.ShowInfo | Window.IsActive(fullscreeninfo) | Window.IsActive(videoosd) | Window.IsActive(playerprocessinfo)] + Window.IsActive(fullscreenvideo)] | Window.IsActive(visualisation) | !IsEmpty(Player.SeekNumeric)</visible> + <visible>Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding | Player.ShowInfo | Window.IsActive(fullscreeninfo) | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !IsEmpty(Player.SeekNumeric)</visible> <visible>!Window.IsActive(sliderdialog)</visible> + <visible>Window.IsActive(visualisation) | Window.IsActive(fullscreenvideo)</visible> <include>Animation_BottomSlide</include> <depth>DepthOSD</depth> <zorder>0</zorder> @@ -47,7 +48,7 @@ <visible>player.chaptercount</visible> </control> <control type="group"> - <visible>Player.Recording</visible> + <visible>Player.Recording + !PVR.ChannelPreviewActive</visible> <control type="image"> <top>100</top> <left>20</left> diff --git a/addons/skin.estuary/xml/DialogVideoInfo.xml b/addons/skin.estuary/xml/DialogVideoInfo.xml index 8f6c67f75c..99373de0c2 100644 --- a/addons/skin.estuary/xml/DialogVideoInfo.xml +++ b/addons/skin.estuary/xml/DialogVideoInfo.xml @@ -405,8 +405,7 @@ <include content="InfoDialogButton"> <param name="id" value="441" /> <param name="icon" value="icons/infodialogs/cinema.png" /> - <param name="onclick_1" value="Dialog.Close(MovieInformation)" /> - <param name="onclick_2" value="RunScript(script.cinemavision,experience)" /> + <param name="onclick_1" value="RunScript(script.cinemavision,dbtype=$INFO[ListItem.DBType],dbid=$INFO[ListItem.DBID])" /> <param name="label" value="$LOCALIZE[31003]" /> <param name="visible" value="System.HasAddon(script.cinemavision) + [String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)]" /> </include> diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index c182e57291..5127de1bed 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -172,10 +172,6 @@ <value condition="!String.IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(season.poster)]</value> <value condition="!String.IsEmpty(ListItem.Art(tvshow.poster))">$INFO[ListItem.Art(tvshow.poster)]</value> </variable> - <variable name="ListPosterVar"> - <value condition="ListItem.IsParentFolder">DefaultFolderBackPoster.png</value> - <value>$INFO[ListItem.Art(poster)]</value> - </variable> <variable name="BannerLabel2Var"> <value condition="String.IsEqual(Listitem.DBType,tvshow)">$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</value> <!-- <value>$INFO[ListItem.Year]</value> diff --git a/addons/skin.estuary/xml/View_55_WideList.xml b/addons/skin.estuary/xml/View_55_WideList.xml index c567df747a..462bf0b26b 100644 --- a/addons/skin.estuary/xml/View_55_WideList.xml +++ b/addons/skin.estuary/xml/View_55_WideList.xml @@ -21,7 +21,7 @@ <ondown>55</ondown> <viewtype label="$LOCALIZE[31107]">list</viewtype> <visible>Container.Content(artists) | Container.Content(albums) | Container.Content(songs) | Container.Content(addons) | Container.Content(actors) | Container.Content(directors) | Container.Content(files) | Container.Content(mixed) | Container.Content(musicvideos) | Container.Content(videos) | Container.Content() | Container.Content(episodes) | Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(unknown)</visible> - <focusedlayout height="list_item_height" width="widelist_width" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(actors) | Container.Content(directors) | Container.Content(files) | Container.Content(mixed) | Container.Content(videos) | Container.Content(episodes) | Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(unknown)"> + <focusedlayout height="list_item_height" width="widelist_width" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(actors) | Container.Content(directors) | Container.Content(files) | Container.Content(mixed) | Container.Content(videos) | Container.Content(musicvideos) | Container.Content(episodes) | Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(unknown)"> <control type="image"> <left>0</left> <right>0</right> @@ -37,7 +37,7 @@ <aligny>center</aligny> <label>$INFO[ListItem.Year]</label> <shadowcolor>text_shadow</shadowcolor> - <visible>!Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes) + !Container.Content(movies) + !Container.Content(videos)</visible> + <visible>!Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes) + !Container.Content(videos) + !Container.Content(musicvideos) + !Container.Content(movies)</visible> </control> <control type="image"> <left>35</left> @@ -45,7 +45,7 @@ <width>32</width> <height>32</height> <texture>$VAR[ListWatchedIconVar]</texture> - <visible>Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(movies) | Container.Content(videos) | String.IsEmpty(ListItem.Year)</visible> + <visible>Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(movies) | Container.Content(videos) | Container.Content(musicvideos) | String.IsEmpty(ListItem.Year)</visible> </control> <control type="label"> <left>105</left> @@ -68,7 +68,7 @@ <shadowcolor>text_shadow</shadowcolor> </control> </focusedlayout> - <itemlayout height="list_item_height" width="widelist_width" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(actors) | Container.Content(directors) | Container.Content(files) | Container.Content(mixed) | Container.Content(videos) | Container.Content(episodes) | Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(unknown)"> + <itemlayout height="list_item_height" width="widelist_width" condition="Container.Content(artists) | Container.Content(albums) | Container.Content(actors) | Container.Content(directors) | Container.Content(files) | Container.Content(mixed) | Container.Content(videos) | Container.Content(musicvideos) | Container.Content(episodes) | Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(unknown)"> <control type="label"> <left>18</left> <top>0</top> @@ -78,7 +78,7 @@ <label>$INFO[ListItem.Year]</label> <textcolor>button_focus</textcolor> <shadowcolor>text_shadow</shadowcolor> - <visible>!Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes) + !Container.Content(movies) + !Container.Content(videos)</visible> + <visible>!Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes) + !Container.Content(videos) + !Container.Content(musicvideos) + !Container.Content(movies)</visible> </control> <control type="image"> <left>35</left> @@ -86,7 +86,7 @@ <width>32</width> <height>32</height> <texture colordiffuse="grey">$VAR[ListWatchedIconVar]</texture> - <visible>Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(movies) | Container.Content(videos) | String.IsEmpty(ListItem.Year)</visible> + <visible>Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(movies) | Container.Content(videos) | Container.Content(musicvideos) | String.IsEmpty(ListItem.Year)</visible> </control> <control type="label"> <left>105</left> |