INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: danvm on March 16, 2013, 01:55:13 pm

Title: M4B Files In My Lirary As Videos
Post by: danvm on March 16, 2013, 01:55:13 pm
I found that M4B files are in my library as Video files (mixed in with all my actual videos). I verified that my auto-import settings indicate M4B files are audio files. How can I correct this?
Title: Re: M4B Files In My Lirary As Videos
Post by: 6233638 on March 16, 2013, 02:17:00 pm
You need to change [Media Type] for the existing files to Audio, rather than Video.

I'm not certain if this will work (I barely understand expressions) but lifting this from the wiki (http://wiki.jriver.com/index.php/ISO_Files) and making a couple of changes seems like it should work if you add it as a custom expression to your auto-import config:

If(IsEqual([File Type],m4b,8),Audio,[Media Type])

The wiki article (http://wiki.jriver.com/index.php/ISO_Files) goes into more detail about how to do this if you aren't sure - it's talking about iso files, but that expression should apply to m4b.
Title: Re: M4B Files In My Lirary As Videos
Post by: danvm on March 16, 2013, 02:20:09 pm
Thank you! You're right. The offending files had "file types" set as "Video". I manually changed them to "Audio" (and corrected other tags as well) and all is good.