I've just started to use FileBot and it's amazing for matching with my RSS Downloader and Plex. My problem is I know nothing about scripting and I've just grabbed my uTorrent script which automatically runs after a download from the forums and mashed together some bits and pieces with what little understanding I have of it (it's probably done really badly, but it works for the most part). Below is the script I've been using.
filebot -script fn:amc --action move --conflict skip -non-strict --log-file amc.log --def music=y clean=y "ignore=D:/Downloads" "seriesFormat=N:/TV Shows/{n}/{'Season '+s}/{n} - {sxe} - {t}" "movieFormat=S:/Movies/{n}" "musicFormat=P:/Music/{n}/{t}" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
My main issue is that I want it to automatically rename and sort my TV Shows and Movies which it does perfectly, however I DO NOT want it to touch my anime. I've tried a lot of things such as --def "ignore=Anime" or "ignore=D:/Downloads" etc, but in the end it always renames and moves my anime files. I've seen a lot of people suggest something that looks like a proper script outside of uTorrent, but I can't find anything like that and have no idea how to use it. So basically what I want to know is, can I edit the below uTorrent script to ignore 2 specific folders since I have 2 anime folders at this time. P.S: Yes, I know I could rename the folder to contain the word "Anime" in it, but it makes manual downloads a bit more tedious as they all follow the "Downloads" structure on other drives for other media types.
Thanks guys, hope you can solve this issue for me
