I inputed the following into "Run this program when a torrent finishes:
filebot -script fn:amc --output "F:\movies to add2" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
When the torrent finishes downloading, nothing happens at all.
Also would it be possible to have the script put the tv shows in the corresponding folder when it is done downloading? (e.x when Trinity Seven is down downloading, it gets renamed and then moved to F:/TV Shows/Trinity Seven
Thanks for your help

Edit: Restarting 5 times did the trick, just curious if I can have the anime folder put in the same TV Shows folder? Currently it makes it's own anime folder.
e.x F:/TV Shows/Animehere
e.x F:/TV Shows/Gotham
As well change the file naming system so instead of name S01E01 episode descrpition it would just be nameS01E01
Thanks again.
Edit 2: Everything starts working until I add "animeFormat=X:/Anime/{n}/{fn}" and that line prevents it from renaming the actual file...it gets put in the right folder, just not renamed.
Edit 3: Got everything working with filebot -script fn:amc --output "F:/TVShows1" --log-file amc.log --action copy --conflict override -non-strict --def "animeFormat=F:/TVShows1/{n}/{n} {S00e00}" extras=n music=y subtitles=en artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Only issue now is it won't put the show in the proper season which means it won't be sorted properly in Plex. Plex thinks that it is the first season and not the second season of a show.