2014-07-29, 09:44
Hi, i have been trying to add new menu buttons to my skin, and is all good i have the video node separating the documentaries from the series and home videos and it looks greate, but when it comes to the recently added it shows the general ones from all the tv shows database, is there a way to filter those like in the video nodes?
here is what i have done:
---------This is the video Node:-----------
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter">
<label>DOCUMENTARIES</label>
<path>videodb://1/</path>
<content>tvshows</content>
<match>all</match>
<icon>movies.png</icon>
<limit>20</limit>
<rule field="path" operator="contains">ftp://Mynas/My Documentaries and Cultural/</rule>
</node>
is there a way to filter latest episode from path:// ?
-----here is the Recnetly added----Includeshomerecentlyadded.xml---
<item>
<label>$INFO[Window.Property(LatestEpisode[/color].1.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible>
</item>
Thanks for the help!
here is what i have done:
---------This is the video Node:-----------
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter">
<label>DOCUMENTARIES</label>
<path>videodb://1/</path>
<content>tvshows</content>
<match>all</match>
<icon>movies.png</icon>
<limit>20</limit>
<rule field="path" operator="contains">ftp://Mynas/My Documentaries and Cultural/</rule>
</node>
is there a way to filter latest episode from path:// ?
-----here is the Recnetly added----Includeshomerecentlyadded.xml---
<item>
<label>$INFO[Window.Property(LatestEpisode[/color].1.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible>
</item>
Thanks for the help!