odds n sods
This commit is contained in:
parent
68af4b74e1
commit
1204dd44de
|
@ -55,7 +55,7 @@
|
|||
<width>3-col-textbox</width>
|
||||
<height>3-col-textbox</height>
|
||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
||||
<texture fallback="colors/black.png" border="0">$INFO[player.art(thumb)]</texture>
|
||||
<texture border="0">$INFO[player.art(thumb)]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>324</posx>
|
||||
|
@ -66,6 +66,17 @@
|
|||
<aligny>center</aligny>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>[B]$INFO[videoplayer.Title][/B]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>VideoPlayer.HasMenu</visible>
|
||||
<posx>col-17-begin</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<font>pageSubTitle</font>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$LOCALIZE[31049] [B]$INFO[player.Chapter] / $INFO[player.Chaptercount][/B]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<right>2-col-gutter</right>
|
||||
|
|
|
@ -81,6 +81,18 @@
|
|||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="13">
|
||||
<visible>System.HasMediaDVD</visible>
|
||||
<label>341</label>
|
||||
<label2/>
|
||||
<onclick>XBMC.PlayDVD()</onclick>
|
||||
</item>
|
||||
<item id="14">
|
||||
<visible>System.HasMediaDVD</visible>
|
||||
<label>31135</label>
|
||||
<label2/>
|
||||
<onclick>EjectTray()</onclick>
|
||||
</item>
|
||||
<item id="10">
|
||||
<visible>System.GetBool(pvrmanager.enabled)</visible>
|
||||
<label>31006</label>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</control>
|
||||
<!--video (no Library)-->
|
||||
<control type="image">
|
||||
<visible>Container(9000).HasFocus(10)</visible>
|
||||
<visible>Container(9000).HasFocus(10) | Container(9000).HasFocus(13) | Container(9000).HasFocus(14)</visible>
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>special://skin/extras/backgrounds/videos.jpg</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
|
|
|
@ -209,6 +209,13 @@
|
|||
</focusedlayout>
|
||||
<content>
|
||||
<item>
|
||||
<enabled>VideoPlayer.HasMenu</enabled>
|
||||
<label>31051</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>PlayerControl(ShowVideoMenu)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<enabled>System.GetBool(pvrmanager.enabled) + Player.CanRecord</enabled>
|
||||
<label>31201</label>
|
||||
<label2></label2>
|
||||
|
|
|
@ -144,6 +144,18 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<scroll>false</scroll>
|
||||
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>9-col-gutter</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>612</width>
|
||||
<height>2-row</height>
|
||||
<font>regularStrong</font>
|
||||
<align>right</align>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<scroll>false</scroll>
|
||||
<label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ]$INFO[musicplayer.Playlistlength, / ]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>Playlist.IsRepeat | Playlist.IsRepeatOne</visible>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
***To do (Skinners Notes)***
|
||||
|
||||
Check CD and DVD handling
|
||||
Add mini screen / view during menu option
|
||||
|
||||
Check Youtube addon login issue
|
||||
|
||||
|
|
|
@ -221,10 +221,18 @@ msgctxt "#31048"
|
|||
msgid "Create Folder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31049"
|
||||
msgid "Chapter"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31050"
|
||||
msgid "shot(s)"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31051"
|
||||
msgid "Disc Menu"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31053"
|
||||
msgid "Music Library"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue