Compare commits
9 Commits
master
...
eventlog_c
Author | SHA1 | Date | |
---|---|---|---|
|
d8470e0bda | ||
|
d644e6ed6e | ||
|
d51bbe1d90 | ||
|
25b032c9c1 | ||
|
452209ba25 | ||
|
61f1540686 | ||
|
2e848bc6b1 | ||
|
8d0bb5626a | ||
|
c5a31b77f4 |
@ -11,14 +11,14 @@
|
|||||||
<include>CommonListView</include> <!-- view id = 51 -->
|
<include>CommonListView</include> <!-- view id = 51 -->
|
||||||
<include>AddonInfoView</include> <!-- view id = 550 -->
|
<include>AddonInfoView</include> <!-- view id = 550 -->
|
||||||
<include>ThumbnailView</include> <!-- view id = 53 -->
|
<include>ThumbnailView</include> <!-- view id = 53 -->
|
||||||
<include>AllViewCommonPageControls</include>
|
<!-- <include>AllViewCommonPageControls</include>
|
||||||
<include>CommonFileCount</include>
|
<include>CommonFileCount</include>
|
||||||
<include>ScrollOffsetLabel</include>
|
<include>ScrollOffsetLabel</include> -->
|
||||||
</control>
|
</control>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<include>Window_OpenClose_Left_Panel_Animation</include>
|
<include>Window_OpenClose_Left_Panel_Animation</include>
|
||||||
<include>CommonNowPlaying</include>
|
<include>CommonNowPlaying</include>
|
||||||
<control type="group" id="9000">
|
<control type="grouplist" id="9000">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>130</posy>
|
<posy>130</posy>
|
||||||
<control type="button" id="2">
|
<control type="button" id="2">
|
||||||
@ -45,12 +45,11 @@
|
|||||||
</control>
|
</control>
|
||||||
<control type="togglebutton" id="4">
|
<control type="togglebutton" id="4">
|
||||||
<description>Sort asc</description>
|
<description>Sort asc</description>
|
||||||
<posx>250</posx>
|
<label>31062</label>
|
||||||
<posy>58</posy>
|
<altlabel>31061</altlabel>
|
||||||
<label>-</label>
|
<onleft>50</onleft>
|
||||||
<onleft>3</onleft>
|
|
||||||
<onright>50</onright>
|
<onright>50</onright>
|
||||||
<onup>2</onup>
|
<onup>3</onup>
|
||||||
<ondown>5</ondown>
|
<ondown>5</ondown>
|
||||||
</control>
|
</control>
|
||||||
<control type="radiobutton" id="5">
|
<control type="radiobutton" id="5">
|
||||||
@ -132,5 +131,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtonsMedia</include>
|
<include>WindowTitleButtonsMedia</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -1,33 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol>1000</defaultcontrol>
|
<defaultcontrol>1000</defaultcontrol>
|
||||||
<include>dialogeffect</include>
|
<include>dialogeffect</include>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<system>1</system>
|
<left>0</left>
|
||||||
<posx>0</posx>
|
<top>0</top>
|
||||||
<posy>0</posy>
|
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<controls>
|
<controls>
|
||||||
<control type="image" id="997">
|
|
||||||
<description>background top image</description>
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>-50</posy>
|
|
||||||
<width>400</width>
|
|
||||||
<height>50</height>
|
|
||||||
<texture border="40,40,40,0">ContextMenu_Top.png</texture>
|
|
||||||
</control>
|
|
||||||
<control type="image" id="999">
|
<control type="image" id="999">
|
||||||
<description>background image</description>
|
<left>0</left>
|
||||||
<posx>0</posx>
|
<top>0</top>
|
||||||
<posy>0</posy>
|
|
||||||
<width>400</width>
|
<width>400</width>
|
||||||
<texture border="40,0,40,0">ContextMenu_Middle.png</texture>
|
<height>720</height>
|
||||||
|
<texture border="80">ContextMenu.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="image" id="998">
|
<control type="grouplist" id="996">
|
||||||
<description>background bottom image</description>
|
<description>grouplist for context buttons</description>
|
||||||
<posx>0</posx>
|
<left>42</left>
|
||||||
|
<top>45</top>
|
||||||
<width>400</width>
|
<width>400</width>
|
||||||
<height>50</height>
|
<height max="640">auto</height>
|
||||||
<texture border="40,0,40,40">ContextMenu_Bottom.png</texture>
|
<itemgap>2</itemgap>
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="1000">
|
<control type="button" id="1000">
|
||||||
<description>button template</description>
|
<description>button template</description>
|
||||||
@ -42,4 +35,4 @@
|
|||||||
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
||||||
</control>
|
</control>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
218
720p/EventLog.xml
Normal file
@ -0,0 +1,218 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<window>
|
||||||
|
<defaultcontrol always="true">570</defaultcontrol>
|
||||||
|
<menucontrol>9000</menucontrol>
|
||||||
|
<views>570</views>
|
||||||
|
<controls>
|
||||||
|
<include>CommonBackground</include>
|
||||||
|
<include>ContentPanel</include>
|
||||||
|
<control type="group">
|
||||||
|
<visible>Control.IsVisible(570)</visible>
|
||||||
|
<include>Window_OpenClose_Animation</include>
|
||||||
|
<include>VisibleFadeEffect</include>
|
||||||
|
<include>ContentPanel</include>
|
||||||
|
<control type="list" id="570">
|
||||||
|
<left>350</left>
|
||||||
|
<top>140</top>
|
||||||
|
<width>900</width>
|
||||||
|
<height>510</height>
|
||||||
|
<onleft>9000</onleft>
|
||||||
|
<onright>60</onright>
|
||||||
|
<onup>570</onup>
|
||||||
|
<ondown>570</ondown>
|
||||||
|
<viewtype label="535">list</viewtype>
|
||||||
|
<pagecontrol>60</pagecontrol>
|
||||||
|
<scrolltime>200</scrolltime>
|
||||||
|
<itemlayout height="85" width="1080">
|
||||||
|
<control type="image">
|
||||||
|
<left>0</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>1080</width>
|
||||||
|
<height>80</height>
|
||||||
|
<texture border="5">button-nofocus.png</texture>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<left>2</left>
|
||||||
|
<top>2</top>
|
||||||
|
<width>80</width>
|
||||||
|
<height>76</height>
|
||||||
|
<texture>$INFO[Listitem.Icon]</texture>
|
||||||
|
<aspectratio>keep</aspectratio>
|
||||||
|
<bordertexture border="3">black-back2.png</bordertexture>
|
||||||
|
<bordersize>2</bordersize>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<left>90</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>870</width>
|
||||||
|
<height>30</height>
|
||||||
|
<font>font13</font>
|
||||||
|
<textcolor>grey2</textcolor>
|
||||||
|
<selectedcolor>selected</selectedcolor>
|
||||||
|
<align>left</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<label>[B]$INFO[ListItem.Label][/B]</label>
|
||||||
|
</control>
|
||||||
|
<control type="textbox">
|
||||||
|
<left>90</left>
|
||||||
|
<top>32</top>
|
||||||
|
<width>870</width>
|
||||||
|
<height>48</height>
|
||||||
|
<font>font12</font>
|
||||||
|
<textcolor>grey</textcolor>
|
||||||
|
<selectedcolor>selected</selectedcolor>
|
||||||
|
<align>left</align>
|
||||||
|
<label>$INFO[ListItem.Property(Event.Description)]</label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<left>90</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>970</width>
|
||||||
|
<height>30</height>
|
||||||
|
<font>font12</font>
|
||||||
|
<textcolor>grey2</textcolor>
|
||||||
|
<selectedcolor>selected</selectedcolor>
|
||||||
|
<align>right</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<label>$INFO[ListItem.Label2]</label>
|
||||||
|
</control>
|
||||||
|
</itemlayout>
|
||||||
|
<focusedlayout height="85" width="1080">
|
||||||
|
<control type="image">
|
||||||
|
<left>0</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>900</width>
|
||||||
|
<height>80</height>
|
||||||
|
<texture border="5">button-nofocus.png</texture>
|
||||||
|
<visible>!Control.HasFocus(570)</visible>
|
||||||
|
<include>VisibleFadeEffect</include>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<left>0</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>900</width>
|
||||||
|
<height>80</height>
|
||||||
|
<texture border="5">button-focus2.png</texture>
|
||||||
|
<visible>Control.HasFocus(570)</visible>
|
||||||
|
<include>VisibleFadeEffect</include>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<left>2</left>
|
||||||
|
<top>2</top>
|
||||||
|
<width>80</width>
|
||||||
|
<height>76</height>
|
||||||
|
<texture>$INFO[Listitem.Icon]</texture>
|
||||||
|
<aspectratio>keep</aspectratio>
|
||||||
|
<bordertexture border="3">black-back2.png</bordertexture>
|
||||||
|
<bordersize>2</bordersize>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<left>90</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>800</width>
|
||||||
|
<height>30</height>
|
||||||
|
<font>font13</font>
|
||||||
|
<textcolor>white</textcolor>
|
||||||
|
<selectedcolor>selected</selectedcolor>
|
||||||
|
<align>left</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<label>[B]$INFO[ListItem.Label][/B]</label>
|
||||||
|
</control>
|
||||||
|
<control type="textbox">
|
||||||
|
<left>90</left>
|
||||||
|
<top>32</top>
|
||||||
|
<width>800</width>
|
||||||
|
<height>48</height>
|
||||||
|
<font>font12</font>
|
||||||
|
<textcolor>grey</textcolor>
|
||||||
|
<selectedcolor>selected</selectedcolor>
|
||||||
|
<align>left</align>
|
||||||
|
<label>$INFO[ListItem.Property(Event.Description)]</label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<left>90</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>800</width>
|
||||||
|
<height>30</height>
|
||||||
|
<font>font12</font>
|
||||||
|
<textcolor>grey2</textcolor>
|
||||||
|
<selectedcolor>selected</selectedcolor>
|
||||||
|
<align>right</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<label>$INFO[ListItem.Label2]</label>
|
||||||
|
</control>
|
||||||
|
</focusedlayout>
|
||||||
|
</control>
|
||||||
|
<control type="scrollbar" id="60">
|
||||||
|
<left>1170</left>
|
||||||
|
<top>80</top>
|
||||||
|
<width>25</width>
|
||||||
|
<height>550</height>
|
||||||
|
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
|
||||||
|
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
|
||||||
|
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
|
||||||
|
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
||||||
|
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
||||||
|
<onleft>570</onleft>
|
||||||
|
<onright>2</onright>
|
||||||
|
<showonepage>false</showonepage>
|
||||||
|
<orientation>vertical</orientation>
|
||||||
|
<visible>Control.IsVisible(570)</visible>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
<include content="CommonWindowHeader">
|
||||||
|
<param name="Icon" value="icon_events" />
|
||||||
|
<param name="Label" value="$LOCALIZE[14111]" />
|
||||||
|
</include>
|
||||||
|
<control type="group">
|
||||||
|
<left>0</left>
|
||||||
|
<control type="grouplist" id="9000">
|
||||||
|
<left>0</left>
|
||||||
|
<top>130</top>
|
||||||
|
<width>330</width>
|
||||||
|
<height>600</height>
|
||||||
|
<onleft>9000</onleft>
|
||||||
|
<onright>570</onright>
|
||||||
|
<onup>9000</onup>
|
||||||
|
<ondown>9000</ondown>
|
||||||
|
<onback>570</onback>
|
||||||
|
<itemgap>0</itemgap>
|
||||||
|
<control type="togglebutton" id="4">
|
||||||
|
<description>Sort asc</description>
|
||||||
|
<label>31062</label>
|
||||||
|
<altlabel>31061</altlabel>
|
||||||
|
<textoffsety>10</textoffsety>
|
||||||
|
</control>
|
||||||
|
<control type="button" id="21">
|
||||||
|
<description>Level button</description>
|
||||||
|
<include>ButtonCommonValues</include>
|
||||||
|
<textwidth>200</textwidth>
|
||||||
|
<label/>
|
||||||
|
</control>
|
||||||
|
<control type="radiobutton" id="22">
|
||||||
|
<description>Only show current level</description>
|
||||||
|
<include>ButtonCommonValues</include>
|
||||||
|
<label/>
|
||||||
|
</control>
|
||||||
|
<control type="button" id="20">
|
||||||
|
<description>Clear button</description>
|
||||||
|
<label>192</label>
|
||||||
|
<include>ButtonCommonValues</include>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>1280</width>
|
||||||
|
<height>128</height>
|
||||||
|
<texture>Header.png</texture>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<include>WindowTitleCommons</include>
|
||||||
|
<label>$LOCALIZE[9] - $LOCALIZE[14111]</label>
|
||||||
|
</control>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
|
<include>WindowTitleButtons</include>
|
||||||
|
</controls>
|
||||||
|
</window>
|
@ -31,7 +31,12 @@
|
|||||||
<filename>humanist_521_condensed_bt.ttf</filename>
|
<filename>humanist_521_condensed_bt.ttf</filename>
|
||||||
<size>32</size>
|
<size>32</size>
|
||||||
</font>
|
</font>
|
||||||
<font>
|
<font>
|
||||||
|
<name>font18a</name>
|
||||||
|
<filename>humanist_521_condensed_bt.ttf</filename>
|
||||||
|
<size>30</size>
|
||||||
|
</font>
|
||||||
|
<font>
|
||||||
<name>font18b</name>
|
<name>font18b</name>
|
||||||
<filename>humanist_521_bt.ttf</filename>
|
<filename>humanist_521_bt.ttf</filename>
|
||||||
<size>32</size>
|
<size>32</size>
|
||||||
@ -119,4 +124,4 @@
|
|||||||
<aspect>.8</aspect>
|
<aspect>.8</aspect>
|
||||||
</font>
|
</font>
|
||||||
</fontset>
|
</fontset>
|
||||||
</fonts>
|
</fonts>
|
||||||
|
217
720p/Home.xml
@ -467,16 +467,16 @@
|
|||||||
<control type="group">
|
<control type="group">
|
||||||
<include>Window_OpenClose_Home_Panel_Animation</include>
|
<include>Window_OpenClose_Home_Panel_Animation</include>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>70</posx>
|
<posx>10</posx>
|
||||||
<posy>170</posy>
|
<posy>125</posy>
|
||||||
<width>450</width>
|
<width>450</width>
|
||||||
<height>400</height>
|
<height>500</height>
|
||||||
<texture>Home-Menu-Back.png</texture>
|
<texture>Home-Menu-Back.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="10">
|
<control type="button" id="10">
|
||||||
<description>Up Arrow</description>
|
<description>Up Arrow</description>
|
||||||
<posx>155</posx>
|
<posx>66</posx>
|
||||||
<posy>140</posy>
|
<posy>144</posy>
|
||||||
<width>40</width>
|
<width>40</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
<texturefocus>arrow-big-up.png</texturefocus>
|
<texturefocus>arrow-big-up.png</texturefocus>
|
||||||
@ -487,7 +487,7 @@
|
|||||||
</control>
|
</control>
|
||||||
<control type="button" id="11">
|
<control type="button" id="11">
|
||||||
<description>Down Arrow</description>
|
<description>Down Arrow</description>
|
||||||
<posx>155</posx>
|
<posx>66</posx>
|
||||||
<posy>540</posy>
|
<posy>540</posy>
|
||||||
<width>40</width>
|
<width>40</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
@ -498,8 +498,8 @@
|
|||||||
<include>VisibleFadeEffect</include>
|
<include>VisibleFadeEffect</include>
|
||||||
</control>
|
</control>
|
||||||
<control type="list" id="9000">
|
<control type="list" id="9000">
|
||||||
<posx>115</posx>
|
<posx>55</posx>
|
||||||
<posy>180</posy>
|
<posy>185</posy>
|
||||||
<width>345</width>
|
<width>345</width>
|
||||||
<height>342</height>
|
<height>342</height>
|
||||||
<onleft>20</onleft>
|
<onleft>20</onleft>
|
||||||
@ -571,88 +571,89 @@
|
|||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
<content>
|
<content>
|
||||||
<item id="8">
|
<item id="1">
|
||||||
|
<label>20342</label>
|
||||||
|
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/movies.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
|
||||||
|
<visible>Library.HasContent(Movies)</visible>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideMoviesButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="2">
|
||||||
|
<label>20343</label>
|
||||||
|
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/tvshow.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
|
||||||
|
<visible>Library.HasContent(TVShows)</visible>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideTVShowButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="3">
|
||||||
|
<label>2</label>
|
||||||
|
<onclick>ActivateWindow(Music)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/music.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
|
||||||
|
<visible>Library.HasContent(Music)</visible>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="3">
|
||||||
|
<label>2</label>
|
||||||
|
<onclick>ActivateWindow(MusicFiles)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/music.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
|
||||||
|
<visible>!Library.HasContent(Music)</visible>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="4">
|
||||||
|
<label>1</label>
|
||||||
|
<onclick>ActivateWindow(Pictures)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/pictures.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
|
||||||
|
<visible>!Skin.HasSetting(homepageHidePictureButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="5">
|
||||||
|
<label>3</label>
|
||||||
|
<onclick>ActivateWindow(Videos)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/videos.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
|
||||||
|
<visible>!Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="5">
|
||||||
|
<label>3</label>
|
||||||
|
<onclick>ActivateWindow(Videos,root)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/videos.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
|
||||||
|
<visible>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="6">
|
||||||
|
<label>0</label>
|
||||||
|
<onclick condition="!System.Platform.Android">ActivateWindow(Programs,Addons,return)</onclick>
|
||||||
|
<onclick condition="System.Platform.Android">ActivateWindow(Programs)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/programs.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideProgramButton)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="7">
|
||||||
|
<label>8</label>
|
||||||
|
<onclick>ActivateWindow(Weather)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/weather.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
|
||||||
|
<visible>!Skin.HasSetting(homepageHideWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
|
||||||
|
</item>
|
||||||
|
<item id="8">
|
||||||
|
<label>5</label>
|
||||||
|
<onclick>ActivateWindow(Settings)</onclick>
|
||||||
|
<icon>special://skin/backgrounds/settings.jpg</icon>
|
||||||
|
<thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
|
||||||
|
</item>
|
||||||
|
<item id="9">
|
||||||
<label>31400</label>
|
<label>31400</label>
|
||||||
<onclick>ActivateWindow(TV)</onclick>
|
<onclick>ActivateWindow(TV)</onclick>
|
||||||
<icon>special://skin/backgrounds/tv.jpg</icon>
|
<icon>special://skin/backgrounds/tv.jpg</icon>
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
|
<thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
|
||||||
<visible>System.GetBool(pvrmanager.enabled)</visible>
|
<visible>true</visible>
|
||||||
</item>
|
<!-- <visible>System.GetBool(pvrmanager.enabled)</visible> -->
|
||||||
<item id="1">
|
|
||||||
<label>3</label>
|
|
||||||
<onclick>ActivateWindow(Videos)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/videos.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
|
|
||||||
<visible>!Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="1">
|
|
||||||
<label>3</label>
|
|
||||||
<onclick>ActivateWindow(Videos,Files)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/videos.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
|
|
||||||
<visible>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="9">
|
|
||||||
<label>20342</label>
|
|
||||||
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/movies.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
|
|
||||||
<visible>Library.HasContent(Movies)</visible>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideMoviesButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="10">
|
|
||||||
<label>20343</label>
|
|
||||||
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/tvshow.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
|
|
||||||
<visible>Library.HasContent(TVShows)</visible>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideTVShowButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="2">
|
|
||||||
<label>2</label>
|
|
||||||
<onclick>ActivateWindow(Music)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/music.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
|
|
||||||
<visible>Library.HasContent(Music)</visible>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="2">
|
|
||||||
<label>2</label>
|
|
||||||
<onclick>ActivateWindow(MusicFiles)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/music.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
|
|
||||||
<visible>!Library.HasContent(Music)</visible>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="3">
|
|
||||||
<label>1</label>
|
|
||||||
<onclick>ActivateWindow(Pictures)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/pictures.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
|
|
||||||
<visible>!Skin.HasSetting(homepageHidePictureButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="4">
|
|
||||||
<label>0</label>
|
|
||||||
<onclick condition="!System.Platform.Android">ActivateWindow(Programs,Addons,return)</onclick>
|
|
||||||
<onclick condition="System.Platform.Android">ActivateWindow(Programs)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/programs.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideProgramButton)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="5">
|
|
||||||
<label>8</label>
|
|
||||||
<onclick>ActivateWindow(Weather)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/weather.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
|
|
||||||
<visible>!Skin.HasSetting(homepageHideWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
|
|
||||||
</item>
|
|
||||||
<item id="7">
|
|
||||||
<label>5</label>
|
|
||||||
<onclick>ActivateWindow(Settings)</onclick>
|
|
||||||
<icon>special://skin/backgrounds/settings.jpg</icon>
|
|
||||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
|
|
||||||
</item>
|
</item>
|
||||||
</content>
|
</content>
|
||||||
</control>
|
</control>
|
||||||
@ -664,27 +665,29 @@
|
|||||||
<height>128</height>
|
<height>128</height>
|
||||||
<texture>Header.png</texture>
|
<texture>Header.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="group">
|
||||||
<posx>40</posx>
|
<description>Kodi home screen logo</description>
|
||||||
<posy>30</posy>
|
<top>33</top>
|
||||||
<width>440</width>
|
<left>70</left>
|
||||||
<height>60</height>
|
<control type="image">
|
||||||
<texture>xbmc-logo.png</texture>
|
<top>0</top>
|
||||||
<include>Window_OpenClose_Animation</include>
|
<left>0</left>
|
||||||
</control>
|
<width>65</width>
|
||||||
<control type="label">
|
<height>65</height>
|
||||||
<description>date/time label</description>
|
<texture colordiffuse="kodi-blue">icons/logo.png</texture>
|
||||||
<posx>70r</posx>
|
<include>Window_OpenClose_Animation</include>
|
||||||
<posy>65</posy>
|
</control>
|
||||||
<width>400</width>
|
<control type="image">
|
||||||
<height>35</height>
|
<top>10</top>
|
||||||
<align>right</align>
|
<left>60</left>
|
||||||
<aligny>center</aligny>
|
<aspectratio>keep</aspectratio>
|
||||||
<font>font12</font>
|
<width>200</width>
|
||||||
<textcolor>white</textcolor>
|
<height>45</height>
|
||||||
<label>$INFO[System.Date] [COLOR=grey2] | $INFO[System.Time][/COLOR]</label>
|
<texture>icons/logo-text.png</texture>
|
||||||
<include>Window_OpenClose_Animation</include>
|
<include>Window_OpenClose_Animation</include>
|
||||||
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>128r</posy>
|
<posy>128r</posy>
|
||||||
@ -789,4 +792,4 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -199,5 +199,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtonsMedia</include>
|
<include>WindowTitleButtonsMedia</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -146,5 +146,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtonsMedia</include>
|
<include>WindowTitleButtonsMedia</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -113,5 +113,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtonsMedia</include>
|
<include>WindowTitleButtonsMedia</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -284,6 +284,7 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtonsMedia</include>
|
<include>WindowTitleButtonsMedia</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
|
|
||||||
<!-- Test code for the flagging Can stay until all codecs done
|
<!-- Test code for the flagging Can stay until all codecs done
|
||||||
|
|
||||||
|
@ -736,5 +736,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtons</include>
|
<include>WindowTitleButtons</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -4,35 +4,33 @@
|
|||||||
<controls>
|
<controls>
|
||||||
<include>CommonBackground</include>
|
<include>CommonBackground</include>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<include>Window_OpenClose_Right_Panel_Animation</include>
|
|
||||||
<include>ContentPanel</include>
|
|
||||||
<control type="panel" id="50">
|
<control type="panel" id="50">
|
||||||
<posx>300</posx>
|
<posx>80</posx>
|
||||||
<posy>130</posy>
|
<posy>180</posy>
|
||||||
<width>950</width>
|
<width>1350</width>
|
||||||
<height>512</height>
|
<height>512</height>
|
||||||
<onleft>9000</onleft>
|
<onleft>50</onleft>
|
||||||
<onright>9000</onright>
|
<onright>50</onright>
|
||||||
<onup>50</onup>
|
<onup>50</onup>
|
||||||
<ondown>50</ondown>
|
<ondown>50</ondown>
|
||||||
<viewtype label="21371">panel</viewtype>
|
<viewtype label="21371">panel</viewtype>
|
||||||
<pagecontrol>-</pagecontrol>
|
<pagecontrol>-</pagecontrol>
|
||||||
<scrolltime>200</scrolltime>
|
<scrolltime>200</scrolltime>
|
||||||
<preloaditems>2</preloaditems>
|
<preloaditems>2</preloaditems>
|
||||||
<itemlayout height="256" width="190">
|
<itemlayout height="200" width="200">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>5</posx>
|
<posx>5</posx>
|
||||||
<posy>5</posy>
|
<posy>5</posy>
|
||||||
<width>180</width>
|
<width>120</width>
|
||||||
<height>210</height>
|
<height>120</height>
|
||||||
<texture>$INFO[Listitem.Icon]</texture>
|
<texture>$INFO[Listitem.Icon]</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>95</posx>
|
<posx>5</posx>
|
||||||
<posy>220</posy>
|
<posy>150</posy>
|
||||||
<width>180</width>
|
<width>120</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
<font>font13</font>
|
<font>font12</font>
|
||||||
<textcolor>grey2</textcolor>
|
<textcolor>grey2</textcolor>
|
||||||
<selectedcolor>green</selectedcolor>
|
<selectedcolor>green</selectedcolor>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
@ -40,28 +38,28 @@
|
|||||||
<label>[B]$INFO[ListItem.Label][/B]</label>
|
<label>[B]$INFO[ListItem.Label][/B]</label>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout height="256" width="190">
|
<focusedlayout height="200" width="200">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>190</width>
|
<width>140</width>
|
||||||
<height>256</height>
|
<height>140</height>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture border="5">button-focus.png</texture>
|
<texture border="5">button-focus.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>5</posx>
|
<posx>5</posx>
|
||||||
<posy>5</posy>
|
<posy>5</posy>
|
||||||
<width>180</width>
|
<width>130</width>
|
||||||
<height>210</height>
|
<height>130</height>
|
||||||
<texture>$INFO[Listitem.Icon]</texture>
|
<texture>$INFO[Listitem.Icon]</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>95</posx>
|
<posx>5</posx>
|
||||||
<posy>220</posy>
|
<posy>150</posy>
|
||||||
<width>180</width>
|
<width>130</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
<font>font13</font>
|
<font>font12</font>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<selectedcolor>green</selectedcolor>
|
<selectedcolor>green</selectedcolor>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
@ -71,19 +69,9 @@
|
|||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
<content>
|
<content>
|
||||||
<item>
|
<item>
|
||||||
<label>3</label>
|
<label>7</label>
|
||||||
<onclick>ActivateWindow(MyVideosSettings)</onclick>
|
<onclick>ActivateWindow(FileManager)</onclick>
|
||||||
<icon>icon_video.png</icon>
|
<icon>FileManager.png</icon>
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<label>2</label>
|
|
||||||
<onclick>ActivateWindow(MyMusicSettings)</onclick>
|
|
||||||
<icon>icon_music.png</icon>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<label>1</label>
|
|
||||||
<onclick>ActivateWindow(MyPicturesSettings)</onclick>
|
|
||||||
<icon>icon_pics.png</icon>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<label>24001</label>
|
<label>24001</label>
|
||||||
@ -91,75 +79,58 @@
|
|||||||
<icon>icon_addons.png</icon>
|
<icon>icon_addons.png</icon>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<label>31400</label>
|
<label>138</label>
|
||||||
<onclick>ActivateWindow(MyTVSettings)</onclick>
|
<onclick>ActivateWindow(SystemInfo)</onclick>
|
||||||
<icon>icon_tv.png</icon>
|
<icon>SystemInformation.png</icon>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<label>13200</label>
|
<label>10050</label>
|
||||||
<onclick>ActivateWindow(Profiles)</onclick>
|
<onclick>ActivateWindow(Eventlog)</onclick>
|
||||||
<icon>unknown-user.png</icon>
|
<icon>unknown-user.png</icon>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<label>8</label>
|
<label>14036</label>
|
||||||
<onclick>ActivateWindow(MyWeatherSettings)</onclick>
|
<onclick>ActivateWindow(servicesettings)</onclick>
|
||||||
<icon>icon_weather.png</icon>
|
<icon>unknown-user.png</icon>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<label>14036</label>
|
|
||||||
<onclick>ActivateWindow(ServiceSettings)</onclick>
|
|
||||||
<icon>icon_network.png</icon>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<label>13000</label>
|
<label>13000</label>
|
||||||
<onclick>ActivateWindow(SystemSettings)</onclick>
|
<onclick>ActivateWindow(SystemSettings)</onclick>
|
||||||
<icon>icon_system.png</icon>
|
<icon>icon_system.png</icon>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<label>480</label>
|
<label>14206</label>
|
||||||
<onclick>ActivateWindow(AppearanceSettings)</onclick>
|
<onclick>ActivateWindow(AppearanceSettings)</onclick>
|
||||||
<icon>icon_appearence.png</icon>
|
<icon>icon_appearence.png</icon>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<label>14200</label>
|
||||||
|
<onclick>ActivateWindow(PlayerSettings)</onclick>
|
||||||
|
<icon>unknown-user.png</icon>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<label>14211</label>
|
||||||
|
<onclick>ActivateWindow(MediaSettings)</onclick>
|
||||||
|
<icon>unknown-user.png</icon>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<label>14204</label>
|
||||||
|
<onclick>ActivateWindow(PVRSettings)</onclick>
|
||||||
|
<icon>unknown-user.png</icon>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<label>15016</label>
|
||||||
|
<onclick>ActivateWindow(GameSettings)</onclick>
|
||||||
|
<icon>unknown-user.png</icon>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<label>13200</label>
|
||||||
|
<onclick>ActivateWindow(Profiles)</onclick>
|
||||||
|
<icon>unknown-user.png</icon>
|
||||||
|
</item>
|
||||||
</content>
|
</content>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<control type="group">
|
|
||||||
<include>Window_OpenClose_Left_Panel_Animation</include>
|
|
||||||
<include>CommonNowPlaying</include>
|
|
||||||
<control type="group" id="9000">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>130</posy>
|
|
||||||
<control type="button" id="20">
|
|
||||||
<description>Filemanager button</description>
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<include>ButtonCommonValues</include>
|
|
||||||
<label>7</label>
|
|
||||||
<onclick>ActivateWindow(FileManager)</onclick>
|
|
||||||
<onleft>50</onleft>
|
|
||||||
<onright>50</onright>
|
|
||||||
<onup>611</onup>
|
|
||||||
<ondown>610</ondown>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="610">
|
|
||||||
<description>Fake Button to fix Player Controls Navigation</description>
|
|
||||||
<onup>20</onup>
|
|
||||||
<ondown>603</ondown>
|
|
||||||
<visible>false</visible>
|
|
||||||
</control>
|
|
||||||
<control type="group">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>45</posy>
|
|
||||||
<include>CommonNowPlaying_Controls</include>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="611">
|
|
||||||
<description>Fake Button to fix Player Controls Navigation</description>
|
|
||||||
<onup>603</onup>
|
|
||||||
<ondown>20</ondown>
|
|
||||||
<visible>false</visible>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
@ -173,5 +144,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtons</include>
|
<include>WindowTitleButtons</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -32,8 +32,38 @@
|
|||||||
<itemgap>2</itemgap>
|
<itemgap>2</itemgap>
|
||||||
<onleft>5</onleft>
|
<onleft>5</onleft>
|
||||||
<onright>5</onright>
|
<onright>5</onright>
|
||||||
<onup>3</onup>
|
<onup>20</onup>
|
||||||
<ondown>3</ondown>
|
<ondown>20</ondown>
|
||||||
|
</control>
|
||||||
|
<control type="group">
|
||||||
|
<control type="button">
|
||||||
|
<left>0</left>
|
||||||
|
<top>585</top>
|
||||||
|
<height>60</height>
|
||||||
|
<width>280</width>
|
||||||
|
<font>font13</font>
|
||||||
|
<label>31408</label>
|
||||||
|
<texturenofocus>Button_Side_NoFocus.png</texturenofocus>
|
||||||
|
</control>
|
||||||
|
<control type="button" id="20">
|
||||||
|
<description>Settings level button</description>
|
||||||
|
<left>0</left>
|
||||||
|
<top>585</top>
|
||||||
|
<width>280</width>
|
||||||
|
<height>60</height>
|
||||||
|
<align>right</align>
|
||||||
|
<aligny>top</aligny>
|
||||||
|
<textoffsetx>10</textoffsetx>
|
||||||
|
<textoffsety>18</textoffsety>
|
||||||
|
<textcolor>green</textcolor>
|
||||||
|
<font>font12</font>
|
||||||
|
<label>10037</label>
|
||||||
|
<onleft>5</onleft>
|
||||||
|
<onright>5</onright>
|
||||||
|
<ondown>3</ondown>
|
||||||
|
<onup>3</onup>
|
||||||
|
<onclick>SettingsLevelChange</onclick>
|
||||||
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="10">
|
<control type="button" id="10">
|
||||||
@ -103,5 +133,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtons</include>
|
<include>WindowTitleButtons</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -908,5 +908,6 @@
|
|||||||
</control>
|
</control>
|
||||||
<include>WindowTitleButtons</include>
|
<include>WindowTitleButtons</include>
|
||||||
<include>BehindDialogFadeOut</include>
|
<include>BehindDialogFadeOut</include>
|
||||||
|
<include>DateTimeLabel</include>
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
|
@ -35,14 +35,15 @@
|
|||||||
<default type="togglebutton">
|
<default type="togglebutton">
|
||||||
<posx>140</posx>
|
<posx>140</posx>
|
||||||
<posy>167</posy>
|
<posy>167</posy>
|
||||||
<width>20</width>
|
<width>330</width>
|
||||||
<height>20</height>
|
<height>44</height>
|
||||||
<texturefocus>scroll-up-focus.png</texturefocus>
|
<texturefocus border="32,0,0,0">Button_Side_Scroll_up_Focus2.png</texturefocus>
|
||||||
<texturenofocus>scroll-up.png</texturenofocus>
|
<texturenofocus border="32,0,0,0">Button_Side_Scroll_up_NoFocus2.png</texturenofocus>
|
||||||
<alttexturefocus>scroll-down-focus.png</alttexturefocus>
|
<alttexturefocus border="32,0,0,0">Button_Side_Scroll_down_Focus2.png</alttexturefocus>
|
||||||
<alttexturenofocus>scroll-down.png</alttexturenofocus>
|
<alttexturenofocus border="32,0,0,0">Button_Side_Scroll_down_NoFocus2.png</alttexturenofocus>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<label>-</label>
|
<textoffsetx>35</textoffsetx>
|
||||||
|
<textoffsety>10</textoffsety>
|
||||||
<font>font13</font>
|
<font>font13</font>
|
||||||
<disabledcolor>grey3</disabledcolor>
|
<disabledcolor>grey3</disabledcolor>
|
||||||
<pulseonselect>no</pulseonselect>
|
<pulseonselect>no</pulseonselect>
|
||||||
|
@ -36,6 +36,21 @@
|
|||||||
<value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value>
|
<value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value>
|
||||||
</variable>
|
</variable>
|
||||||
|
|
||||||
|
<include name="DateTimeLabel">
|
||||||
|
<control type="label">
|
||||||
|
<description>date/time label</description>
|
||||||
|
<posx>70r</posx>
|
||||||
|
<posy>65</posy>
|
||||||
|
<width>400</width>
|
||||||
|
<height>35</height>
|
||||||
|
<align>right</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>font12</font>
|
||||||
|
<textcolor>white</textcolor>
|
||||||
|
<label>$INFO[System.Date] [COLOR=grey2] | $INFO[System.Time][/COLOR]</label>
|
||||||
|
<include>Window_OpenClose_Animation</include>
|
||||||
|
</control>
|
||||||
|
</include>
|
||||||
<include name="CommonBackground">
|
<include name="CommonBackground">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
@ -58,20 +73,20 @@
|
|||||||
<include>VisibleFadeEffect</include>
|
<include>VisibleFadeEffect</include>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>265</posx>
|
<posx>315</posx>
|
||||||
<posy>100</posy>
|
<posy>100</posy>
|
||||||
<width>1015</width>
|
<width>950</width>
|
||||||
<height>580</height>
|
<height>580</height>
|
||||||
<texture border="50,0,0,45">Panel.png</texture>
|
<texture border="50,0,0,45">Panel.png</texture>
|
||||||
<animation effect="fade" start="100" end="95" time="0" condition="!IsEmpty(ListItem.Art(fanart))">conditional</animation>
|
<animation effect="fade" start="100" end="95" time="0" condition="!IsEmpty(ListItem.Art(fanart))">conditional</animation>
|
||||||
</control>
|
</control>
|
||||||
</include>
|
</include>
|
||||||
<include name="WindowTitleCommons">
|
<include name="WindowTitleCommons">
|
||||||
<posx>110</posx>
|
<posx>20</posx>
|
||||||
<posy>50</posy>
|
<posy>80</posy>
|
||||||
<width>1060</width>
|
<width>1060</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
<font>font18</font>
|
<font>font18a</font>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>false</scroll>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
@ -111,7 +126,7 @@
|
|||||||
<description>Unfocus Background</description>
|
<description>Unfocus Background</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>280</width>
|
<width>380</width>
|
||||||
<height>44</height>
|
<height>44</height>
|
||||||
<texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
|
<texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
|
||||||
<visible>!ControlGroup(9005).HasFocus</visible>
|
<visible>!ControlGroup(9005).HasFocus</visible>
|
||||||
@ -120,7 +135,7 @@
|
|||||||
<description>Focus Background</description>
|
<description>Focus Background</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>280</width>
|
<width>380</width>
|
||||||
<height>44</height>
|
<height>44</height>
|
||||||
<texture border="32,0,0,0">Button_Side_Focus.png</texture>
|
<texture border="32,0,0,0">Button_Side_Focus.png</texture>
|
||||||
<visible>ControlGroup(9005).HasFocus</visible>
|
<visible>ControlGroup(9005).HasFocus</visible>
|
||||||
@ -580,7 +595,7 @@
|
|||||||
</include>
|
</include>
|
||||||
<include name="ButtonCommonValues">
|
<include name="ButtonCommonValues">
|
||||||
<height>44</height>
|
<height>44</height>
|
||||||
<width>280</width>
|
<width>330</width>
|
||||||
<font>font12</font>
|
<font>font12</font>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<focusedcolor>white</focusedcolor>
|
<focusedcolor>white</focusedcolor>
|
||||||
|
@ -6,4 +6,5 @@
|
|||||||
<color name="black">FF000000</color>
|
<color name="black">FF000000</color>
|
||||||
<color name="green">ffe2ff43</color>
|
<color name="green">ffe2ff43</color>
|
||||||
<color name="dialogheader">DDced8da</color>
|
<color name="dialogheader">DDced8da</color>
|
||||||
</colors>
|
<color name="kodi-blue">FF12A0C7</color>
|
||||||
|
</colors>
|
||||||
|
@ -1,109 +0,0 @@
|
|||||||
# XBMC Media Center language file
|
|
||||||
# Addon Name: PM3.HD
|
|
||||||
# Addon id: skin.pm3-hd
|
|
||||||
# Addon Provider: Jezz_X, Team XBMC
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: XBMC Skins\n"
|
|
||||||
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
|
|
||||||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
||||||
"Last-Translator: XBMC Translation Team\n"
|
|
||||||
"Language-Team: Amharic (http://www.transifex.com/projects/p/xbmc-skins/language/am/)\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Language: am\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
||||||
|
|
||||||
msgctxt "#31001"
|
|
||||||
msgid "Working..."
|
|
||||||
msgstr "በመስራት ላይ "
|
|
||||||
|
|
||||||
msgctxt "#31004"
|
|
||||||
msgid "Home"
|
|
||||||
msgstr "ቤት "
|
|
||||||
|
|
||||||
msgctxt "#31005"
|
|
||||||
msgid "Memory Used:"
|
|
||||||
msgstr "የተጠቀሙት Memory:"
|
|
||||||
|
|
||||||
msgctxt "#31022"
|
|
||||||
msgid "Music - Files"
|
|
||||||
msgstr "የሙዚቃ ፋይሎች"
|
|
||||||
|
|
||||||
msgctxt "#31024"
|
|
||||||
msgid "Page"
|
|
||||||
msgstr "ገጽ"
|
|
||||||
|
|
||||||
msgctxt "#31025"
|
|
||||||
msgid "Items"
|
|
||||||
msgstr "እቃዎች"
|
|
||||||
|
|
||||||
msgctxt "#31042"
|
|
||||||
msgid "PLAYING"
|
|
||||||
msgstr "የሚጫወተው"
|
|
||||||
|
|
||||||
msgctxt "#31043"
|
|
||||||
msgid "PAUSED"
|
|
||||||
msgstr "ማቆሚያ"
|
|
||||||
|
|
||||||
msgctxt "#31044"
|
|
||||||
msgid "FAST FORWARD"
|
|
||||||
msgstr "ወደ ፊት ማሳለፊያ"
|
|
||||||
|
|
||||||
msgctxt "#31045"
|
|
||||||
msgid "REWIND"
|
|
||||||
msgstr "ወደ ኋላ ማሳለፊያ"
|
|
||||||
|
|
||||||
msgctxt "#31055"
|
|
||||||
msgid "Open playlist"
|
|
||||||
msgstr "ዝርዝሮችን መክፈቻ"
|
|
||||||
|
|
||||||
msgctxt "#31056"
|
|
||||||
msgid "Save playlist"
|
|
||||||
msgstr "ዝርዝሮችን ማስቀመጫ"
|
|
||||||
|
|
||||||
msgctxt "#31057"
|
|
||||||
msgid "Close playlist"
|
|
||||||
msgstr "ዝርዝሮችን መዝጊያ"
|
|
||||||
|
|
||||||
msgctxt "#31058"
|
|
||||||
msgid "System music files"
|
|
||||||
msgstr "የስርአቱ ሙዚቃ ፋይሎች"
|
|
||||||
|
|
||||||
msgctxt "#31059"
|
|
||||||
msgid "Current playlist"
|
|
||||||
msgstr "አሁን የሚጫወተው ዝርዝር"
|
|
||||||
|
|
||||||
msgctxt "#31101"
|
|
||||||
msgid "Home screen options"
|
|
||||||
msgstr "የቤት መመልከቻ ምርጫዎች"
|
|
||||||
|
|
||||||
msgctxt "#31106"
|
|
||||||
msgid "Miscellaneous options"
|
|
||||||
msgstr "የተለያዩ ምርጫዎች"
|
|
||||||
|
|
||||||
msgctxt "#31114"
|
|
||||||
msgid "Multi Image"
|
|
||||||
msgstr "ተንሸራታች"
|
|
||||||
|
|
||||||
msgctxt "#31119"
|
|
||||||
msgid "Hide Main Menu Buttons"
|
|
||||||
msgstr "የዋናውን ዝርዝር ቁልፎች መደበቂያ"
|
|
||||||
|
|
||||||
msgctxt "#31120"
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "መደበቂያ"
|
|
||||||
|
|
||||||
msgctxt "#31250"
|
|
||||||
msgid "Subtitles"
|
|
||||||
msgstr "ንዑስ አርእስት"
|
|
||||||
|
|
||||||
msgctxt "#31403"
|
|
||||||
msgid "Rename Group"
|
|
||||||
msgstr "ቡድን እንደገና መሰየሚያ"
|
|
||||||
|
|
||||||
msgctxt "#31404"
|
|
||||||
msgid "Delete Group"
|
|
||||||
msgstr "ቡድን ማጥፊያ"
|
|
@ -167,7 +167,15 @@ msgctxt "#31060"
|
|||||||
msgid "This file is stacked, select the part you want to play from."
|
msgid "This file is stacked, select the part you want to play from."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#empty strings from id 31061 to 31100
|
msgctxt "#31061"
|
||||||
|
msgid "Sort: Descending"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#31062"
|
||||||
|
msgid "Sort: Ascending"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#empty strings from id 31063 to 31100
|
||||||
#Skin Settings labels
|
#Skin Settings labels
|
||||||
|
|
||||||
msgctxt "#31101"
|
msgctxt "#31101"
|
||||||
@ -316,3 +324,7 @@ msgstr ""
|
|||||||
msgctxt "#31407"
|
msgctxt "#31407"
|
||||||
msgid "Channels in Group"
|
msgid "Channels in Group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#31408"
|
||||||
|
msgid "Settings level: "
|
||||||
|
msgstr ""
|
BIN
media/Button_Side_Scroll_down_Focus2.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
media/Button_Side_Scroll_down_NoFocus2.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
media/Button_Side_Scroll_up_Focus2.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
media/Button_Side_Scroll_up_NoFocus2.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
media/ContextMenu.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 4.4 KiB |
BIN
media/FileManager.png
Normal file
After Width: | Height: | Size: 220 KiB |
BIN
media/SystemInformation.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
media/icons/logo-text.png
Normal file
After Width: | Height: | Size: 1015 B |
BIN
media/icons/logo.png
Normal file
After Width: | Height: | Size: 1.1 KiB |