Utorrent integration...

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nzdreamer55
Posts: 162
Joined: 20 Jul 2012, 23:25

Utorrent integration...

Post by nzdreamer55 »

Hey Rednoah,

I want to integrate filebot with utorrent but I don't understand how filebot uses the utorrent parameters

"ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

Can you tell me what these tell filebot? How does file bot use them? Especially the %K. If I have utorrnet set to move the file after it finishes from say Drive C: to Drive R: will filebot figure this out?

Does filebot copy the file rather than moving the file?

Thanks
-S
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Utorrent integration...

Post by rednoah »

--action move => move files
--action copy => copy files
utorrent wrote: %F - Name of downloaded file (for single file torrents)
%D - Directory where files are saved
%N - Title of torrent
%P - Previous state of torrent
%L - Label
%T - Tracker
%M - Status message string (same as status column)
%I - hex encoded info-hash
%S - State of torrent
%K - kind of torrent (single|multi)
utorrent will replace the %variables and the execute the command. So utorrent will pass in where the files are.
:idea: Please read the FAQ and How to Request Help.
Post Reply