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

Commit

Permalink
add AEL maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Oct 18, 2019
1 parent b360285 commit 0c480cd
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 1080i/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

<expression name="Exp_InfoVisible">[Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(DialogAddonInfo.xml) | Window.IsVisible(1140) | Window.IsVisible(DialogPVRInfo.xml)]</expression>

<expression name="Exp_IsPluginAdvancedLauncher">String.StartsWith(Container.FolderPath,plugin://plugin.program.advanced.launcher/) | String.StartsWith(Container.FolderPath,plugin://plugin.program.advanced.emulator.launcher/) | String.StartsWith(Container.FolderPath,plugin://plugin.program.advanced.MAME.launcher/)</expression>
<expression name="Exp_IsPluginAdvancedLauncher">[String.StartsWith(Container.FolderPath,plugin://plugin.program.advanced.launcher/) | String.StartsWith(Container.FolderPath,plugin://plugin.program.advanced.emulator.launcher/) | String.StartsWith(Container.FolderPath,plugin://plugin.program.advanced.MAME.launcher/)]</expression>

<expression name="Exp_ShowPlotOverlay">[Control.HasFocus(9601) | [System.IdleTime(4) + Skin.HasSetting(AutoPlotOverlay) + [String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,set) | String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,video) | String.IsEqual(ListItem.DBType,artist) | String.IsEqual(ListItem.DBType,album) | String.IsEqual(ListItem.DBType,song)] + ![Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(DialogAddonInfo.xml) | Window.IsVisible(1136) | Window.IsVisible(1140)]]]</expression>

Expand Down
1 change: 1 addition & 0 deletions 1080i/Includes_Items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@
<onclick condition="[Container.Content(videos) + String.IsEmpty(Skin.String(Skin.ForcedView.videos))]">AlarmClock(setviewlock,Skin.SetString(Skin.ForcedView.$INFO[Container.Content],$INFO[Container.Viewmode]),00:01,silent)</onclick>
<visible>Window.IsVisible(MyVideoNav.xml) | Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(AddonBrowser.xml) | Window.IsVisible(MyPics.xml) | Window.IsVisible(MyPrograms.xml) | Window.IsVisible(MyGames.xml)</visible>
<visible>!Skin.HasSetting(KioskMode)</visible>
<visible>!$EXP[Exp_IsPluginAdvancedLauncher]</visible>
</item>

<!-- Sort -->
Expand Down
12 changes: 6 additions & 6 deletions 1080i/Includes_View_50_List.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<param name="viewtype" value="$LOCALIZE[535]" />
<param name="viewtypename" value="list" />
<param name="forced" value="true" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(actors) | [Container.Content(files) + Window.IsVisible(MyVideoNav.xml) + !String.IsEqual(Container.FolderPath,plugin://plugin.video.youtube/) + !String.IsEmpty(Container.PluginName)] | Window.IsVisible(videoplaylist)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(actors) | [Container.Content(files) + Window.IsVisible(MyVideoNav.xml) + !String.IsEqual(Container.FolderPath,plugin://plugin.video.youtube/) + !String.IsEmpty(Container.PluginName)] | Window.IsVisible(videoplaylist) | $EXP[Exp_IsPluginAdvancedLauncher]" />
</include>
</control>
</include>
Expand All @@ -40,7 +40,7 @@
<param name="viewtype" value="$LOCALIZE[535]" />
<param name="viewtypename" value="list" />
<param name="forced" value="true" />
<param name="visible" value="![Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(actors) | [Container.Content(files) + Window.IsVisible(MyVideoNav.xml) + !String.IsEqual(Container.FolderPath,plugin://plugin.video.youtube/) + !String.IsEmpty(Container.PluginName)] | Window.IsVisible(videoplaylist)]" />
<param name="visible" value="![Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(actors) | [Container.Content(files) + Window.IsVisible(MyVideoNav.xml) + !String.IsEqual(Container.FolderPath,plugin://plugin.video.youtube/) + !String.IsEmpty(Container.PluginName)] | Window.IsVisible(videoplaylist)] | $EXP[Exp_IsPluginAdvancedLauncher]" />
</include>
</control>
</control>
Expand All @@ -58,7 +58,7 @@
<param name="viewtypename" value="info" />
<param name="forced" value="true" />
<param name="flipsides" value="Skin.HasSetting(FlipSide)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | $EXP[Exp_IsPluginAdvancedLauncher]" />
</include>
<include content="View_522_Showcase_Seasons_Info">
<param name="visible" value="true" />
Expand All @@ -81,7 +81,7 @@
<param name="viewtypename" value="biginfo" />
<param name="forced" value="true" />
<param name="flipsides" value="Skin.HasSetting(FlipSide)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | $EXP[Exp_IsPluginAdvancedLauncher]" />
</include>
<include>View_502_List_Info</include>
</control>
Expand All @@ -97,7 +97,7 @@
<width>1790</width>
<top>-15</top>
<left>-15</left>
<visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
<visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | $EXP[Exp_IsPluginAdvancedLauncher]</visible>
<height>840</height>
<include>View_Vertical</include>
<movement>2</movement>
Expand Down Expand Up @@ -323,7 +323,7 @@
<param name="forced" value="true" />
<param name="itemlayout" value="View_504_Itemlayout" />
<param name="flipsides" value="Skin.HasSetting(FlipSide)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | $EXP[Exp_IsPluginAdvancedLauncher]" />
</include>
<include content="View_504_Info">
<param name="visible" value="true" />
Expand Down
12 changes: 6 additions & 6 deletions 1080i/Includes_View_51_Wall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<param name="viewtype" value="$LOCALIZE[31358]" />
<param name="viewtypename" value="icon" />
<param name="forced" value="true" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(actors)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(actors) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<include>View_Vertical_Movement</include>
</include>
</control>
Expand All @@ -465,7 +465,7 @@
<param name="viewtypename" value="icon" />
<param name="diffuse" value="diffuse/square-wall.png" />
<param name="forced" value="true" />
<param name="visible" value="Container.Content(artists) | Container.Content(albums) | Container.Content(games) | Container.Content(programs) | Container.Content(addons) | Container.Content(images) | Container.Content() | Container.Content(files)" />
<param name="visible" value="Container.Content(artists) | Container.Content(albums) | Container.Content(games) | Container.Content(programs) | Container.Content(addons) | Container.Content(images) | Container.Content() | Container.Content(files) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<include>View_Vertical_Movement</include>
</include>
</control>
Expand All @@ -488,7 +488,7 @@
<param name="viewtypename" value="wide" />
<param name="forced" value="true" />
<param name="labelinclude" value="View_51_Wall_Landscape_Label" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | Container.Content(images)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | Container.Content(images) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<include>View_Vertical_Movement</include>
</include>
</control>
Expand All @@ -508,7 +508,7 @@
<param name="viewtype" value="$LOCALIZE[31424]" />
<param name="viewtypename" value="icon" />
<param name="forced" value="true" />
<param name="visible" value="Container.Content(genres) | Container.Content(countries) | Container.Content(directors) | Container.Content(studios) | Container.Content(years) | Container.Content() | Container.Content(addons)" />
<param name="visible" value="Container.Content(genres) | Container.Content(countries) | Container.Content(directors) | Container.Content(studios) | Container.Content(years) | Container.Content() | Container.Content(addons) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<include>View_Vertical_Movement</include>
</include>
</control>
Expand Down Expand Up @@ -554,7 +554,7 @@
<param name="viewtypename" value="icon" />
<param name="controllayout" value="View_514_Wall_Info_Layout" />
<param name="forced" value="true" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<width>1028.56</width>
<include>View_Vertical_Movement</include>
</include>
Expand Down Expand Up @@ -585,7 +585,7 @@
<param name="viewtypename" value="wide" />
<param name="forced" value="true" />
<param name="labelinclude" value="Defs_Null" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | Container.Content(images)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | Container.Content(images) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<include>View_Vertical_Movement</include>
</include>
</control>
Expand Down
10 changes: 5 additions & 5 deletions 1080i/Includes_View_52_Showcase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<param name="labelinclude" value="Defs_Null" />
<param name="controltype" value="fixedlist" />
<param name="controllayout" value="View_52_Showcase_Layout" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<param name="viewtype" value="$LOCALIZE[31040]" />
<param name="viewtypename" value="wrap" />
<param name="forced" value="true" />
Expand Down Expand Up @@ -271,7 +271,7 @@
<param name="orientation" value="horizontal" />
<param name="controltype" value="fixedlist" />
<param name="controllayout" value="View_520_Showcase_Layout" />
<param name="visible" value="Container.Content(artists) | Container.Content(albums)" />
<param name="visible" value="Container.Content(artists) | Container.Content(albums) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<param name="viewtype" value="$LOCALIZE[31362]" />
<param name="viewtypename" value="wrap" />
<param name="forced" value="true" />
Expand All @@ -296,7 +296,7 @@
<param name="orientation" value="horizontal" />
<param name="controltype" value="fixedlist" />
<param name="controllayout" value="View_52_Showcase_Aura_Layout" />
<param name="visible" value="Container.Content(artists) | Container.Content(albums) | Container.Content(addons)" />
<param name="visible" value="Container.Content(artists) | Container.Content(albums) | Container.Content(addons) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<param name="viewtype" value="$LOCALIZE[31362]" />
<param name="viewtypename" value="wrap" />
<param name="forced" value="true" />
Expand Down Expand Up @@ -324,7 +324,7 @@
<param name="icon" value="$VAR[Image_Landscape]" />
<param name="clearlogo" value="[!String.IsEmpty(ListItem.Art(clearlogo)) | !String.IsEmpty(ListItem.Art(tvshow.clearlogo))] + [[String.IsEmpty(ListItem.Art(landscape)) + String.IsEmpty(ListItem.Art(tvshow.landscape))] | [[!String.IsEmpty(ListItem.Art(tvshow.landscape)) | !String.IsEmpty(ListItem.Art(landscape))] + !Skin.HasSetting(LandscapeArt)] | [!String.IsEmpty(ListItem.Art(thumb)) + [String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)] + String.IsEmpty(ListItem.Property(airday))]]" />
<param name="iconheight" value="item_icon_height" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<param name="viewtype" value="$LOCALIZE[31361]" />
<param name="viewtypename" value="wrap" />
<param name="forced" value="true" />
Expand All @@ -350,7 +350,7 @@
<param name="icon" value="$VAR[Image_Landscape]" />
<param name="clearlogo" value="[!String.IsEmpty(ListItem.Art(clearlogo)) | !String.IsEmpty(ListItem.Art(tvshow.clearlogo))] + [[String.IsEmpty(ListItem.Art(landscape)) + String.IsEmpty(ListItem.Art(tvshow.landscape))] | [[!String.IsEmpty(ListItem.Art(tvshow.landscape)) | !String.IsEmpty(ListItem.Art(landscape))] + !Skin.HasSetting(LandscapeArt)] | [!String.IsEmpty(ListItem.Art(thumb)) + [String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)] + String.IsEmpty(ListItem.Property(airday))]]" />
<param name="iconheight" value="item_icon_height" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos)" />
<param name="visible" value="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(videos) | $EXP[Exp_IsPluginAdvancedLauncher]" />
<param name="viewtype" value="$LOCALIZE[31361]" />
<param name="viewtypename" value="wrap" />
<param name="forced" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion 1080i/Includes_View_53_Poster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<orientation>horizontal</orientation>
<pagecontrol>62</pagecontrol>
<scrolltime tween="quadratic">400</scrolltime>
<visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons)</visible>
<visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | $EXP[Exp_IsPluginAdvancedLauncher]</visible>
<viewtype label="$LOCALIZE[31262]">bigicon</viewtype>
<include content="View_Forced">
<param name="string" value="$LOCALIZE[31262]" />
Expand Down
19 changes: 17 additions & 2 deletions 1080i/MyPrograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>300</menucontrol>

<views>50,500,510,512</views>
<views>50,500,501,502,504,503,51,510,511,512,513,514,515,52,520,521,522,524,53,523</views>

<controls>
<include>Global_Background</include>
Expand All @@ -14,9 +14,24 @@
<include>Animation_FadeInOut</include>
<include>View_50_List</include>
<include>View_500_List_Square</include>
<include>View_501_List_MediaInfo</include>
<include>View_502_List_MediaInfo_Extended</include>
<include>View_503_List_Banners</include>
<include>View_504_List_TriPanel</include>
<include>View_51_Wall</include>
<include>View_510_Wall_Square</include>
<include>View_511_Wall_Landscape</include>
<include>View_512_Wall_Icons</include>
<include>Object_Scrollbars</include>
<include>View_513_Wall_Circle</include>
<include>View_514_Wall_Info</include>
<include>View_515_Wall_Landscape_Small</include>
<include>View_52_Showcase</include>
<include>View_520_Showcase_Square</include>
<include>View_521_Showcase_Landscape</include>
<include>View_522_Showcase_Seasons</include>
<include>View_523_Showcase_Lovefilm</include>
<include>View_524_Showcase_Seasons</include>
<include>View_53_Poster</include>
</control>

<control type="list" id="300">
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.52-alpha3">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.52-alpha4">
<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 @@ -2,6 +2,7 @@
- Fix for busy spinner on home screen
- Clock to music vis
- Fix for always on osd info to not show when seeking
- Allow AEL views.

0.9.51
- Add fanart gallery fullscreen viewer
Expand Down

0 comments on commit 0c480cd

Please sign in to comment.