INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Windows => Topic started 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?
-
Found that using 'contains' instead of 'is' removes the problem. So say filename[path] contains D:\Library.
-
For the path, its also common to use "Starts with", but contains should work equally well I suppose. :)