How to exclude path from Titles.xml ?
#1
Taking a cue from the Custom Video Nodes guide here: http://wiki.xbmc.org/index.php?title=Custom_video_nodes it would seem that I can exclude media with a specific path in the library from showing in the default Titles Movie node using, roughly, this in the titles.xml file:

Code:
<rule field="path" operator="doesnotcontain">nfs:\\192.168.168.100\c\media\video\Documentaries\</rule>

In my case I'm wanting to exclude media in a certain path from my TV Shows, Title view. I'm assuming it's Title view that one gets when simply selecting TV Shows from the main menu...

Can someone tell me the format to use for my NAS which is accessed via NFS? I created a temporary Smart Playlist to show the files in the path I want to exclude, just to be able to find the format of the NAS path, which turned out to be: nfs:\\192.168.168.100\c\media\video\Documentaries However when I put this in the Titles.xml it made no difference.

What am I doing wrong?

Thanks, RLW
Reply

Logout Mark Read Team Forum Stats Members Help
How to exclude path from Titles.xml ?0