Compare commits

...

9 Commits

Author SHA1 Message Date
DaVukovic
d8470e0bda Eventlog done 2019-05-24 18:34:51 +02:00
DaVukovic
d644e6ed6e EventLog initial window 2019-05-23 16:23:28 +02:00
DaVukovic
d51bbe1d90 Renamed language folders 2019-05-21 22:55:27 +02:00
DaVukovic
25b032c9c1 New font-type and cosmetics 2019-05-21 21:42:08 +02:00
DaVukovic
452209ba25 Include Date and Time 2019-05-21 21:27:25 +02:00
DaVukovic
61f1540686 Settings rework 2019-05-21 20:24:04 +02:00
DaVukovic
2e848bc6b1 Contextmenu rework 2019-05-20 16:33:57 +02:00
DaVukovic
8d0bb5626a Home menu rework 2019-05-19 20:52:55 +02:00
DaVukovic
c5a31b77f4 Change home screen Kodi logo 2019-05-19 18:43:37 +02:00
83 changed files with 506 additions and 358 deletions

View File

@ -11,14 +11,14 @@
<include>CommonListView</include> <!-- view id = 51 -->
<include>AddonInfoView</include> <!-- view id = 550 -->
<include>ThumbnailView</include> <!-- view id = 53 -->
<include>AllViewCommonPageControls</include>
<!-- <include>AllViewCommonPageControls</include>
<include>CommonFileCount</include>
<include>ScrollOffsetLabel</include>
<include>ScrollOffsetLabel</include> -->
</control>
<control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include>
<control type="group" id="9000">
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>130</posy>
<control type="button" id="2">
@ -45,12 +45,11 @@
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<posx>250</posx>
<posy>58</posy>
<label>-</label>
<onleft>3</onleft>
<label>31062</label>
<altlabel>31061</altlabel>
<onleft>50</onleft>
<onright>50</onright>
<onup>2</onup>
<onup>3</onup>
<ondown>5</ondown>
</control>
<control type="radiobutton" id="5">
@ -132,5 +131,6 @@
</control>
<include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>

View File

@ -1,33 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
<left>0</left>
<top>0</top>
</coordinates>
<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">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<left>0</left>
<top>0</top>
<width>400</width>
<texture border="40,0,40,0">ContextMenu_Middle.png</texture>
<height>720</height>
<texture border="80">ContextMenu.png</texture>
</control>
<control type="image" id="998">
<description>background bottom image</description>
<posx>0</posx>
<control type="grouplist" id="996">
<description>grouplist for context buttons</description>
<left>42</left>
<top>45</top>
<width>400</width>
<height>50</height>
<texture border="40,0,40,40">ContextMenu_Bottom.png</texture>
<height max="640">auto</height>
<itemgap>2</itemgap>
</control>
<control type="button" id="1000">
<description>button template</description>
@ -42,4 +35,4 @@
<texturenofocus border="3">button-nofocus.png</texturenofocus>
</control>
</controls>
</window>
</window>

218
720p/EventLog.xml Normal file
View 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>

View File

@ -31,7 +31,12 @@
<filename>humanist_521_condensed_bt.ttf</filename>
<size>32</size>
</font>
<font>
<font>
<name>font18a</name>
<filename>humanist_521_condensed_bt.ttf</filename>
<size>30</size>
</font>
<font>
<name>font18b</name>
<filename>humanist_521_bt.ttf</filename>
<size>32</size>
@ -119,4 +124,4 @@
<aspect>.8</aspect>
</font>
</fontset>
</fonts>
</fonts>

View File

@ -467,16 +467,16 @@
<control type="group">
<include>Window_OpenClose_Home_Panel_Animation</include>
<control type="image">
<posx>70</posx>
<posy>170</posy>
<posx>10</posx>
<posy>125</posy>
<width>450</width>
<height>400</height>
<height>500</height>
<texture>Home-Menu-Back.png</texture>
</control>
<control type="button" id="10">
<description>Up Arrow</description>
<posx>155</posx>
<posy>140</posy>
<posx>66</posx>
<posy>144</posy>
<width>40</width>
<height>30</height>
<texturefocus>arrow-big-up.png</texturefocus>
@ -487,7 +487,7 @@
</control>
<control type="button" id="11">
<description>Down Arrow</description>
<posx>155</posx>
<posx>66</posx>
<posy>540</posy>
<width>40</width>
<height>30</height>
@ -498,8 +498,8 @@
<include>VisibleFadeEffect</include>
</control>
<control type="list" id="9000">
<posx>115</posx>
<posy>180</posy>
<posx>55</posx>
<posy>185</posy>
<width>345</width>
<height>342</height>
<onleft>20</onleft>
@ -571,88 +571,89 @@
</control>
</focusedlayout>
<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>
<onclick>ActivateWindow(TV)</onclick>
<icon>special://skin/backgrounds/tv.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
<visible>System.GetBool(pvrmanager.enabled)</visible>
</item>
<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>
<visible>true</visible>
<!-- <visible>System.GetBool(pvrmanager.enabled)</visible> -->
</item>
</content>
</control>
@ -664,27 +665,29 @@
<height>128</height>
<texture>Header.png</texture>
</control>
<control type="image">
<posx>40</posx>
<posy>30</posy>
<width>440</width>
<height>60</height>
<texture>xbmc-logo.png</texture>
<include>Window_OpenClose_Animation</include>
</control>
<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 type="group">
<description>Kodi home screen logo</description>
<top>33</top>
<left>70</left>
<control type="image">
<top>0</top>
<left>0</left>
<width>65</width>
<height>65</height>
<texture colordiffuse="kodi-blue">icons/logo.png</texture>
<include>Window_OpenClose_Animation</include>
</control>
<control type="image">
<top>10</top>
<left>60</left>
<aspectratio>keep</aspectratio>
<width>200</width>
<height>45</height>
<texture>icons/logo-text.png</texture>
<include>Window_OpenClose_Animation</include>
</control>
</control>
<include>DateTimeLabel</include>
<control type="image">
<posx>0</posx>
<posy>128r</posy>
@ -789,4 +792,4 @@
</control>
<include>BehindDialogFadeOut</include>
</controls>
</window>
</window>

View File

@ -199,5 +199,6 @@
</control>
<include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>

View File

@ -146,5 +146,6 @@
</control>
<include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>
</window>

View File

@ -113,5 +113,6 @@
</control>
<include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>
</window>

View File

@ -284,6 +284,7 @@
</control>
<include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
<!-- Test code for the flagging Can stay until all codecs done

View File

@ -736,5 +736,6 @@
</control>
<include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>
</window>

View File

@ -4,35 +4,33 @@
<controls>
<include>CommonBackground</include>
<control type="group">
<include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include>
<control type="panel" id="50">
<posx>300</posx>
<posy>130</posy>
<width>950</width>
<posx>80</posx>
<posy>180</posy>
<width>1350</width>
<height>512</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onleft>50</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
<viewtype label="21371">panel</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<preloaditems>2</preloaditems>
<itemlayout height="256" width="190">
<itemlayout height="200" width="200">
<control type="image">
<posx>5</posx>
<posy>5</posy>
<width>180</width>
<height>210</height>
<width>120</width>
<height>120</height>
<texture>$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>95</posx>
<posy>220</posy>
<width>180</width>
<posx>5</posx>
<posy>150</posy>
<width>120</width>
<height>25</height>
<font>font13</font>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>green</selectedcolor>
<align>center</align>
@ -40,28 +38,28 @@
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
</itemlayout>
<focusedlayout height="256" width="190">
<focusedlayout height="200" width="200">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>190</width>
<height>256</height>
<width>140</width>
<height>140</height>
<aspectratio>stretch</aspectratio>
<texture border="5">button-focus.png</texture>
</control>
<control type="image">
<posx>5</posx>
<posy>5</posy>
<width>180</width>
<height>210</height>
<width>130</width>
<height>130</height>
<texture>$INFO[Listitem.Icon]</texture>
</control>
<control type="label">
<posx>95</posx>
<posy>220</posy>
<width>180</width>
<posx>5</posx>
<posy>150</posy>
<width>130</width>
<height>25</height>
<font>font13</font>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>center</align>
@ -71,19 +69,9 @@
</focusedlayout>
<content>
<item>
<label>3</label>
<onclick>ActivateWindow(MyVideosSettings)</onclick>
<icon>icon_video.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>
<label>7</label>
<onclick>ActivateWindow(FileManager)</onclick>
<icon>FileManager.png</icon>
</item>
<item>
<label>24001</label>
@ -91,75 +79,58 @@
<icon>icon_addons.png</icon>
</item>
<item>
<label>31400</label>
<onclick>ActivateWindow(MyTVSettings)</onclick>
<icon>icon_tv.png</icon>
<label>138</label>
<onclick>ActivateWindow(SystemInfo)</onclick>
<icon>SystemInformation.png</icon>
</item>
<item>
<label>13200</label>
<onclick>ActivateWindow(Profiles)</onclick>
<label>10050</label>
<onclick>ActivateWindow(Eventlog)</onclick>
<icon>unknown-user.png</icon>
</item>
<item>
<label>8</label>
<onclick>ActivateWindow(MyWeatherSettings)</onclick>
<icon>icon_weather.png</icon>
</item>
<item>
<label>14036</label>
<onclick>ActivateWindow(ServiceSettings)</onclick>
<icon>icon_network.png</icon>
</item>
<label>14036</label>
<onclick>ActivateWindow(servicesettings)</onclick>
<icon>unknown-user.png</icon>
</item>
<item>
<label>13000</label>
<onclick>ActivateWindow(SystemSettings)</onclick>
<icon>icon_system.png</icon>
</item>
<item>
<label>480</label>
<label>14206</label>
<onclick>ActivateWindow(AppearanceSettings)</onclick>
<icon>icon_appearence.png</icon>
</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>
</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">
<posx>0</posx>
<posy>0</posy>
@ -173,5 +144,6 @@
</control>
<include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>
</window>

View File

@ -32,8 +32,38 @@
<itemgap>2</itemgap>
<onleft>5</onleft>
<onright>5</onright>
<onup>3</onup>
<ondown>3</ondown>
<onup>20</onup>
<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 type="button" id="10">
@ -103,5 +133,6 @@
</control>
<include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>

View File

@ -908,5 +908,6 @@
</control>
<include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls>
</window>

View File

@ -35,14 +35,15 @@
<default type="togglebutton">
<posx>140</posx>
<posy>167</posy>
<width>20</width>
<height>20</height>
<texturefocus>scroll-up-focus.png</texturefocus>
<texturenofocus>scroll-up.png</texturenofocus>
<alttexturefocus>scroll-down-focus.png</alttexturefocus>
<alttexturenofocus>scroll-down.png</alttexturenofocus>
<width>330</width>
<height>44</height>
<texturefocus border="32,0,0,0">Button_Side_Scroll_up_Focus2.png</texturefocus>
<texturenofocus border="32,0,0,0">Button_Side_Scroll_up_NoFocus2.png</texturenofocus>
<alttexturefocus border="32,0,0,0">Button_Side_Scroll_down_Focus2.png</alttexturefocus>
<alttexturenofocus border="32,0,0,0">Button_Side_Scroll_down_NoFocus2.png</alttexturenofocus>
<textcolor>white</textcolor>
<label>-</label>
<textoffsetx>35</textoffsetx>
<textoffsety>10</textoffsety>
<font>font13</font>
<disabledcolor>grey3</disabledcolor>
<pulseonselect>no</pulseonselect>

View File

@ -36,6 +36,21 @@
<value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value>
</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">
<control type="image">
<posx>0</posx>
@ -58,20 +73,20 @@
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>265</posx>
<posx>315</posx>
<posy>100</posy>
<width>1015</width>
<width>950</width>
<height>580</height>
<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>
</control>
</include>
<include name="WindowTitleCommons">
<posx>110</posx>
<posy>50</posy>
<posx>20</posx>
<posy>80</posy>
<width>1060</width>
<height>30</height>
<font>font18</font>
<font>font18a</font>
<textcolor>white</textcolor>
<scroll>false</scroll>
<align>left</align>
@ -111,7 +126,7 @@
<description>Unfocus Background</description>
<posx>0</posx>
<posy>0</posy>
<width>280</width>
<width>380</width>
<height>44</height>
<texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
<visible>!ControlGroup(9005).HasFocus</visible>
@ -120,7 +135,7 @@
<description>Focus Background</description>
<posx>0</posx>
<posy>0</posy>
<width>280</width>
<width>380</width>
<height>44</height>
<texture border="32,0,0,0">Button_Side_Focus.png</texture>
<visible>ControlGroup(9005).HasFocus</visible>
@ -580,7 +595,7 @@
</include>
<include name="ButtonCommonValues">
<height>44</height>
<width>280</width>
<width>330</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>

View File

@ -6,4 +6,5 @@
<color name="black">FF000000</color>
<color name="green">ffe2ff43</color>
<color name="dialogheader">DDced8da</color>
</colors>
<color name="kodi-blue">FF12A0C7</color>
</colors>

View File

@ -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 "ቡድን ማጥፊያ"

View File

@ -167,7 +167,15 @@ msgctxt "#31060"
msgid "This file is stacked, select the part you want to play from."
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
msgctxt "#31101"
@ -316,3 +324,7 @@ msgstr ""
msgctxt "#31407"
msgid "Channels in Group"
msgstr ""
msgctxt "#31408"
msgid "Settings level: "
msgstr ""

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
media/ContextMenu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

BIN
media/FileManager.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
media/SystemInformation.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
media/icons/logo-text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

BIN
media/icons/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB