This commit is contained in:
theDeadMan 2019-02-03 21:09:09 +00:00
parent 3e892aa70e
commit 1f54f603e7
33 changed files with 646 additions and 434 deletions

View File

@ -4,6 +4,8 @@
<views>50,51</views>
<controls>
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<control type="group" id="9999">
<control type="group">
<posx>col-9-begin</posx>

View File

@ -3,6 +3,8 @@
<defaultcontrol always="true">8000</defaultcontrol>
<controls>
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--About this addon-->
<control type="group">
<posx>col-4-begin</posx>

View File

@ -3,6 +3,8 @@
<defaultcontrol always="true">9</defaultcontrol>
<controls>
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--configuration options-->
<control type="group">
<posx>col-4-begin</posx>

View File

@ -6,16 +6,16 @@
<include>modalDialog</include>
<control type="textbox">
<visible>integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>336</posx>
<posx>384</posx>
<posy>5-row</posy>
<width>8-col</width>
<height>3-row</height>
<font>sectionTitle</font>
<width>12-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $INFO[listitem.title]</label>
</control>
<control type="grouplist" id="996">
<posx>col-4-begin</posx>
<posx>col-5-begin</posx>
<posy>8-row</posy>
<itemgap>0</itemgap>
<onright>9004</onright>
@ -25,17 +25,8 @@
<animation type="Conditional" condition="!integer.IsGreater(Container(996).NumItems,0)">
<effect type="slide" end="-434" time="0"/>
</animation>
<control type="textbox">
<posx>1200</posx>
<posy>5-row</posy>
<width>8-col</width>
<height>3-row</height>
<font>sectionTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $LOCALIZE[31243]</label>
</control>
<control type="grouplist" id="9004">
<posx>col-16-begin</posx>
<posx>col-15-begin</posx>
<posy>8-row</posy>
<itemgap>0</itemgap>
<width>6-col</width>

View File

@ -4,6 +4,8 @@
<controls>
<!--background-->
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<control type="group" id="9001">
<posx>col-7-begin</posx>
<posy>row-7-begin</posy>

View File

@ -1,7 +1,157 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload>action(back)</onload>
<defaultcontrol always="true">11</defaultcontrol>
<controls>
<!--removed: not used-->
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>12-col</width>
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>96</posy>
<width>12-col</width>
<font>pageSubTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
<control type="group">
<posx>1342</posx>
<posy>0</posy>
<visible>!Window.IsActive(DialogPVRGuideInfo.xml)</visible>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="400"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="500"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="1000"/>
<effect type="slide" start="0" end="800" tween="cubic" easing="in" time="500"/>
</animation>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--Channel Group Title-->
<control type="label">
<posx>20</posx>
<posy>50</posy>
<width>400</width>
<align>left</align>
<textcolor>textActive</textcolor>
<font>itemTitle</font>
<label>$INFO[VideoPlayer.ChannelGroup]</label>
</control>
<!--Number of Channels subtitle -->
<control type="label">
<posx>20</posx>
<posy>85</posy>
<width>400</width>
<align>left</align>
<textcolor>textActive</textcolor>
<font>itemSubTitle</font>
<label>$INFO[Container(11).NumItems,, $LOCALIZE[19019]]</label>
</control>
<!--Channel list-->
<control type="fixedlist" id="11">
<focusposition>2</focusposition>
<movement>3</movement>
<posx>0</posx>
<posy>row-4-begin</posy>
<height>24-row</height>
<width>667</width>
<onleft>PreviousChannelGroup</onleft>
<onright>NextChannelGroup</onright>
<orientation>vertical</orientation>
<scrolltime tween="sine" easing="out">400</scrolltime>
<itemlayout height="3-row">
<control type="image">
<posx>16</posx>
<posy>20</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>96</posx>
<posy>-4</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>playlistSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
</control>
<control type="label">
<posx>96</posx>
<posy>34</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Title]</label>
</control>
</itemlayout>
<focusedlayout height="3-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>16</posx>
<posy>20</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>96</posx>
<posy>-4</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>playlistSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelName]</label>
</control>
<control type="label">
<posx>96</posx>
<posy>34</posy>
<width>450</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Title]</label>
</control>
</focusedlayout>
</control>
</control>
</controls>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogPVRChannelsOSD.xml</label>
</control>
</window>

View File

@ -195,18 +195,28 @@
</focusedlayout>
<content>
<item id="1">
<visible>window.isactive(tvchannels) | window.isactive(radiochannels)</visible>
<label>31075</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(2003,5)</onclick>
</item>
<item id="2">
<visible>window.isactive(tvrecordings) | window.isactive(radiorecordings)</visible>
<label>31075</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item id="2">
<item id="3">
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
<label>264</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
<item id="3">
<item id="4">
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
<label>31073</label>
<label2></label2>
<thumb></thumb>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
<visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.ShowInfo | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
<controls>
<control type="image">
<visible>!String.IsEmpty(player.Art(clearart))</visible>
@ -28,6 +28,16 @@
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<description>Numeric Input OSD</description>
<posx>col-1-begin</posx>
<posy>row-11-begin</posy>
<width>24-col</width>
<font>veryLarge</font>
<align>center</align>
<label>$INFO[PVR.ChannelNumberInput]</label>
<textcolor>textActive</textcolor>
</control>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
@ -70,6 +80,7 @@
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
<control type="progress">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<description>Progress Bar</description>
<posx>0</posx>
<posy>84</posy>
@ -79,6 +90,16 @@
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>Player.Progress</info>
</control>
<control type="progress">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturebg colordiffuse="77000000">colors/black.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>PVR.EpgEventProgress</info>
</control>
<control type="slider" id="401">
<posx>0</posx>
<posy>84</posy>
@ -88,37 +109,47 @@
<textureslidernib>colors/white.png</textureslidernib>
<orientation>horizontal</orientation>
</control>
<control type="slider" id="403">
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<textureslidernibfocus>colors/white.png</textureslidernibfocus>
<orientation>horizontal</orientation>
<visible>Player.SeekEnabled + !Player.ChannelPreviewActive</visible>
</control>
<control type="label">
<visible>String.IsEqual(VideoPlayer.TVShowTitle,Player.title)</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>15-col</width>
<width>13-col</width>
<align>left</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.title]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>!String.IsEqual(VideoPlayer.TVShowTitle,Player.title)</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>15-col</width>
<height>1-row</height>
<align>left</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
<label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx>
<posy>1-row</posy>
<width>8-col</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[Player.Time][/B] / [B]$INFO[Player.Duration][/B]</label>
<label>[B]$INFO[Player.Time][/B] / [B]$INFO[Player.Duration][/B] [B]$INFO[VideoPlayer.EndTime,$LOCALIZE[31160] ,][/B]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx>
<posy>1-row</posy>
<width>8-col</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[PVR.EpgEventElapsedTime][/B] / [B]$INFO[PVR.EpgEventDuration][/B]</label>
<shadowcolor></shadowcolor>
</control>
</control>

View File

@ -5,6 +5,8 @@
<include>fadeInOut</include>
<controls>
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<control type="group">
<!--animations-->
<include>modalDialogInOutVertical</include>

View File

@ -144,6 +144,12 @@
<filename>roboto_slab/regular.ttf</filename>
<size>60</size>
<linespacing>0.8</linespacing>
</font>
<font>
<name>mediumTitle</name>
<filename>roboto_slab/bold.ttf</filename>
<size>44</size>
<linespacing>0.8</linespacing>
</font>
<font>
<name>itemTitle</name>

View File

@ -108,7 +108,7 @@
<onup>9000</onup>
<itemlayout width="1-col" height="1-col">
<control type="label">
<posx>-1</posx>
<posx>0.5</posx>
<posy>-1</posy>
<width>1-col</width>
<height>1-col</height>
@ -131,7 +131,7 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>-1</posx>
<posx>0.5</posx>
<posy>-1</posy>
<width>1-col</width>
<height>1-col</height>

View File

@ -195,7 +195,7 @@
<!--subtitle-->
<control type="label">
<posx>0</posx>
<posy>24</posy>
<posy>26</posy>
<width>12-col</width>
<height>2-row</height>
<font>menuTitle2</font>
@ -215,7 +215,7 @@
<!--date-->
<control type="label">
<posx>24-col</posx>
<posy>24</posy>
<posy>26</posy>
<width>12-col</width>
<height>2-row</height>
<align>right</align>

View File

@ -38,7 +38,7 @@
<onclick condition="window.isactive(tvguide)">sendclick(tvguide,4)</onclick>
</control>
<control type="button" id="509">
<visible>PVR.HasTVChannels</visible>
<visible>[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRRecordings.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml)] + PVR.HasTVChannels</visible>
<description>PVR Channel Group</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
@ -49,7 +49,7 @@
<onclick condition="window.isactive(tvrecordings)">sendclick(tvrecordings,28)</onclick>
</control>
<control type="button" id="508">
<visible>PVR.HasTVChannels</visible>
<visible>[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRRecordings.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml)] + PVR.HasTVChannels</visible>
<description>PVR Timers</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
@ -129,7 +129,7 @@
<onclick condition="window.isactive(radioguide)">sendclick(radioguide,4)</onclick>
</control>
<control type="button" id="509">
<visible>PVR.HasRadioChannels</visible>
<visible>[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRRecordings.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml)] + PVR.HasRadioChannels</visible>
<description>PVR Channel Group</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
@ -138,7 +138,7 @@
<onclick>sendclick(radiochannels,28)</onclick>
</control>
<control type="button" id="508">
<visible>PVR.HasRadioChannels</visible>
<visible>[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRRecordings.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml)] + PVR.HasRadioChannels</visible>
<description>PVR Timers</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>

View File

@ -264,6 +264,16 @@
<onback>8000</onback>
</control>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>1014</posy>
<width>24-col</width>
<height>1-row</height>
<align>center</align>
<font>smallStrong</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.filename]</label>
<shadowcolor></shadowcolor>
</control>
</include>
</includes>

View File

@ -45,7 +45,7 @@
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
@ -72,7 +72,7 @@
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>

View File

@ -3,6 +3,7 @@
<defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
<onload>Skin.SetString(recentitems,video)</onload>
<onload condition="String.Contains(container.folderpath,plugin://)">Container.SetViewMode(54)</onload>
<include>fadeInOut</include>
<views>50,51,52,53,54,55,58,59</views>
<controls>

View File

@ -4,6 +4,8 @@
<controls>
<!--background-->
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--main menu-->
<control type="group">
<posx>col-4-begin</posx>

View File

@ -4,6 +4,8 @@
<controls>
<!--background-->
<include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--placeholder label for current setting group title-->
<control type="label" id="2">
<visible>false</visible>
@ -73,10 +75,10 @@
<posy>2-row</posy>
<width></width>
<itemgap>0</itemgap>
<height>18-row</height>
<height>15-row</height>
<onleft>9000</onleft>
<onright>5</onright>
<onup>1234</onup>
<onup></onup>
<ondown>1234</ondown>
<orientation>vertical</orientation>
</control>

View File

@ -96,22 +96,33 @@
<posy>5-row</posy>
<width>600</width>
<height>3-row</height>
<font>pageSubTitle</font>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>[B]$INFO[VideoPlayer.EndTime,$LOCALIZE[31160] ,] • $INFO[VideoPlayer.NextTitle,$LOCALIZE[31242]: ,][/B]</label>
<label>$INFO[VideoPlayer.EndTime,[B]$LOCALIZE[31160][/B] ,]</label>
<scroll>false</scroll>
</control>
<control type="label">
<posx>0</posx>
<posy>6-row</posy>
<width>600</width>
<height>3-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.NextTitle,[B]$LOCALIZE[31242][/B] ,]</label>
<scroll>false</scroll>
</control>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>8-row</posy>
<posy>9-row</posy>
<font>textbox</font>
<width>612</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>348</height>
<height>314</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll>false</autoscroll>
<shadowcolor></shadowcolor>
@ -226,7 +237,7 @@
<onclick>PlayerControl(next)</onclick>
</item>
<item>
<enabled>System.GetBool(pvrmanager.enabled) + PVR.CanRecordPlayingChannel</enabled>
<visible>PVR.CanRecordPlayingChannel</visible>
<label2></label2>
<thumb></thumb>
<onclick>PVR.ToggleRecordPlayingChannel</onclick>

View File

@ -86,7 +86,7 @@
<width>12-col</width>
<height>1-row</height>
<align></align>
<font>menuTitle</font>
<font>itemTitle</font>
<textcolor>menuUnselected</textcolor>
<label>$INFO[listitem.Season,$LOCALIZE[31011] , | ]$INFO[Container(53).NumItems,, $LOCALIZE[31189]]</label>
</control>

View File

@ -124,7 +124,7 @@
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">

View File

@ -29,7 +29,7 @@
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
@ -104,7 +104,7 @@
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>

View File

@ -296,8 +296,8 @@
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<posx>166</posx>
<posy>6</posy>
<posx>160</posx>
<posy>12</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -18,9 +18,9 @@
<scrolltime tween="sine" easing="inout">200</scrolltime>
<itemlayout width="23-col" height="3-row">
<control type="image">
<posx>105</posx>
<posx>0</posx>
<posy>0</posy>
<width>1620</width>
<width>24-col</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
@ -59,10 +59,11 @@
<width>105</width>
<height>105</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<bordersize>6</bordersize>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>129</posx>
<posx>117</posx>
<posy>-4</posy>
<width>13-col</width>
<height>2-row</height>
@ -73,7 +74,7 @@
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>129</posx>
<posx>117</posx>
<posy>34</posy>
<width>13-col</width>
<height>2-row</height>
@ -98,9 +99,9 @@
</itemlayout>
<focusedlayout width="23-col" height="3-row">
<control type="image">
<posx>105</posx>
<posx>0</posx>
<posy>0</posy>
<width>1620</width>
<width>24-col</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
@ -158,6 +159,7 @@
<posy>0</posy>
<width>105</width>
<height>105</height>
<bordersize>6</bordersize>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
@ -166,7 +168,7 @@
</animation>
</control>
<control type="label">
<posx>129</posx>
<posx>117</posx>
<posy>-4</posy>
<width>13-col</width>
<height>2-row</height>
@ -177,7 +179,7 @@
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>129</posx>
<posx>117</posx>
<posy>34</posy>
<width>13-col</width>
<height>2-row</height>

View File

@ -42,7 +42,7 @@
<width>12-col</width>
<height>2-row</height>
<align></align>
<font>menuTitle</font>
<font>itemTitle</font>
<textcolor>menuUnselected</textcolor>
<label>$INFO[Container(58).ListItemAbsolute(2).genre]</label>
</control>

View File

@ -133,7 +133,7 @@
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Season,$LOCALIZE[31011] , ]$INFO[ListItem.Episode,$LOCALIZE[31204] ,]</label>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Season,$LOCALIZE[31011] ,]</label>
</control>
<control type="progress">
<visible>ListItem.IsResumable</visible>
@ -192,7 +192,7 @@
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Season,$LOCALIZE[31011] , ]$INFO[ListItem.Episode,$LOCALIZE[31204] ,]</label>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Season,$LOCALIZE[31011] ,]</label>
</control>
<control type="progress">
<visible>ListItem.IsResumable</visible>

View File

@ -60,16 +60,15 @@
</animation>
<!--track info (no vis)-->
<control type="group">
<visible>!Visualisation.Enabled</visible>
<posx>0</posx>
<posy>0</posy>
<control type="textbox">
<control type="label">
<posx>5-col</posx>
<posy>36</posy>
<posy>56</posy>
<width>14-col</width>
<height>78</height>
<height>2-row</height>
<align>center</align>
<font>largeTitle</font>
<font>mediumTitle</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[MusicPlayer.Title]</label>
@ -90,7 +89,7 @@
<control type="progress">
<description>Progress Bar</description>
<posx>9-col</posx>
<posy>228</posy>
<posy>230</posy>
<width>6-col</width>
<height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
@ -119,32 +118,6 @@
<label>$INFO[MusicPlayer.timeremaining]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<!--track info (vis)-->
<control type="group">
<visible>Visualisation.Enabled</visible>
<posx>0</posx>
<posy>-12</posy>
<control type="image">
<posx>-54</posx>
<posy>-6</posy>
<width>4-row</width>
<height>4-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0" diffuse="masks/circle.png">$INFO[player.art(thumb)]</texture>
<colordiffuse>ccffffff</colordiffuse>
</control>
<control type="textbox">
<posx>114</posx>
<posy>0</posy>
<width>12-col</width>
<height>8-row</height>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>[B]$INFO[MusicPlayer.Title][/B][CR]$INFO[MusicPlayer.artist][CR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)] • $INFO[musicplayer.Playlistposition,$LOCALIZE[554] ]$INFO[musicplayer.Playlistlength, / ] • $INFO[MusicPlayer.timeremaining]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</control>
</control>
</control>
</control>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.pellucid" version="2.0.2" name="Pellucid" provider-name="theDeadman">
<addon id="skin.pellucid" version="2.1.0" name="Pellucid" provider-name="theDeadman">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
<import addon="script.skinshortcuts" version="1.0.13"/>

View File

@ -1,8 +1,17 @@
*In pipeline*
- revise controls for new window: MyGames.xml
- addon menu grid view
- Add file info to library info screen (help with scraping)
- Add SD / HD flags to info screen
- check album thumbs on fullscreenmusicview
- Weather
**Changelog**
[V2.0.1]
*** Shout out to Loggio for a whole bunch of tweaks. Thanks! ***
- PVR OSD channel list added
- Various tweaks
[V2.0.0] ***LEIA RELEASE***
- [COMPLETE] Minor bugfixes

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 KiB

View File

@ -1000,3 +1000,7 @@ msgstr ""
msgctxt "#31243"
msgid "General"
msgstr ""
msgctxt "#31244"
msgid "REC."
msgstr ""