'description':'(Hard)links/copies after download is complete (if enabled in renamer), wait for seeding to finish before (re)moving. Stop seeding manually in uTorrent, or check the option Queueing->When uTorrent reaches the seeding goal->Limit the upload rate and set it to 0 to stop seeding after the seeding goal set in the torrent providers is met.',
'description':'(Hard)links/copies after download is complete (if enabled in renamer), wait for seeding to finish before (re)moving.',
log.info('With the current settings uTorrent does not set torrents that completed the seed ratio and time to complete. Please stop them manually in uTorrent or check the option Queueing->When uTorrent reaches the seeding goal->Limit the upload rate and set it to 0')
log.info('With the current settings uTorrent does not set torrents that completed the seed ratio and time to complete. Please stop them manually in uTorrent or check the option Queueing->When uTorrent reaches the seeding goal->Limit the upload rate and set it to 0')
# Convert base 32 to hex
iflen(torrent_hash)==32:
torrent_hash=b16encode(b32decode(torrent_hash))
@ -262,3 +264,11 @@ class uTorrentAPI(object):
log.error('Failed to get settings from uTorrent: %s',err)