Page 1 of 1

Switching from Utorrent to qbittorent

Posted: 14 Mar 2018, 16:06
by Sinzah
Is there a list of functions for qbittorent anywhere? Looking to switch my utorrent script to qbittorent.

Code: Select all

filebot -script fn:amc --output "D:\Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=amc.excludes "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" plex=host:"" clean=y

Re: Switching from Utorrent to qbittorent

Posted: 14 Mar 2018, 17:10
by rednoah
qBT calling filebot is the same as uT calling filebot is the same as you using CMD to call filebot. All have the same function.

Re: Switching from Utorrent to qbittorent

Posted: 14 Mar 2018, 17:55
by Sinzah
rednoah wrote: 14 Mar 2018, 17:10 qBT calling filebot is the same as uT calling filebot is the same as you using CMD to call filebot. All have the same function.
Er, not functions. Sorry. Variables. So for calling kind, is it still %k and file being %F?

Re: Switching from Utorrent to qbittorent

Posted: 14 Mar 2018, 18:13
by rednoah
It's almost the same, except qBT doesn't have a %K variable.

e.g.

Code: Select all

"ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
@see viewtopic.php?f=4&t=215#p9774