Merge pull request #55 from JimmyS83/original

Add Video duration into View
This commit is contained in:
DaVukovic 2019-07-29 20:01:29 +02:00 committed by GitHub
commit 6e7d8108fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 54 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="PosterWrapView">
<control type="grouplist">
@ -1420,7 +1420,7 @@
</control>
<control type="label">
<description>Year txt</description>
<left>10</left>
<left>-20</left>
<top>335</top>
<width>140</width>
<height>25</height>
@ -1432,7 +1432,7 @@
</control>
<control type="label">
<description>Year Value</description>
<left>160</left>
<left>130</left>
<top>335</top>
<width>340</width>
<height>25</height>
@ -1442,9 +1442,33 @@
<font>font13</font>
<scroll>true</scroll>
</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">
<description>Genre txt</description>
<left>10</left>
<left>-20</left>
<top>360</top>
<width>140</width>
<height>25</height>
@ -1456,7 +1480,7 @@
</control>
<control type="fadelabel">
<description>Genre Value</description>
<left>160</left>
<left>130</left>
<top>360</top>
<width>340</width>
<height>25</height>
@ -1540,7 +1564,7 @@
<description>Aired Value</description>
<left>160</left>
<top>335</top>
<width>340</width>
<width>80</width>
<height>25</height>
<label fallback="10005">$INFO[listitem.Premiered]</label>
<align>left</align>
@ -1549,6 +1573,30 @@
<scroll>true</scroll>
</control>
<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>
<left>10</left>
<top>360</top>