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
Utorrent integration...
Re: Utorrent integration...
--action move => move files
--action copy => copy files
--action copy => copy files
utorrent will replace the %variables and the execute the command. So utorrent will pass in where the files are.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)