INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: ghelman on September 16, 2013, 07:37:48 pm

Title: How to customize view with multiple Filename / Paths?
Post by: ghelman on September 16, 2013, 07:37:48 pm
Sorry if this question has already been asked.

I would like to customize a view so that multiple file folders and their subdirectories are combined in a single view.  For instance:  I would like to have the Rule: Filename(path), Contains, V:\Video\Movies or M:\Movies.  How do I write the rule so both directories are included?

Thanks in advance!
Title: Re: How to customize view with multiple Filename / Paths?
Post by: 6233638 on September 16, 2013, 07:44:40 pm
You may just want to use Media Sub Type: Movie.
Title: Re: How to customize view with multiple Filename / Paths?
Post by: fitbrit on September 16, 2013, 09:56:01 pm
Filename (path) contains \Movies ?

Neither this suggestion or 6233638's will work if you have movies in other locations, or other folders containing '\Movies', of course.
Title: Re: How to customize view with multiple Filename / Paths?
Post by: javidan on September 17, 2013, 12:24:09 am
Sorry if this question has already been asked.

I would like to customize a view so that multiple file folders and their subdirectories are combined in a single view.  For instance:  I would like to have the Rule: Filename(path), Contains, V:\Video\Movies or M:\Movies.  How do I write the rule so both directories are included?

Thanks in advance!


Hi Ghelman,

MC uses tags for views most of the time and you can tag a file located in any path.

So basically what 6233638 is telling you is to go to all those files you've got in your \Video\Movies and \Movies, edit their tags so that the media sub type field is Movie. Then you will be able to create a view which shows only Movie.

For example I have movies both on my computer and and on my file server so they are clearly different paths yet I have set my views to be able to show "Movie" sub type no matter where they are located.
Title: Re: How to customize view with multiple Filename / Paths?
Post by: ghelman on September 17, 2013, 06:52:16 am
Thanks for the reply all.  Tagging the movies is an extra step which I would like to avoid because my folder structure is already my organization. If there is any way to have an "OR" statement in the Filepath criteria it would solve the problem.  Adding a new rule is like an "AND" for the different rules.  Any way of scripting an "OR"?
Title: Re: How to customize view with multiple Filename / Paths?
Post by: fitbrit on September 17, 2013, 11:49:58 am
You can easily set up auto-tagging rules when you run auto-import, or you can quickly tag your files by their directory structure from "Fill Properties by Filename"

In theory, you can do either of these steps to sort out your issue - and never have to worry about it ever again when you add new files if you do the auto import thing. See this excellent thread for details:
http://yabb.jriver.com/interact/index.php?topic=68462.0 (http://yabb.jriver.com/interact/index.php?topic=68462.0)
Title: Re: How to customize view with multiple Filename / Paths?
Post by: ghelman on September 18, 2013, 02:13:07 pm
Thanks!
Title: Re: How to customize view with multiple Filename / Paths?
Post by: kensn on September 18, 2013, 02:31:38 pm
Yes you can have an OR statement in your Set rules for file display - Edit Search window.


If you hover just left of the first input box you should see your cursor change to a hand. Click there and a  " ( " will appear. Keep clicking and it will cycle through (, [, ((, ([, and [(.

These are modifiers for the rules.

( Path          Contains           M:\Movies
  Path          Contains           V:\Video\Movies )

This will give you the or statement you were looking for.

Ken
Title: Re: How to customize view with multiple Filename / Paths?
Post by: ghelman on September 27, 2013, 09:44:39 am
Works like a charm - thanks!