[Windows]qBittorrent script not following defined format
Posted: 29 Feb 2016, 23:58
I finally got my script working the way I want, except for some reason it is ignoring my defined format settings for movies and TV shows and just doing the default "{n} S{s}E{e} - {t}" for TV and "{n} - ({y}/{n} ({y})" for movies.
Here is my script:
And here is my log file.
Here is my script:
Code: Select all
"C:\Program Files\FileBot\filebot.exe" -script fn:amc --output "D:/" --log-file amcbt.log --conflict override --action copy -non-strict --def excludelist=amc.txt "ut_dir=D:/Unsorted" "ut_kind=multi" --def SeriesFormat="D:/TV Shows/{n}/Season {s}/E{e.pad(2)}.{t}" --def movieformat="D:/Movies/{n} ({y})"