Code: Select all
filebot -script fn:amc --log-file amc.log --def excludeList="amc.txt" --output "D:/Completed Torrents" --action copy -non-strict --conflict override "D:/Completed Torrents" --def excludeList=amc.txt "animeFormat=F:/Anime/{n}/{'Season '+s.pad(2)}/{n} - {s00e00} - {t}" "seriesFormat=E:/Media/TV Shows/{n}/{'Season '+s.pad(2)}/{n} - {s00e00} - {t}" "movieFormat=F:/Movies/{ny}{[vf]}/{ny} - {genres}"
My downloads start in D:\Incoming Torrents and upon completion are moved to D:\Completed Torrents. From there, they should get copied and renamed, and placed in the correct folder based on the script. Any ideas why I would suddenly start getting this error, or what modifications I need to make to the script now to get it to work again?Run script [fn:amc] at [Sun May 08 19:09:59 PDT 2016]
Parameter: excludeList = amc.txt
Parameter: animeFormat = F:/Anime/{n}/{'Season '+s.pad(2)}/{n} - {s00e00} - {t}
Parameter: seriesFormat = E:/Media/TV Shows/{n}/{'Season '+s.pad(2)}/{n} - {s00e00} - {t}
Parameter: movieFormat = F:/Movies/{ny}{[vf]}/{ny} - {genres}
Argument: D:\Completed Torrents
Illegal usage: output folder must not contain input folder
Failure (°_°)