Merge pull request #55 from JimmyS83/original
Add Video duration into View
This commit is contained in:
commit
6e7d8108fe
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<includes>
|
<includes>
|
||||||
<include name="PosterWrapView">
|
<include name="PosterWrapView">
|
||||||
<control type="grouplist">
|
<control type="grouplist">
|
||||||
@ -1420,7 +1420,7 @@
|
|||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<description>Year txt</description>
|
<description>Year txt</description>
|
||||||
<left>10</left>
|
<left>-20</left>
|
||||||
<top>335</top>
|
<top>335</top>
|
||||||
<width>140</width>
|
<width>140</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
@ -1432,7 +1432,7 @@
|
|||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<description>Year Value</description>
|
<description>Year Value</description>
|
||||||
<left>160</left>
|
<left>130</left>
|
||||||
<top>335</top>
|
<top>335</top>
|
||||||
<width>340</width>
|
<width>340</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
@ -1442,9 +1442,33 @@
|
|||||||
<font>font13</font>
|
<font>font13</font>
|
||||||
<scroll>true</scroll>
|
<scroll>true</scroll>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<description>Duration txt</description>
|
||||||
|
<left>180</left>
|
||||||
|
<top>335</top>
|
||||||
|
<width>140</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label>$LOCALIZE[180]:</label>
|
||||||
|
<align>right</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>font13_title</font>
|
||||||
|
<textcolor>blue</textcolor>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<description>Duration Value</description>
|
||||||
|
<left>330</left>
|
||||||
|
<top>335</top>
|
||||||
|
<width>100</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label fallback="416">$INFO[listitem.Duration]</label>
|
||||||
|
<align>left</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>font13</font>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<description>Genre txt</description>
|
<description>Genre txt</description>
|
||||||
<left>10</left>
|
<left>-20</left>
|
||||||
<top>360</top>
|
<top>360</top>
|
||||||
<width>140</width>
|
<width>140</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
@ -1456,7 +1480,7 @@
|
|||||||
</control>
|
</control>
|
||||||
<control type="fadelabel">
|
<control type="fadelabel">
|
||||||
<description>Genre Value</description>
|
<description>Genre Value</description>
|
||||||
<left>160</left>
|
<left>130</left>
|
||||||
<top>360</top>
|
<top>360</top>
|
||||||
<width>340</width>
|
<width>340</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
@ -1540,7 +1564,7 @@
|
|||||||
<description>Aired Value</description>
|
<description>Aired Value</description>
|
||||||
<left>160</left>
|
<left>160</left>
|
||||||
<top>335</top>
|
<top>335</top>
|
||||||
<width>340</width>
|
<width>80</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
<label fallback="10005">$INFO[listitem.Premiered]</label>
|
<label fallback="10005">$INFO[listitem.Premiered]</label>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
@ -1549,6 +1573,30 @@
|
|||||||
<scroll>true</scroll>
|
<scroll>true</scroll>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
|
<description>Duration txt</description>
|
||||||
|
<left>220</left>
|
||||||
|
<top>335</top>
|
||||||
|
<width>100</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label>$LOCALIZE[180]:</label>
|
||||||
|
<align>right</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>font13_title</font>
|
||||||
|
<textcolor>blue</textcolor>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<description>Duration Value</description>
|
||||||
|
<left>330</left>
|
||||||
|
<top>335</top>
|
||||||
|
<width>120</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label fallback="416">$INFO[listitem.Duration]</label>
|
||||||
|
<align>left</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>font13</font>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
<description>Episode txt</description>
|
<description>Episode txt</description>
|
||||||
<left>10</left>
|
<left>10</left>
|
||||||
<top>360</top>
|
<top>360</top>
|
||||||
|
Loading…
Reference in New Issue
Block a user