Any questions? Need some help?
Sinzah
Posts: 8 Joined: 29 Nov 2016, 05:56
Post
by Sinzah » 14 Mar 2018, 16:06
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
rednoah
The Source
Posts: 23953 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 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.
Sinzah
Posts: 8 Joined: 29 Nov 2016, 05:56
Post
by Sinzah » 14 Mar 2018, 17:55
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?