'description':'Download to this directory. Keep empty for default Transmission download directory.',
},
{
'name':'seeding',
'label':'Seeding support',
'default':True,
'type':'bool',
'description':'(Hard)link/copy after download is complete (if enabled in renamer), wait for seeding to finish before (re)moving and set the seeding goal from the torrent providers.',
},
{
'name':'remove_complete',
'label':'Remove torrent',
'default':True,
'default':False,
'advanced':True,
'type':'bool',
'description':'Remove the torrent from Transmission after it finished seeding.',
},
},
{
'name':'delete_files',
'label':'Remove files',
@ -68,6 +56,7 @@ config = [{
{
'name':'paused',
'type':'bool',
'advanced':True,
'default':False,
'description':'Add the torrent paused.',
},
@ -81,12 +70,14 @@ config = [{
{
'name':'stalled_as_failed',
'default':True,
'advanced':True,
'type':'bool',
'description':'Consider a stalled torrent as failed',
},
{
'name':'delete_failed',
'default':True,
'advanced':True,
'type':'bool',
'description':'Delete a release after the download has failed.',
log.info('Better quality release already exists for %s, with quality %s',(movie.library.titles[0].title,release.quality.label))
# Add exists tag to the .ignore file
self.tagDir(group['parentdir'],'exists')
self.tagDir(group,'exists')
# Notify on rename fail
download_message='Renaming of %s (%s) canceled, exists in %s already.'%(movie.library.titles[0].title,group['meta_data']['quality']['label'],release.quality.label)
log.info('Download of %s completed! It is now being processed while leaving the original files alone for seeding. Current ratio: %s.',(item['name'],item['seed_ratio']))
@ -692,7 +692,6 @@ Remove it if you want it to be renamed (again, or at least let it try again)
#let it seed
log.debug('%s is seeding with ratio: %s',(item['name'],item['seed_ratio']))