Kodi Community Forum
custom video nodes - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: custom video nodes (/showthread.php?tid=167102)



custom video nodes - nelcruz - 2013-06-14

Hi,

Trying to have a play with custom video nodes. Can successfully create the node to show the videos in a certain directory but in Movies, it shows all movies including those from the custom node although I am using the "doesnotcontain" operator.

below is the text from the "titles" xml found in AppData\Roaming\XBMC\userdata\library\video\movies and at C:\Program Files (x86)\XBMC\system\library\video\movies. note, the xml is identical at each location. Using latest stable release.

<node order="2" type="filter">
<label>369</label>
<path>videodb://1/2</path>
<icon>DefaultMovieTitle.png</icon>
<match>all</match>
<rule field="path" operator="doesnotcontain">c:\3d\</rule>
</node>


RE: custom video nodes - Jmhthefirst - 2013-06-14

I had the same trouble with custom nodes and instead used tags and made playlists that "does not contain" those tags. I renamed the playlists (Movies, Kids Movies, etc) and put them on my home menu and happily segregated my library that way.