INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: vt25 on September 14, 2013, 01:16:11 am

Title: MC18 falsely identifies as tv shows.
Post by: vt25 on September 14, 2013, 01:16:11 am
Hello,

MC18 falsely identifies some video files as TV shows and I don't know how to correct it.
Any help would be appreciated.
Thanks.
Title: Re: MC18 falsely identifies as tv shows.
Post by: 6233638 on September 14, 2013, 06:17:03 am
Depending on what your folder structure is, you can set up auto-import rules which specify the Media Sub Type.

For example, all my videos go into:
\Videos\Downloads\
\Videos\New\
\Videos\Seen\
\Videos\TV\


I have auto-import set to watch \Videos\, and use a rule which sets the Media Sub Type for the TV folder to "TV Shows", the Downloads folder to "Other", and any other folder (New/Seen) is set to "Movie".

Code: [Select]
if(isequal([Filename (path)],TV,8),TV Show,
if(isequal([Filename (path)],Downloads,8),Other,
Movie))

The Wiki may help clarify this: isequal(…) (http://wiki.jriver.com/index.php/Media_Center_expression_language#IsEqual.28.E2.80.A6.29:_Compares_two_values_in_one_of_nine_specified_modes)
Title: Re: MC18 falsely identifies as tv shows.
Post by: JimH on September 14, 2013, 07:34:14 am
You could also edit the Media Subtype tag manually.  MC will put it in the right place then.
Title: Re: MC18 falsely identifies as tv shows.
Post by: 6233638 on September 14, 2013, 09:19:47 am
You could also edit the Media Subtype tag manually.  MC will put it in the right place then.
That's true, but library management should be as "hands-off" as possible, in my opinion.
Title: Re: MC18 falsely identifies as tv shows.
Post by: vt25 on September 16, 2013, 04:09:38 am
Thank you both for helpful suggestions.
I was finally able to locate the media subtype tag and also find a possibility to set rules in auto export.
I do feel slightly silly now :-[