#import sickgear #from sickgear.common import * #from sickgear.helpers import anon_url #from sickgear import config #from sickgear import metadata #from sickgear.metadata.generic import GenericMetadata #from sickgear import naming ## #set global $title = 'Config - Media Process' #set global $header = 'Media Process' #set global $sbPath = '../..' #set global $topmenu = 'config' ## #import os.path #include $os.path.join($sickgear.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.

#if False: """
""" #end if

File Handling

More file processing controls.


Failed Downloads

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

failed download handling does not require a particular client

  • guidance specific for SABnzbd setup
  • 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 = $sickgear.metadata_provider_dict[$cur_generator.name] #set $cur_id = $cur_generator.get_id()
#end for



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