[Windows]qBittorrent script not following defined format

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Arctic0ne
Posts: 1
Joined: 29 Feb 2016, 23:39

[Windows]qBittorrent script not following defined format

Post by Arctic0ne »

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:

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})"
And here is my log file.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Windows]qBittorrent script not following defined format

Post by rednoah »

Have you tried copy and pasting the example, and see if that works?

Code: Select all

--def "seriesFormat=S:/TV/{n}/{'S'+s}/{fn}" "animeFormat=T:/Anime/{n}/{fn}" "movieFormat=M:/Movies/{ny}/{fn}" "musicFormat=N:/Music/{n}/{fn}"
Try that, confirm that it works, and then figure out what you're doing different.

Hint: case matters.
:idea: Please read the FAQ and How to Request Help.
Post Reply