FileNaming conventions
#1
Hi,

I've had a BoxeeBox for a number of years but only just come across Ember Media Manager. I have lists of movie files in various folders and have them named in the format "(Year) Title, genre, rating".
EMM seems to struggle finding the meta data for the movie with the name in that format. However if I remove everything after and including the first comma it works fine.

Is there a way for me to have EMM ignore everything after the title for scraping purposes?
I have a lot of movies in this format and would rather not change the filenames (but will if I have to).

Thanks.
Reply
#2
If your naming is like "(1997) Mad Max, Action, Rated-R" you have to change the Settings => Movies => General => Folder/File Name Filters:
- remove: (?i)[\W_]\(?\d{4}\)?.*
- add: (?i)\(?\d{4}\)?
- add: (?i),.*
Reply
#3
Thank you for the quick reply. I've just tried and thats worked perfectly.
Reply

Logout Mark Read Team Forum Stats Members Help
FileNaming conventions0