INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: gomjabar on March 13, 2014, 02:03:17 am

Title: Unassigned
Post by: gomjabar on March 13, 2014, 02:03:17 am
I have a theater view field called 'My Library' that has file path set to d:\library and it shows all the folders and files there.  But im getting a group 'unassigned' stuff at the end.  My understanding is that you have filter that out but how would I filter out everything not in D:\library?
Title: Re: Unassigned
Post by: gomjabar on March 13, 2014, 05:24:19 am
Found that using 'contains' instead of 'is' removes the problem.  So say filename[path] contains D:\Library.
Title: Re: Unassigned
Post by: Hendrik on March 13, 2014, 05:27:47 am
For the path, its also common to use "Starts with", but contains should work equally well I suppose. :)