2016-09-02, 09:35
Hi,
When I created a video node base on "path contains" (maybe other)
RecentlyAdded and InProgress node returns always the full list of show/movie
and doesnt care of the "rule"
example of the automatic generated xml :
I know how to make it work by manually editing
But it seems "type folder" + path videodb://recentlyadded* or videodb://inprogresstvshows + rule based on path doesnt work together
best regards
When I created a video node base on "path contains" (maybe other)
RecentlyAdded and InProgress node returns always the full list of show/movie
and doesnt care of the "rule"
example of the automatic generated xml :
PHP Code:
<?xml version='1.0' encoding='UTF-8'?>
<node order="11" type="folder" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
<path>videodb://recentlyaddedepisodes/</path>
<rule field="path" operator="contains">
<value>smb://NAS/video/Mangas/</value>
</rule>
</node>
I know how to make it work by manually editing
But it seems "type folder" + path videodb://recentlyadded* or videodb://inprogresstvshows + rule based on path doesnt work together
best regards