Skip to content

Commit

Permalink
Added support for Mediaportal Pvr plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tgxcorporation committed Nov 13, 2014
1 parent b0dc2c4 commit f3b60bf
Showing 1 changed file with 173 additions and 0 deletions.
173 changes: 173 additions & 0 deletions 1080i/DialogRecordSettings.xml
@@ -0,0 +1,173 @@
<?xml version="1.0" encoding="utf-8"?>
<window type="dialog">
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<system>1</system>
</coordinates>
<include>DialogOpenClose</include>
<controls>
<include>DimBG</include>
<control type="group">
<include condition="Skin.HasSetting(BlackGlassMode)+!Skin.HasSetting(DisableSlidingAnimations)">OpenCloseSlideRight</include>
<control type="button">
<visible>Skin.HasSetting(WindowClosingIcon)</visible>
<posx>1587</posx>
<posy>98</posy>
<height>50</height>
<width>50</width>
<texturenofocus>topbar/topbar_exit_nofocus.png</texturenofocus>
<texturefocus>topbar/topbar_exit_focus.png</texturefocus>
<onclick>back</onclick>
<label>-</label>
</control>
<control type="image">
<posx>283</posx>
<posy>102</posy>
<width>1354</width>
<height>883</height>
<texture border="94">common/bg_dialog.png</texture>
</control>
<control type="group">
<posx>328</posx>
<posy>139</posy>
<control type="label">
<posx>45</posx>
<posy>18</posy>
<width>1174</width>
<height>100</height>
<label>$ADDON[pvr.mediaportal.tvserver 30100]</label>
<font>InfoTitleFont</font>
<textcolor>MainColor</textcolor>
<align>center</align>
</control>
<control type="image">
<posx>0</posx>
<posy>38</posy>
<width>1264</width>
<height>79</height>
<texture>list/bg_facade_nofocus_top.png</texture>
</control>
<!-- Dialog specific controls //-->
<control type="label" description="Program title" id="20">
<posx>TextMargin</posx>
<posy>117</posy>
<width>1174</width>
<height>69</height>
<font>FacadeListMainFont</font>
<textcolor>MainColor</textcolor>
<!--<label>filled in by code</label>-->
<align>center</align>
<aligny>center</aligny>
</control>
<control type="image">
<posx>0</posx>
<posy>109</posy>
<width>1264</width>
<height>79</height>
<texture>list/bg_facade_nofocus_top.png</texture>
</control>
<control type="label" description="Program start time" id="21">
<posx>TextMargin</posx>
<posy>190</posy>
<width>550</width>
<height>69</height>
<font>FacadeListMainFont</font>
<textcolor>AlternateColor</textcolor>
<!--<label>filled in by code</label>-->
<align>left</align>
<aligny>center</aligny>
</control>
<control type="label" description="Program channel" id="22">
<posx>1219</posx>
<posy>190</posy>
<width>550</width>
<height>69</height>
<font>FacadeListMainFont</font>
<textcolor>AlternateColor</textcolor>
<!--<label>filled in by code</label>-->
<align>right</align>
<aligny>center</aligny>
</control>
<control type="image">
<posx>0</posx>
<posy>259</posy>
<height>8</height>
<width>1264</width>
<texture>list/bg_facade_separator.png</texture>
</control>
<control type="grouplist" description="spincontrols" id="23">
<posx>0</posx>
<posy>267</posy>
<width>1264</width>
<height>568</height>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<onup>23</onup>
<ondown>9001</ondown>
<onleft>23</onleft>
<onright>23</onright>
<control type="spincontrolex" id="10">
<description>Frequency</description>
<width>1264</width>
<include>LeftMenuButton</include>
<label>$ADDON[pvr.mediaportal.tvserver 30101]</label>
</control>
<control type="spincontrolex" id="11">
<description>Airtime</description>
<width>1264</width>
<include>LeftMenuButton</include>
<label>$ADDON[pvr.mediaportal.tvserver 30102]</label>
</control>
<control type="spincontrolex" id="12">
<description>Channels</description>
<width>1264</width>
<include>LeftMenuButton</include>
<label>$ADDON[pvr.mediaportal.tvserver 30103]</label>
</control>
<control type="spincontrolex" id="13">
<description>Keep</description>
<width>1264</width>
<include>LeftMenuButton</include>
<label>$ADDON[pvr.mediaportal.tvserver 30104]</label>
</control>
<control type="spincontrolex" id="14">
<description>Record minutes before start</description>
<width>1264</width>
<include>LeftMenuButton</include>
<label>$ADDON[pvr.mediaportal.tvserver 30105]</label>
</control>
<control type="spincontrolex" id="15">
<description>Record minutes after end</description>
<width>1264</width>
<include>LeftMenuButton</include>
<label>$ADDON[pvr.mediaportal.tvserver 30106]</label>
</control>
</control>
<control type="image">
<posx>0</posx>
<posy>616</posy>
<width>1264</width>
<height>79</height>
<texture>list/bg_facade_nofocus_top.png</texture>
</control>
<control type="grouplist" id="9001">
<posx>0</posx>
<posy>700</posy>
<width>1264</width>
<height>90</height>
<onup>23</onup>
<itemgap>30</itemgap>
<aligny>bottom</aligny>
<align>center</align>
<orientation>horizontal</orientation>
<control type="button" id="1">
<label>$LOCALIZE[186]</label>
</control>
<control type="button" id="2">
<label>$LOCALIZE[222]</label>
</control>
</control>
</control>
</control>
</controls>
</window>

0 comments on commit f3b60bf

Please sign in to comment.