Exclude files
Posted: 28 Apr 2019, 19:11
Hi,
first, thanks for this amazing tool.
I'm using a simple script that I run manualy on Windows to rename and move my files and I was wandering if it was possible to exclude certain files based on their name?
Typically all the Animes. Filebot is working just fine but sometimes it does not get the correct season and will mix things up. Since I want to automate the script execution (for instance every hour) via the Windows scheduler I would like to exclude the Anime that are automatically downloaded.
Since I'm taking everything from the same fansub team I was thinking maybe it is possible to exclude files that start with a certain string "[xxx]"?
Apologies in advance if the question was asked before, i've been looking around but could not find it.
Thanks
The script I'm using; fairly simple (though already complex for my skills):
first, thanks for this amazing tool.
I'm using a simple script that I run manualy on Windows to rename and move my files and I was wandering if it was possible to exclude certain files based on their name?
Typically all the Animes. Filebot is working just fine but sometimes it does not get the correct season and will mix things up. Since I want to automate the script execution (for instance every hour) via the Windows scheduler I would like to exclude the Anime that are automatically downloaded.
Since I'm taking everything from the same fansub team I was thinking maybe it is possible to exclude files that start with a certain string "[xxx]"?
Apologies in advance if the question was asked before, i've been looking around but could not find it.
Thanks
The script I'm using; fairly simple (though already complex for my skills):
filebot -script fn:amc --output "V:" --action move -non-strict "V:\_Torrents" --log-file amclog.log --def movieFormat="V:\Films\{ny}\{ny}" --def subtitles=en --def artwork=y --def unsorted=y --def clean=y --def deleteAfterExtract=y --def excludeList=amc.txt