videofile nodefix

This commit is contained in:
Chris Bevan 2016-06-04 14:11:25 +01:00
parent 74048c5bdc
commit 756f942781
7 changed files with 34 additions and 65 deletions

View File

@ -102,7 +102,7 @@
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<include>WindowID</include> <include>WindowID</include>
<label>MyVideoNav.xml</label> <label>MyVideoNav.xml $INFO[container.folderpath]</label>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -4,7 +4,7 @@
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>Substring(container.folderpath,videodb://) + !isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posy>0</posy> <posy>0</posy>
<posx>-966</posx> <posx>-966</posx>
<control type="image"> <control type="image">
@ -38,7 +38,7 @@
<!--overlay--> <!--overlay-->
<control type="image"> <control type="image">
<visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>Substring(container.folderpath,videodb://) + !isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posx>949</posx> <posx>949</posx>
<posy>0</posy> <posy>0</posy>
<width>972</width> <width>972</width>
@ -54,7 +54,7 @@
<control type="group"> <control type="group">
<posx>col-13-begin</posx> <posx>col-13-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>Substring(container.folderpath,videodb://) + !isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
@ -71,7 +71,7 @@
<control type="group"> <control type="group">
<!--tvhsow library-sourced episode list--> <!--tvhsow library-sourced episode list-->
<control type="panel" id="52"> <control type="panel" id="52">
<visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>Substring(container.folderpath,videodb://) + !isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posx>col-13-begin</posx> <posx>col-13-begin</posx>
<posy>row-8-begin</posy> <posy>row-8-begin</posy>
<width>12-col</width> <width>12-col</width>

View File

@ -21,7 +21,7 @@
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible> <visible>Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + Substring(container.folderpath,videodb://) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
<posx>78</posx> <posx>78</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>1800</width> <width>1800</width>

View File

@ -167,44 +167,6 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$VAR[itemDetail]</label> <label>$VAR[itemDetail]</label>
</control> </control>
<control type="grouplist">
<posx>42</posx>
<posy>9-row</posy>
<width>4-col-gutter</width>
<orientation>horizontal</orientation>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31185]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
</control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -21,7 +21,7 @@
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible> <visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>1800</width> <width>1800</width>
@ -63,13 +63,24 @@
<posy>268</posy> <posy>268</posy>
<width>384</width> <width>384</width>
<height>1-row</height> <height>1-row</height>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textDisabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>ff333333</shadowcolor> <shadowcolor>ff333333</shadowcolor>
</control> </control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<align>right</align>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes)] $LOCALIZE[31189]</label>
<shadowcolor>ff333333</shadowcolor>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -114,13 +125,24 @@
<posy>268</posy> <posy>268</posy>
<width>384</width> <width>384</width>
<height>1-row</height> <height>1-row</height>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>ff333333</shadowcolor> <shadowcolor>ff333333</shadowcolor>
</control> </control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<align>right</align>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes)] $LOCALIZE[31189]</label>
<shadowcolor>ff333333</shadowcolor>
</control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -2,7 +2,7 @@
<includes> <includes>
<include name="videofiles"> <include name="videofiles">
<control type="panel" id="50"> <control type="panel" id="50">
<visible>container.content(files) | StringCompare(container.foldername,files) | Substring(container.folderpath,special://videoplaylists)</visible> <visible>!isempty(container.folderpath) + !Substring(container.folderpath,videodb://) | container.content(files) | StringCompare(container.foldername,files) | Substring(container.folderpath,special://videoplaylists)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>24-col</width> <width>24-col</width>

View File

@ -46,28 +46,13 @@
Update music library not working Update music library not working
Photo section needs revision (incl. Onback) Photo section needs revision
PVR item info rework
PVR Channel selection as part of dialogfullscreeninfo
Improve handling of new users (bring through images from homescreen etc) Improve handling of new users (bring through images from homescreen etc)
Check back on dialog keyboard (ok on laptop: not on openelec??)
Photos section needs work
Optimise settings: use skin helper: on startup: Ask whether to change:
show parent folder items: system.getbool(showparentdiritems)
start PVR minimised: false
PVR Recording schedule (integrate with recordings) PVR Recording schedule (integrate with recordings)
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xmls
Add MyVideoPlaylist.xml