V1.2.0 Alpha
This commit is contained in:
parent
9c7ff13580
commit
6196d59f06
|
@ -69,7 +69,7 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>898</posy>
|
||||
<posy>886</posy>
|
||||
<width>5-col</width>
|
||||
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
|
||||
<aspectratio align="left">keep</aspectratio>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<control type="grouplist" id="99998">
|
||||
<posx>0</posx>
|
||||
<posy>row-3-begin</posy>
|
||||
<width>20000</width>
|
||||
<width>13000</width>
|
||||
<height>fullscreenHeight</height>
|
||||
<itemgap>0</itemgap>
|
||||
<scrolltime tween="sine" easing="out">500</scrolltime>
|
||||
|
@ -27,24 +27,24 @@
|
|||
<effect type="fade" start="0" end="100" delay="250" time="1000"/>
|
||||
</animation>
|
||||
<!--movement-->
|
||||
<animation effect="slide" time="300" end="0,0" condition="Control.HasFocus(999981)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-700,0" condition="Control.HasFocus(999982)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-1400,0" condition="Control.HasFocus(999983)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-1900,0" condition="Control.HasFocus(999984)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-2600,0" condition="Control.HasFocus(999985)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-3100,0" condition="Control.HasFocus(999986)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-3800,0" condition="Control.HasFocus(999987)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-4500,0" condition="Control.HasFocus(999988)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-5200,0" condition="Control.HasFocus(999989)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-5900,0" condition="Control.HasFocus(999990)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-6600,0" condition="Control.HasFocus(999991)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-7200,0" condition="Control.HasFocus(999992)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-7900,0" condition="Control.HasFocus(999993)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-8600,0" condition="Control.HasFocus(999994)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-9300,0" condition="Control.HasFocus(999995)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-10000,0" condition="Control.HasFocus(999996)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-10700,0" condition="Control.HasFocus(999997)">condition</animation>
|
||||
<animation effect="slide" time="300" end="-11400,0" condition="Control.HasFocus(999998)">condition</animation>
|
||||
<animation effect="slide" time="200" end="0,0" condition="Control.HasFocus(999981)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-700,0" condition="Control.HasFocus(999982)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-1400,0" condition="Control.HasFocus(999983)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-1900,0" condition="Control.HasFocus(999984)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-2600,0" condition="Control.HasFocus(999985)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-3100,0" condition="Control.HasFocus(999986)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-3800,0" condition="Control.HasFocus(999987)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-4500,0" condition="Control.HasFocus(999988)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-5200,0" condition="Control.HasFocus(999989)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-5900,0" condition="Control.HasFocus(999990)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-6600,0" condition="Control.HasFocus(999991)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-7200,0" condition="Control.HasFocus(999992)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-7900,0" condition="Control.HasFocus(999993)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-8600,0" condition="Control.HasFocus(999994)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-9300,0" condition="Control.HasFocus(999995)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-10000,0" condition="Control.HasFocus(999996)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-10700,0" condition="Control.HasFocus(999997)">condition</animation>
|
||||
<animation effect="slide" time="200" end="-11400,0" condition="Control.HasFocus(999998)">condition</animation>
|
||||
<control type="label">
|
||||
<visible>!isempty(listitem.tagline)</visible>
|
||||
<posx>col-1-begin</posx>
|
||||
|
@ -186,23 +186,6 @@
|
|||
<bordertexture border="3">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>3-col</posx>
|
||||
<width>1-col</width>
|
||||
<height>756</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<control type="scrollbar" id="62">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>row-27-begin</posy>
|
||||
<height>12</height>
|
||||
<width>8-col</width>
|
||||
<orientation>horizontal</orientation>
|
||||
<onback>8000</onback>
|
||||
</control>
|
||||
|
||||
<!--navigation-->
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,16 +1,13 @@
|
|||
**Changelog**
|
||||
|
||||
[PLANNED WORKS]
|
||||
- ensure spotlight disabled when no content
|
||||
|
||||
- move the tvshows / multinode stuff from defaults to overrides
|
||||
|
||||
|
||||
[V1.2.0]
|
||||
- [NEW] Extended fanart support for video info and seasons (active by default)
|
||||
- [NEW] 'Media Showcase'. This extension to the video info screen presents media art in a much more engaging way, taking advantage of available media art.
|
||||
- [NEW] User option: disable extended fanart
|
||||
- [NEW] Keyboard autocomplete support
|
||||
- Various tweaks and bugfixes
|
||||
|
||||
[V1.1.1]
|
||||
- [FIXED] Aspect ratio incorrect in poster view (thanks wiiija)
|
||||
|
|
|
@ -106,5 +106,4 @@
|
|||
<thumb />
|
||||
<action>ActivateWindow(shutdownmenu)</action>
|
||||
</shortcut>
|
||||
-->
|
||||
</shortcuts>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<action>RunScript(script.globalsearch)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>Library.HasContent(Music)</visible>
|
||||
<label>31005</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
|
@ -39,7 +40,6 @@
|
|||
<action>ActivateWindow(Radiochannels)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>!window.isactive(music)</visible>
|
||||
<label>133</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
|
@ -47,15 +47,6 @@
|
|||
<action>ActivateWindow(Music,musicdb://artists/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>window.isactive(music)</visible>
|
||||
<label>133</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>Container.Update(musicdb://artists/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>!window.isactive(music)</visible>
|
||||
<label>132</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
|
@ -63,29 +54,12 @@
|
|||
<action>ActivateWindow(Music,musicdb://albums/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>window.isactive(music)</visible>
|
||||
<label>132</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>Container.Update(musicdb://albums/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>!window.isactive(music)</visible>
|
||||
<label>135</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(Music,musicdb://genres/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>window.isactive(music)</visible>
|
||||
<label>135</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>Container.Update(musicdb://genres/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>136</label>
|
||||
<label2>10005</label2>
|
||||
|
@ -94,21 +68,12 @@
|
|||
<action>activateWindow(Music,special://musicplaylists/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>!window.isactive(music) + Library.HasContent(musicvideos)</visible>
|
||||
<label>20389</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(Videos,videodb://musicvideos/titles/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>window.isactive(music) + Library.HasContent(musicvideos)</visible>
|
||||
<label>20389</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>Container.Update(videodb://musicvideos/titles/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31090</label>
|
||||
<label2>10005</label2>
|
||||
|
|
|
@ -26,6 +26,56 @@
|
|||
<action>::ACTION::</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Videos,videodb://tvshows/titles/)" group="videosubmenu">
|
||||
<condition>window.isactive(videos)</condition>
|
||||
<action>Container.Update(videodb://tvshows/titles/)</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Videos,videodb://tvshows/titles/)" group="videosubmenu">
|
||||
<condition>!window.isactive(videos)</condition>
|
||||
<action>::ACTION::</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Music,musicdb://artists/)" group="musicsubmenu">
|
||||
<condition>window.isactive(music)</condition>
|
||||
<action>Container.Update(musicdb://artists/)</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Music,musicdb://artists/)" group="musicsubmenu">
|
||||
<condition>!window.isactive(music)</condition>
|
||||
<action>::ACTION::</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Music,musicdb://albums/)" group="musicsubmenu">
|
||||
<condition>window.isactive(music)</condition>
|
||||
<action>Container.Update(musicdb://albums/)</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Music,musicdb://albums/)" group="musicsubmenu">
|
||||
<condition>!window.isactive(music)</condition>
|
||||
<action>::ACTION::</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Music,musicdb://genres/)" group="musicsubmenu">
|
||||
<condition>window.isactive(music)</condition>
|
||||
<action>Container.Update(musicdb://genres/)</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Music,musicdb://genres/)" group="musicsubmenu">
|
||||
<condition>!window.isactive(music)</condition>
|
||||
<action>::ACTION::</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Videos,videodb://musicvideos/titles/)" group="musicsubmenu">
|
||||
<condition>window.isactive(music)</condition>
|
||||
<action>Container.Update(videodb://musicvideos/titles/)</action>
|
||||
</override>
|
||||
|
||||
<override action="ActivateWindow(Videos,videodb://musicvideos/titles/)" group="musicsubmenu">
|
||||
<condition>!window.isactive(music)</condition>
|
||||
<action>::ACTION::</action>
|
||||
</override>
|
||||
|
||||
<groupoverride group="videosubmenu" condition="true">control.setfocus(9999)</groupoverride>
|
||||
<groupoverride group="musicsubmenu" condition="true">control.setfocus(9999)</groupoverride>
|
||||
<groupoverride group="picturessubmenu" condition="true">control.setfocus(9999)</groupoverride>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<action>RunScript(script.globalsearch)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>Library.HasContent(Video)</visible>
|
||||
<label>31005</label>
|
||||
<label2>32014</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
|
@ -54,21 +55,12 @@
|
|||
<action>ActivateWindow(Videos,videodb://movies/titles/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>!window.isactive(videos)</visible>
|
||||
<label>20343</label>
|
||||
<label2>32014</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(Videos,videodb://tvshows/titles/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<visible>window.isactive(videos)</visible>
|
||||
<label>20343</label>
|
||||
<label2>32014</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>Container.Update(videodb://tvshows/titles/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31088</label>
|
||||
<label2>32014</label2>
|
||||
|
|
Loading…
Reference in New Issue