#import os.path #import sickbeard #from sickbeard.common import * #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 SickRage should process completed downloads.


Episode Naming

How SickRage will name and sort your episodes.

Single-EP Sample:

 

Multi-EP sample:

 

Sample:

 

Sample:

 

Single-EP Anime Sample:

 

Multi-EP 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")