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
[Question] Fully Automated Media Center
Re: [Question] Fully Automated Media Center
You can add ignore patterns via --def ignore=pattern
e.g.
For anything other than ignore you have to modify the script.
e.g.
Code: Select all
--def "ignore=\b(?i:doku)\b"