Switching from Utorrent to qbittorent

Any questions? Need some help?
Post Reply
Sinzah
Posts: 8
Joined: 29 Nov 2016, 05:56

Switching from Utorrent to qbittorent

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Switching from Utorrent to qbittorent

Post 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.
:idea: Please read the FAQ and How to Request Help.
Sinzah
Posts: 8
Joined: 29 Nov 2016, 05:56

Re: Switching from Utorrent to qbittorent

Post 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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Switching from Utorrent to qbittorent

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply