Page 1 of 1

[Question] Fully Automated Media Center

Posted: 20 Feb 2013, 15:10
by cheesemaker
Hi,

How can I exclude files from the sort process with the script "Fully Automated Media Center" by rednoah which are containing the word "DOKU" (for documentaries) in their filename, or handle them separate like moving into another directory.
(for example: Wonders.Carlsbad.Caverns.GERMAN.DOKU.1080p.3DTV.x264-TVP)

Thanks,
cheesemaker

Re: [Question] Fully Automated Media Center

Posted: 20 Feb 2013, 15:28
by rednoah
You can add ignore patterns via --def ignore=pattern

e.g.

Code: Select all

--def "ignore=\b(?i:doku)\b"
For anything other than ignore you have to modify the script.