Release Titan skin version 3.6.x (Kodi 16 Jarvis)
(2016-09-04, 21:47)marcelveldt Wrote: Can you make a screenshot of how it should look like in another skin ?
I can try to code it blind.
Marcel ! alowe to help you Wink
Add this view and thats it Smile
MyPVRGuide.xml
Code:
    <views>10,11,12,13</views>
and code for view 13
Code:
                <control type="list" id="13">
                    <!--List ID=16-->
                    <viewtype label="19029">list</viewtype>
                    <include>animation_view_change_pvr</include>
                    <top>310</top>
                    <height>640</height>
                    <left>50</left>
                    <width>1800</width>
                    <onup>11</onup>
                    <ondown>11</ondown>
                    <onleft>9000</onleft>
                    <onright>62</onright>
                    <pagecontrol>62</pagecontrol>
                    <scrolltime>200</scrolltime>
                    <itemlayout height="80">
                        <control type="label">
                            <!--Time-->
                            <posx>10</posx>
                            <posy>0</posy>
                            <width>150</width>
                            <height>80</height>
                            <font>Reg27</font>
                            <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
                            <info>ListItem.StartTime</info>
                        </control>
                        <control type="label">
                            <!--Channel Number-->
                            <posx>150</posx>
                            <posy>0</posy>
                            <width>80</width>
                            <height>80</height>
                            <font>Reg27</font>
                            <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
                            <info>ListItem.ChannelNumberLabel</info>
                        </control>
                        <control type="image">
                            <!--Icon-->
                            <posx>205</posx>
                            <posy>17</posy>
                            <width>45</width>
                            <height>45</height>
                            <info>ListItem.Icon</info>
                        </control>
                        <control type="label">
                            <!--Channel Name-->
                            <posx>305</posx>
                            <posy>0</posy>
                            <width>400</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
                            <info>ListItem.ChannelName</info>
                        </control>
                        <control type="label">
                            <!--Current Play-->
                            <posx>625</posx>
                            <posy>0</posy>
                            <width>600</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>$INFO[Skin.String(ViewDetailsTextColor)]</textcolor>
                            <info>ListItem.Label</info>
                        </control>
                        <control type="image">
                            <!--REC Icon-->
                            <posx>1370</posx>
                            <posy>8</posy>
                            <width>64</width>
                            <height>64</height>
                            <texture>pvr/icons/pvr_record.png</texture>
                            <visible>ListItem.IsRecording</visible>
                            <aspectratio align="center" aligny="center">keep</aspectratio>
                        </control>
                        <control type="label">
                            <!--REC Label-->
                            <posx>1450</posx>
                            <posy>0</posy>
                            <width>200</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>red</textcolor>
                            <label>31083</label>
                            <visible>ListItem.IsRecording</visible>
                        </control>
                        <control type="image">
                            <!--TIME Icon-->
                            <posx>1370</posx>
                            <posy>8</posy>
                            <width>64</width>
                            <height>64</height>
                            <texture>pvr/icons/pvr_timer.png</texture>
                            <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
                            <aspectratio align="center" aligny="center">keep</aspectratio>
                        </control>
                        <control type="label">
                            <!--TIME Label-->
                            <posx>1450</posx>
                            <posy>0</posy>
                            <width>200</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>green</textcolor>
                            <label>31084</label>
                            <visible>ListItem.HasTimer</visible>
                        </control>
                        <control type="image">
                            <!--Separator-->
                            <posx>15</posx>
                            <posy>80</posy>
                            <width>1800</width>
                            <height>20</height>
                            <fadetime>400</fadetime>
                            <colordiffuse>list_separator</colordiffuse>
                            <texture>common/separator.png</texture>
                        </control>
                    </itemlayout>
                    <focusedlayout height="80">
                        <control type="image">
                            <!--Slide-->
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>1800</width>
                            <height>80</height>
                            <texture diffuse="diffuse/panel.png" border="5" colordiffuse="$INFO[Skin.String(ButtonFocusColor)]">colors/color_white.png</texture>
                        </control>
                        <control type="label">
                            <!--Time-->
                            <posx>10</posx>
                            <posy>0</posy>
                            <width>150</width>
                            <height>80</height>
                            <font>Reg27</font>
                            <textcolor>black</textcolor>
                            <info>ListItem.StartTime</info>
                        </control>
                        <control type="label">
                            <!--Channel Number-->
                            <posx>150</posx>
                            <posy>0</posy>
                            <width>80</width>
                            <height>80</height>
                            <font>Reg27</font>
                            <textcolor>black</textcolor>
                            <info>ListItem.ChannelNumberLabel</info>
                        </control>
                        <control type="image">
                            <!--Icon-->
                            <posx>205</posx>
                            <posy>17</posy>
                            <width>45</width>
                            <height>45</height>
                            <info>ListItem.Icon</info>
                        </control>
                        <control type="label">
                            <!--Channel Name-->
                            <posx>305</posx>
                            <posy>0</posy>
                            <width>400</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>black</textcolor>
                            <info>ListItem.ChannelName</info>
                        </control>
                        <control type="label">
                            <!--Current Play-->
                            <posx>625</posx>
                            <posy>0</posy>
                            <width>600</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>black</textcolor>
                            <info>ListItem.Label</info>
                        </control>
                        <control type="image">
                            <!--REC Icon-->
                            <posx>1370</posx>
                            <posy>8</posy>
                            <width>64</width>
                            <height>64</height>
                            <texture>pvr/icons/pvr_record.png</texture>
                            <visible>ListItem.IsRecording</visible>
                            <aspectratio align="center" aligny="center">keep</aspectratio>
                        </control>
                        <control type="label">
                            <!--REC Label-->
                            <posx>1450</posx>
                            <posy>0</posy>
                            <width>200</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>red</textcolor>
                            <label>31083</label>
                            <visible>ListItem.IsRecording</visible>
                        </control>
                        <control type="image">
                            <!--TIME Icon-->
                            <posx>1370</posx>
                            <posy>8</posy>
                            <width>64</width>
                            <height>64</height>
                            <texture>pvr/icons/pvr_timer.png</texture>
                            <visible>ListItem.HasTimer + !ListItem.IsRecording</visible>
                            <aspectratio align="center" aligny="center">keep</aspectratio>
                        </control>
                        <control type="label">
                            <!--TIME Label-->
                            <posx>1450</posx>
                            <posy>0</posy>
                            <width>200</width>
                            <height>80</height>
                            <font>Reg28</font>
                            <textcolor>green</textcolor>
                            <label>31084</label>
                            <visible>ListItem.HasTimer</visible>
                        </control>
                        <control type="image">
                            <!--Separator-->
                            <posx>15</posx>
                            <posy>80</posy>
                            <width>2000</width>
                            <height>20</height>
                            <fadetime>400</fadetime>
                            <colordiffuse>list_separator</colordiffuse>
                            <texture>common/separator.png</texture>
                        </control>
                    </focusedlayout>
                </control>

Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply


Messages In This Thread
Link to a specific home screen? - by Hardax - 2016-03-28, 15:31
RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - by Angelinas - 2016-09-05, 21:24
Landscape View Scrolbar - by User 206796 - 2016-09-19, 00:54
Logout Mark Read Team Forum Stats Members Help
Titan skin version 3.6.x (Kodi 16 Jarvis)11