#import os.path #import sickbeard #from sickbeard.common import * #from sickbeard.helpers import anon_url #from sickbeard import config #from sickbeard import metadata #from sickbeard.metadata.generic import GenericMetadata #from sickbeard import naming #set global $title = 'Config - Post Processing' #set global $header = 'Post Processing' #set global $sbPath = '../..' #set global $topmenu = 'config' #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')

$header

#else

$title

#end if

Post-Processing

Settings that dictate how SickGear should process completed downloads.


File Handling

Optional settings for the way post-processing handles files


Failed Downloads

SickGear will attempt to download another release if downloads are reported as failed


Episode Naming

How SickGear will name and sort your episodes.

Single-Episode sample:

 

Multi-Episode sample:

 

Air-By-Date sample:

 

Sports sample:

 

Single-Episode Anime sample:

 

Multi-Episode Anime sample:

 


Metadata

The data associated to the data. These are files associated to a TV show in the form of images and text that, when supported, will enhance the viewing experience.

Toggle the metadata options that you wish to be created. Multiple targets may be used.
#for ($cur_name, $cur_generator) in $m_dict.items(): #set $cur_metadata_inst = $sickbeard.metadata_provider_dict[$cur_generator.name] #set $cur_id = $cur_generator.get_id()
#end for



All non-absolute folder locations are relative to $sickbeard.DATA_DIR
#include $os.path.join($sickbeard.PROG_DIR,'gui/slick/interfaces/default/inc_bottom.tmpl')