diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2013-11-10 15:59:28 -0800 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2013-11-10 15:59:28 -0800 |
commit | 27750d7a0b1ff587ebec25b472469070788663c7 (patch) | |
tree | ec7a421704afb8f1f68f8b0ffc2890a8ffac773d /addons | |
parent | a69f53d824a6461e876e67a178d77da84edd99ca (diff) | |
parent | 85ea7d8aba523edb532a8639be1131f180fedf1f (diff) |
Merge pull request #3604 from opdenkamp/api-1.9.0
pvr api bump
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoFullScreen.xml | 82 |
1 files changed, 77 insertions, 5 deletions
diff --git a/addons/skin.confluence/720p/VideoFullScreen.xml b/addons/skin.confluence/720p/VideoFullScreen.xml index 7ffc77ce53..a6397fe4ad 100644 --- a/addons/skin.confluence/720p/VideoFullScreen.xml +++ b/addons/skin.confluence/720p/VideoFullScreen.xml @@ -595,7 +595,7 @@ <description>BER value</description> <left>220</left> <top>165</top> - <width>1000</width> + <width>165</width> <height>25</height> <label>$INFO[PVR.ActStreamBER]</label> <align>left</align> @@ -605,7 +605,7 @@ </control> <control type="label"> <description>UNC</description> - <left>430</left> + <left>390</left> <top>165</top> <width>165</width> <height>25</height> @@ -617,9 +617,9 @@ </control> <control type="label"> <description>UNC value</description> - <left>600</left> + <left>560</left> <top>165</top> - <width>1000</width> + <width>165</width> <height>25</height> <label>$INFO[PVR.ActStreamUNC]</label> <align>left</align> @@ -628,6 +628,30 @@ <textcolor>white</textcolor> </control> <control type="label"> + <description>Service</description> + <left>730</left> + <top>165</top> + <width>165</width> + <height>25</height> + <label>$LOCALIZE[19099]:</label> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>grey2</textcolor> + </control> + <control type="label"> + <description>Service value</description> + <left>900</left> + <top>165</top> + <width>330</width> + <height>25</height> + <label>$INFO[PVR.ActStreamServiceName]</label> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>white</textcolor> + </control> + <control type="label"> <description>Encryption</description> <left>50</left> <top>190</top> @@ -643,7 +667,7 @@ <description>Encryption value</description> <left>220</left> <top>190</top> - <width>1000</width> + <width>165</width> <height>25</height> <label>$INFO[PVR.ActStreamEncryptionName]</label> <align>left</align> @@ -651,6 +675,54 @@ <font>font12</font> <textcolor>white</textcolor> </control> + <control type="label"> + <description>Provider</description> + <left>390</left> + <top>190</top> + <width>165</width> + <height>25</height> + <label>$LOCALIZE[19101]:</label> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>grey2</textcolor> + </control> + <control type="label"> + <description>Provider value</description> + <left>560</left> + <top>190</top> + <width>165</width> + <height>25</height> + <label>$INFO[PVR.ActStreamProviderName]</label> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>white</textcolor> + </control> + <control type="label"> + <description>Mux</description> + <left>730</left> + <top>190</top> + <width>165</width> + <height>25</height> + <label>$LOCALIZE[19100]:</label> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>grey2</textcolor> + </control> + <control type="label"> + <description>Mux value</description> + <left>900</left> + <top>190</top> + <width>330</width> + <height>25</height> + <label>$INFO[PVR.ActStreamMux]</label> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>white</textcolor> + </control> </control> </controls> </window> |