Updated: Video Info Dialog to Use the new "Choose Art" Button

This commit is contained in:
JezzX 2013-02-02 14:56:01 +11:00
parent fbc724ba08
commit dd3d7ba3e6
2 changed files with 284 additions and 406 deletions

View File

@ -10,6 +10,17 @@
<height>720</height> <height>720</height>
<texture border="40">DialogBack.png</texture> <texture border="40">DialogBack.png</texture>
</control> </control>
<control type="image">
<description>Current Fanart image</description>
<posx>30</posx>
<posy>35</posy>
<width>1218</width>
<height>648</height>
<info>Listitem.Property(Fanart_Image)</info>
<aspectratio>scale</aspectratio>
<colordiffuse>10FFFFFF</colordiffuse>
<visible>!IsEmpty(Listitem.Property(Fanart_Image))</visible>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -44,415 +55,289 @@
</control> </control>
<control type="group"> <control type="group">
<visible>!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)</visible> <visible>!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)</visible>
<control type="group"> <control type="image">
<visible>Control.HasFocus(12)</visible> <description>Cover image</description>
<include>VisibleFadeEffect</include> <posx>60</posx>
<control type="label"> <posy>100</posy>
<posx>690</posx> <width>240</width>
<posy>140</posy> <height>350</height>
<width>550</width> <texture>$INFO[Listitem.Icon]</texture>
<height>30</height> <aspectratio>keep</aspectratio>
<align>center</align> <bordertexture border="5">folder-focus.png</bordertexture>
<aligny>top</aligny> <bordersize>5</bordersize>
<textcolor>grey2</textcolor> </control>
<shadowcolor>black</shadowcolor> <control type="list" id="49">
<label>31040</label> <posx>330</posx>
<font>font13</font> <posy>100</posy>
</control> <width>890</width>
<control type="image"> <height>350</height>
<description>Current Fanart image</description> <onleft>9000</onleft>
<posx>60</posx> <onright>50</onright>
<posy>100</posy> <onup>49</onup>
<width>640</width> <ondown>49</ondown>
<height>350</height> <pagecontrol>-</pagecontrol>
<info>Listitem.Property(Fanart_Image)</info> <scrolltime>200</scrolltime>
<aspectratio>keep</aspectratio> <itemlayout height="30">
<visible>!IsEmpty(Listitem.Property(Fanart_Image))</visible> <control type="label">
</control> <posx>10</posx>
<control type="group"> <posy>0</posy>
<visible>IsEmpty(Listitem.Property(Fanart_Image))</visible> <width>160</width>
<control type="image"> <height>30</height>
<description>No Fanart Back</description> <font>font12</font>
<posx>60</posx> <align>left</align>
<posy>100</posy> <aligny>center</aligny>
<width>640</width> <textcolor>grey2</textcolor>
<height>350</height> <selectedcolor>white</selectedcolor>
<texture border="5">NoCover_1.png</texture> <info>ListItem.Label</info>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<description>No Fanart Circle</description>
<posx>80</posx>
<posy>120</posy>
<width>600</width>
<height>310</height>
<texture>NoCover_2.png</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>60</posx> <posx>175</posx>
<posy>100</posy> <posy>0</posy>
<width>640</width> <width>705</width>
<height>350</height> <height>30</height>
<font>font25</font> <font>font12</font>
<textcolor>grey2</textcolor> <align>left</align>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>31010</label> <textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control> </control>
</control> </itemlayout>
</control> <focusedlayout height="30">
<control type="group"> <control type="image">
<visible>!Control.HasFocus(12)</visible> <posx>0</posx>
<include>VisibleFadeEffect</include> <posy>0</posy>
<control type="image"> <width>890</width>
<description>Cover image</description> <height>30</height>
<posx>60</posx> <visible>Control.HasFocus(49)</visible>
<posy>100</posy> <texture border="3">button-focus.png</texture>
<width>240</width> <include>VisibleFadeEffect</include>
<height>350</height> </control>
<texture>$INFO[Listitem.Icon]</texture> <control type="label">
<aspectratio>keep</aspectratio> <posx>10</posx>
<bordertexture border="5">folder-focus.png</bordertexture> <posy>0</posy>
<bordersize>5</bordersize> <width>160</width>
</control> <height>30</height>
<control type="list" id="49"> <font>font12</font>
<posx>330</posx> <align>left</align>
<posy>100</posy> <aligny>center</aligny>
<width>890</width> <textcolor>grey2</textcolor>
<height>350</height> <selectedcolor>white</selectedcolor>
<onleft>9000</onleft> <info>ListItem.Label</info>
<onright>50</onright> </control>
<onup>49</onup> <control type="label">
<ondown>49</ondown> <posx>175</posx>
<pagecontrol>-</pagecontrol> <posy>0</posy>
<scrolltime>200</scrolltime> <width>705</width>
<itemlayout height="30"> <height>30</height>
<control type="label"> <font>font12</font>
<posx>10</posx> <align>left</align>
<posy>0</posy> <aligny>center</aligny>
<width>160</width> <textcolor>white</textcolor>
<height>30</height> <selectedcolor>white</selectedcolor>
<font>font12</font> <info>ListItem.Label2</info>
<align>left</align> </control>
<aligny>center</aligny> </focusedlayout>
<textcolor>grey2</textcolor> <content>
<selectedcolor>white</selectedcolor> <item>
<info>ListItem.Label</info> <label>$LOCALIZE[20339]:</label>
</control> <label2>$INFO[ListItem.Director]</label2>
<control type="label"> <onclick>noop</onclick>
<posx>175</posx> <visible>!IsEmpty(ListItem.Director)</visible>
<posy>0</posy> </item>
<width>705</width> <item>
<height>30</height> <label>$LOCALIZE[20417]:</label>
<font>font12</font> <label2>$INFO[ListItem.Writer]</label2>
<align>left</align> <onclick>noop</onclick>
<aligny>center</aligny> <visible>!IsEmpty(ListItem.Writer)</visible>
<textcolor>white</textcolor> </item>
<selectedcolor>white</selectedcolor> <item>
<info>ListItem.Label2</info> <label>$LOCALIZE[572]:</label>
</control> <label2>$INFO[ListItem.Studio]</label2>
</itemlayout> <onclick>noop</onclick>
<focusedlayout height="30"> <visible>!IsEmpty(ListItem.Studio)</visible>
<control type="image"> </item>
<posx>0</posx> <item>
<posy>0</posy> <label>$LOCALIZE[515]:</label>
<width>890</width> <label2>$INFO[ListItem.Genre]</label2>
<height>30</height> <onclick>noop</onclick>
<visible>Control.HasFocus(49)</visible> <visible>!IsEmpty(ListItem.Genre)</visible>
<texture border="3">button-focus.png</texture> </item>
<include>VisibleFadeEffect</include> <item>
</control> <label>$LOCALIZE[562]:</label>
<control type="label"> <label2>$INFO[ListItem.Year]</label2>
<posx>10</posx> <onclick>noop</onclick>
<posy>0</posy> <visible>!IsEmpty(ListItem.Year)</visible>
<width>160</width> </item>
<height>30</height> <item>
<font>font12</font> <label>$LOCALIZE[2050]:</label>
<align>left</align> <label2>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label2>
<aligny>center</aligny> <onclick>noop</onclick>
<textcolor>grey2</textcolor> <visible>!IsEmpty(ListItem.Duration)</visible>
<selectedcolor>white</selectedcolor> </item>
<info>ListItem.Label</info> <item>
</control> <label>$LOCALIZE[563]:</label>
<control type="label"> <label2>$INFO[ListItem.RatingAndVotes]</label2>
<posx>175</posx> <onclick>noop</onclick>
<posy>0</posy> <visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
<width>705</width> </item>
<height>30</height> <item>
<font>font12</font> <label>$LOCALIZE[202]:</label>
<align>left</align> <label2>$INFO[ListItem.TagLine]</label2>
<aligny>center</aligny> <onclick>noop</onclick>
<textcolor>white</textcolor> <visible>!IsEmpty(ListItem.TagLine)</visible>
<selectedcolor>white</selectedcolor> </item>
<info>ListItem.Label2</info> <item>
</control> <label>$LOCALIZE[203]:</label>
</focusedlayout> <label2>$INFO[ListItem.PlotOutline]</label2>
<content> <onclick>noop</onclick>
<item> <visible>!IsEmpty(ListItem.PlotOutline)</visible>
<label>$LOCALIZE[20339]:</label> </item>
<label2>$INFO[ListItem.Director]</label2> <item>
<onclick>noop</onclick> <label>$LOCALIZE[20074]:</label>
<visible>!IsEmpty(ListItem.Director)</visible> <label2>$INFO[ListItem.mpaa]</label2>
</item> <onclick>noop</onclick>
<item> <visible>!IsEmpty(ListItem.mpaa)</visible>
<label>$LOCALIZE[20417]:</label> </item>
<label2>$INFO[ListItem.Writer]</label2> <item>
<onclick>noop</onclick> <label>$LOCALIZE[15311]</label>
<visible>!IsEmpty(ListItem.Writer)</visible> <label2>$INFO[ListItem.FilenameAndPath]</label2>
</item> <onclick>noop</onclick>
<item> <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
<label>$LOCALIZE[572]:</label> </item>
<label2>$INFO[ListItem.Studio]</label2> </content>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Studio)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[202]:</label>
<label2>$INFO[ListItem.TagLine]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.TagLine)</visible>
</item>
<item>
<label>$LOCALIZE[203]:</label>
<label2>$INFO[ListItem.PlotOutline]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.PlotOutline)</visible>
</item>
<item>
<label>$LOCALIZE[20074]:</label>
<label2>$INFO[ListItem.mpaa]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.mpaa)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
</control> </control>
</control> </control>
<control type="group"> <control type="group">
<visible>Container.Content(TVShows)</visible> <visible>Container.Content(TVShows)</visible>
<control type="group"> <control type="image">
<visible>Control.HasFocus(12)</visible> <description>Cover image</description>
<include>VisibleFadeEffect</include> <posx>40</posx>
<control type="label"> <posy>100</posy>
<posx>690</posx> <width>1200</width>
<posy>140</posy> <height>150</height>
<width>550</width> <texture>$INFO[Listitem.Icon]</texture>
<height>30</height> <aspectratio aligny="bottom">keep</aspectratio>
<align>center</align> </control>
<aligny>top</aligny> <control type="image">
<textcolor>grey2</textcolor> <description>Cover image</description>
<shadowcolor>black</shadowcolor> <posx>40</posx>
<label>31041</label> <posy>250</posy>
<font>font13</font> <width>1200</width>
</control> <height>150</height>
<control type="image"> <texture flipy ="true" diffuse="diffuse_mirror2.png">$INFO[Listitem.Icon]</texture>
<description>Current Fanart image</description> <aspectratio aligny="top">keep</aspectratio>
<posx>60</posx> </control>
<posy>100</posy> <control type="list" id="49">
<width>640</width> <posx>60</posx>
<height>350</height> <posy>290</posy>
<info>Listitem.Property(Fanart_Image)</info> <width>1160</width>
<aspectratio>keep</aspectratio> <height>150</height>
<visible>!IsEmpty(Listitem.Property(Fanart_Image))</visible> <onleft>9000</onleft>
</control> <onright>50</onright>
<control type="group"> <onup>49</onup>
<visible>IsEmpty(Listitem.Property(Fanart_Image))</visible> <ondown>49</ondown>
<control type="image"> <pagecontrol>-</pagecontrol>
<description>No Fanart Back</description> <scrolltime>200</scrolltime>
<posx>60</posx> <itemlayout height="30">
<posy>100</posy> <control type="label">
<width>640</width> <posx>10</posx>
<height>350</height> <posy>0</posy>
<texture border="5">NoCover_1.png</texture> <width>160</width>
<aspectratio>stretch</aspectratio> <height>30</height>
</control> <font>font12</font>
<control type="image"> <align>left</align>
<description>No Fanart Circle</description> <aligny>center</aligny>
<posx>80</posx> <textcolor>grey2</textcolor>
<posy>120</posy> <selectedcolor>white</selectedcolor>
<width>600</width> <info>ListItem.Label</info>
<height>310</height>
<texture>NoCover_2.png</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>60</posx> <posx>175</posx>
<posy>100</posy> <posy>0</posy>
<width>640</width> <width>975</width>
<height>350</height> <height>30</height>
<font>font25</font> <font>font12</font>
<textcolor>grey2</textcolor> <align>left</align>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>31010</label> <textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control> </control>
</control> </itemlayout>
</control> <focusedlayout height="30">
<control type="group"> <control type="image">
<visible>!Control.HasFocus(12)</visible> <posx>0</posx>
<include>VisibleFadeEffect</include> <posy>0</posy>
<control type="image"> <width>1160</width>
<description>Cover image</description> <height>30</height>
<posx>40</posx> <visible>Control.HasFocus(49)</visible>
<posy>100</posy> <texture border="3">button-focus.png</texture>
<width>1200</width> <include>VisibleFadeEffect</include>
<height>150</height> </control>
<texture>$INFO[Listitem.Icon]</texture> <control type="label">
<aspectratio aligny="bottom">keep</aspectratio> <posx>10</posx>
</control> <posy>0</posy>
<control type="image"> <width>160</width>
<description>Cover image</description> <height>30</height>
<posx>40</posx> <font>font12</font>
<posy>250</posy> <align>left</align>
<width>1200</width> <aligny>center</aligny>
<height>150</height> <textcolor>grey2</textcolor>
<texture flipy ="true" diffuse="diffuse_mirror2.png">$INFO[Listitem.Icon]</texture> <selectedcolor>white</selectedcolor>
<aspectratio aligny="top">keep</aspectratio> <info>ListItem.Label</info>
</control> </control>
<control type="list" id="49"> <control type="label">
<posx>60</posx> <posx>175</posx>
<posy>290</posy> <posy>0</posy>
<width>1160</width> <width>975</width>
<height>150</height> <height>30</height>
<onleft>9000</onleft> <font>font12</font>
<onright>50</onright> <align>left</align>
<onup>49</onup> <aligny>center</aligny>
<ondown>49</ondown> <textcolor>white</textcolor>
<pagecontrol>-</pagecontrol> <selectedcolor>white</selectedcolor>
<scrolltime>200</scrolltime> <info>ListItem.Label2</info>
<itemlayout height="30"> </control>
<control type="label"> </focusedlayout>
<posx>10</posx> <content>
<posy>0</posy> <item>
<width>160</width> <label>$LOCALIZE[20360]:</label>
<height>30</height> <label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
<font>font12</font> <onclick>noop</onclick>
<align>left</align> <visible>!IsEmpty(ListItem.Episode)</visible>
<aligny>center</aligny> </item>
<textcolor>grey2</textcolor> <item>
<selectedcolor>white</selectedcolor> <label>$LOCALIZE[20416]:</label>
<info>ListItem.Label</info> <label2>$INFO[ListItem.Premiered]</label2>
</control> <onclick>noop</onclick>
<control type="label"> <visible>!IsEmpty(ListItem.Premiered)</visible>
<posx>175</posx> </item>
<posy>0</posy> <item>
<width>975</width> <label>$LOCALIZE[515]:</label>
<height>30</height> <label2>$INFO[ListItem.Genre]</label2>
<font>font12</font> <onclick>noop</onclick>
<align>left</align> <visible>!IsEmpty(ListItem.Genre)</visible>
<aligny>center</aligny> </item>
<textcolor>white</textcolor> <item>
<selectedcolor>white</selectedcolor> <label>$LOCALIZE[562]:</label>
<info>ListItem.Label2</info> <label2>$INFO[ListItem.Year]</label2>
</control> <onclick>noop</onclick>
</itemlayout> <visible>!IsEmpty(ListItem.Year)</visible>
<focusedlayout height="30"> </item>
<control type="image"> <item>
<posx>0</posx> <label>$LOCALIZE[563]:</label>
<posy>0</posy> <label2>$INFO[ListItem.Rating]</label2>
<width>1160</width> <onclick>noop</onclick>
<height>30</height> <visible>!IsEmpty(ListItem.Rating)</visible>
<visible>Control.HasFocus(49)</visible> </item>
<texture border="3">button-focus.png</texture> <item>
<include>VisibleFadeEffect</include> <label>$LOCALIZE[15311]</label>
</control> <label2>$INFO[ListItem.FilenameAndPath]</label2>
<control type="label"> <onclick>noop</onclick>
<posx>10</posx> <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
<posy>0</posy> </item>
<width>160</width> </content>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<posx>175</posx>
<posy>0</posy>
<width>975</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[20360]:</label>
<label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[20416]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Premiered)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.Rating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Rating)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
</control> </control>
</control> </control>
<control type="group"> <control type="group">
@ -907,14 +792,9 @@
<label>184</label> <label>184</label>
</control> </control>
<control type="button" id="10"> <control type="button" id="10">
<description>Get Thumb</description> <description>Get Art</description>
<include>ButtonInfoDialogsCommonValues</include> <include>ButtonInfoDialogsCommonValues</include>
<label>13405</label> <label>13511</label>
</control>
<control type="button" id="12">
<description>Get Fanart</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>20413</label>
</control> </control>
</control> </control>
</controls> </controls>

View File

@ -38,8 +38,6 @@
<string id="31033">Picture thumbs</string> <string id="31033">Picture thumbs</string>
<string id="31034">Wide icons</string> <string id="31034">Wide icons</string>
<string id="31040">Current movie[CR]Fanart image[CR][CR]Click to change</string>
<string id="31041">Current TV show[CR]Fanart image[CR][CR]Click to change</string>
<string id="31042">PLAYING</string> <string id="31042">PLAYING</string>
<string id="31043">PAUSED</string> <string id="31043">PAUSED</string>
<string id="31044">FAST FORWARD</string> <string id="31044">FAST FORWARD</string>