553 lines
25 KiB
XML
553 lines
25 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">8000</defaultcontrol>
|
|
<animation type="windowClose">
|
|
<effect type="fade" start="100" end="0" time="400" delay="200"/>
|
|
</animation>
|
|
<controls>
|
|
<!--background-->
|
|
<control type="image">
|
|
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<visible>Substring(Container.folderpath,plugin) | container.content(episodes)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>ddffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--movie / tv show fanart-->
|
|
<control type="group">
|
|
<include condition="!Substring(Container.folderpath,plugin) + !container.content(episodes)">itemShowcase</include>
|
|
<!--music video-->
|
|
<control type="group">
|
|
<visible>container.content(musicvideos)</visible>
|
|
<posx>3-col</posx>
|
|
<posy>2-row</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>12-col</width>
|
|
<height>12-col</height>
|
|
<aspectratio align="center" aligny="top">stretch</aspectratio>
|
|
<texture fallback="DefaultAlbumCover.png">$INFO[Listitem.thumb]</texture>
|
|
<animation effect="rotateY" end="-7" center="auto,auto" time="500">windowOpen</animation>
|
|
<animation type="windowClose">
|
|
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
|
|
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
|
|
</animation>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>12-col</posy>
|
|
<width>12-col</width>
|
|
<height>2-col</height>
|
|
<aspectratio align="center" aligny="top">scale</aspectratio>
|
|
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.thumb]</texture>
|
|
<animation type="windowOpen">
|
|
<effect type="rotateY" end="-7" center="auto,auto" time="500"/>
|
|
</animation>
|
|
<animation type="windowClose">
|
|
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
|
|
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
|
|
</animation>
|
|
</control>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>col-1-begin</posx>
|
|
<posy>886</posy>
|
|
<width>5-col</width>
|
|
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
|
|
<aspectratio align="left">keep</aspectratio>
|
|
</control>
|
|
</control>
|
|
<!--content is movie, music video or tvshow (from XBMC Library)-->
|
|
<control type="group">
|
|
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
|
|
<posx>1200</posx>
|
|
<posy>0</posy>
|
|
<animation type="Windowopen">
|
|
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
|
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
|
|
</animation>
|
|
<animation type="windowClose">
|
|
<effect type="fade" start="100" end="0" time="350"/>
|
|
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
|
|
</animation>
|
|
<animation type="conditional" condition="control.hasfocus(8000)">
|
|
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
|
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
|
|
</animation>
|
|
<animation type="conditional" condition="!control.hasfocus(8000)">
|
|
<effect type="fade" start="100" end="0" time="350"/>
|
|
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
|
|
</animation>
|
|
<!--overlay-->
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>10-col</width>
|
|
<height>fullscreenHeight</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>cc111111</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>-6</posx>
|
|
<posy>0</posy>
|
|
<width>6</width>
|
|
<height>fullscreenHeight</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<!--meta-->
|
|
<control type="panel">
|
|
<posx>12</posx>
|
|
<posy>6-row</posy>
|
|
<width>10-col</width>
|
|
<height>6-row</height>
|
|
<enable>false</enable>
|
|
<itemlayout width="5-col" height="2-row">
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>itemSubTitle</font>
|
|
<textcolor>highlight</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>32</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>itemSubTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label fallback="31159">$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="5-col" height="2-row">
|
|
</focusedlayout>
|
|
<content>
|
|
<item>
|
|
<label>$LOCALIZE[562]</label>
|
|
<label2>$INFO[ListItem.year]</label2>
|
|
<thumb>-</thumb>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item>
|
|
<label>$LOCALIZE[515]</label>
|
|
<label2>$INFO[ListItem.genre]</label2>
|
|
<thumb>-</thumb>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item>
|
|
<label>$LOCALIZE[31146]</label>
|
|
<label2>$INFO[ListItem.director]</label2>
|
|
<thumb>-</thumb>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item>
|
|
<label>$LOCALIZE[31193]</label>
|
|
<label2>$INFO[ListItem.duration,, $LOCALIZE[31018]]</label2>
|
|
<thumb>-</thumb>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
<!--content-->
|
|
<control type="group">
|
|
<posx>24</posx>
|
|
<posy>row-1-begin</posy>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>-6</posy>
|
|
<width>660</width>
|
|
<align>left</align>
|
|
<height>115</height>
|
|
<aligny>center</aligny>
|
|
<font>largeLight</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[listitem.title]</label>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
</control>
|
|
<!--synopsis-->
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>9-row</posy>
|
|
<font>textbox</font>
|
|
<width>660</width>
|
|
<align>left</align>
|
|
<textcolor>textActive</textcolor>
|
|
<height>388</height>
|
|
<label fallback="31205">$INFO[ListItem.plot]</label>
|
|
<autoscroll>false</autoscroll>
|
|
<shadowcolor>-</shadowcolor>
|
|
<pagecontrol>61</pagecontrol>
|
|
</control>
|
|
<control type="scrollbar" id="61">
|
|
<posx>12r</posx>
|
|
<posy>10-row</posy>
|
|
<height>8-row</height>
|
|
<ondown>8000</ondown>
|
|
</control>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="panel" id="8000">
|
|
<posx>0</posx>
|
|
<posy>23-row</posy>
|
|
<width>10-col</width>
|
|
<height>6-row</height>
|
|
<itemgap>3</itemgap>
|
|
<onup>61</onup>
|
|
<onleft>999981</onleft>
|
|
<orientation>vertical</orientation>
|
|
<itemlayout width="5-col" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col-textbox</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>overlay</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>symbolLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>buttonTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="5-col" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<include>spinFocusIcon</include>
|
|
</control>
|
|
<control type="image">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>4-col</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>symbolLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>buttonTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</focusedlayout>
|
|
<content>
|
|
<item>
|
|
<label>31075</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>sendclick(2003,8)</onclick>
|
|
</item>
|
|
<item>
|
|
<description>Artwork downloader</description>
|
|
<label>$LOCALIZE[31219]</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick condition="system.hasaddon(script.artwork.downloader) + String.IsEqual(ListItem.DBTYPE,tvshow)">XBMC.RunScript(script.artwork.downloader, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
|
|
<onclick condition="system.hasaddon(script.artwork.downloader) + String.IsEqual(ListItem.DBTYPE,movie)">XBMC.RunScript(script.artwork.downloader, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick>
|
|
<onclick condition="system.hasaddon(script.artwork.downloader) + String.IsEqual(ListItem.DBTYPE,musicvideo)">XBMC.RunScript(script.artwork.downloader, mediatype=musicvideos, dbid=$INFO[ListItem.DBID])</onclick>
|
|
<onclick condition="!system.hasaddon(script.artwork.downloader)">InstallAddon(script.artwork.downloader)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>20410</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(2003,11)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>31076</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(2003,6)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>13511</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(2003,10)</onclick>
|
|
</item>
|
|
<item>
|
|
<label>31169</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(2003,7)</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
|
|
<!--content is tvshow episode or content is from a plugin-->
|
|
<control type="group">
|
|
<visible>Substring(Container.folderpath,plugin) | container.content(episodes)</visible>
|
|
<!--animations-->
|
|
<include>modalDialogInOut</include>
|
|
<!--thumbnail if available-->
|
|
<control type="group">
|
|
<posx>col-7-begin</posx>
|
|
<posy>row-1-begin</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>12-col</width>
|
|
<height>486</height>
|
|
<aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
|
|
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
</control>
|
|
</control>
|
|
<!--content-->
|
|
<control type="group">
|
|
<posx>col-7-begin</posx>
|
|
<posy>row-15-begin</posy>
|
|
<!--titles-->
|
|
<control type="label">
|
|
<description>Episode title</description>
|
|
<posx>0</posx>
|
|
<posy>2-row</posy>
|
|
<width>12-col-gutter</width>
|
|
<height>2-row</height>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<font>largeLight</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
</control>
|
|
<control type="grouplist">
|
|
<posx>0</posx>
|
|
<posy>-18</posy>
|
|
<width>12-col</width>
|
|
<orientation>horizontal</orientation>
|
|
<control type="label">
|
|
<width>1-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>symbolLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label></label>
|
|
</control>
|
|
<control type="label">
|
|
<width>3-col</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>regularStrong</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label fallback="31159">$INFO[listitem.duration,, $LOCALIZE[31018]]</label>
|
|
</control>
|
|
</control>
|
|
<!--synopsis-->
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>5-row</posy>
|
|
<font>textbox</font>
|
|
<width>12-col</width>
|
|
<align>left</align>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<height>160</height>
|
|
<label fallback="31205">$INFO[ListItem.plot]</label>
|
|
<autoscroll>false</autoscroll>
|
|
<pagecontrol>62</pagecontrol>
|
|
</control>
|
|
<control type="scrollbar" id="62">
|
|
<posx>-36</posx>
|
|
<posy>186</posy>
|
|
<height>4-row</height>
|
|
<ondown>8000</ondown>
|
|
</control>
|
|
<!--dialog controls-->
|
|
<control type="list" id="8000">
|
|
<posx>0</posx>
|
|
<posy>11-row</posy>
|
|
<width>12-col</width>
|
|
<height>2-row</height>
|
|
<onup>62</onup>
|
|
<orientation>horizontal</orientation>
|
|
<itemlayout width="6-col" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>6-col</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<align>center</align>
|
|
<font>symbolLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>6-col</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>buttonTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="6-col" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col-textbox</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<include>spinFocusIcon</include>
|
|
</control>
|
|
<control type="image">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>5-col</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<align>center</align>
|
|
<font>symbolLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label2]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>6-col</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>buttonTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
</focusedlayout>
|
|
<content>
|
|
<item id="1">
|
|
<label>31075</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>sendclick(2003,8)</onclick>
|
|
</item>
|
|
<item id="2">
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
<label>31076</label>
|
|
<label2></label2>
|
|
<thumb>-</thumb>
|
|
<onclick>SendClick(2003,6)</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
<!--buttons-->
|
|
<control type="group">
|
|
<visible>false</visible>
|
|
<control type="button" id="8">
|
|
<description>Play</description>
|
|
</control>
|
|
<control type="button" id="6">
|
|
<description>Refresh</description>
|
|
</control>
|
|
<control type="button" id="7">
|
|
<description>Ratings</description>
|
|
</control>
|
|
<control type="button" id="10">
|
|
<description>Choose Art</description>
|
|
</control>
|
|
<control type="button" id="11">
|
|
<description>Trailer</description>
|
|
</control>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogVideoInfo.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|