#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' ## #import os.path #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')

$header

#else

$title

#end if ## #set $checked = 'checked="checked"' #set $selected = 'selected="selected" class="selected"'
$xsrf_form_html

Post-Processing

SickGear options to process completed downloads.


File Handling

More file processing controls.


Failed Downloads

SickGear can attempt a different release if a download is found to fail

  • SABnzbd setup guide
  • menu "Switches" ... [disable] "Abort jobs that cannot be completed"
  • menu "Switches" ... [disable] "Post-Process Only Verified Jobs"
  • menu "Special" ... [enable] "empty_postproc"

<% ######################################################################################### %> <% ######################################################################################### %> <% ## TAB 2 ## %> <% ######################################################################################### %> <% ######################################################################################### %> <% ########################### %> <% ## Start of Regular Show ## %> <% ########################### %>

Episode Naming

Regular episode naming.

Single episode sample:

 

Multi episode sample:

 

<% ########################## %> <% ## End of Regular Show ## %> <% ## ## %> <% ## Start of Air-by-Date ## %> <% ########################## %>

Air-by-date episode naming.

Air-by-date sample:

 


<% ######################## %> <% ## End of Air-by-Date ## %> <% ## ## %> <% ## Start of Sports ## %> <% ######################## %>

Sport episode naming.

Sports sample:

 


<% #################### %> <% ## End of Sports ## %> <% ## ## %> <% ## Start of Anime ## %> <% #################### %>

Anime episode naming.

Single anime sample:

 

Multi anime sample:

 


<% ######################################################################################### %> <% ######################################################################################### %> <% ## TAB 3 ## %> <% ######################################################################################### %> <% ######################################################################################### %>

Metadata

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

Choose data files to create with the following toggle options...
#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')