#import sickbeard #import lib.adba as adba #from sickbeard import common #from sickbeard.common import * #from sickbeard import exceptions #from sickbeard import scene_exceptions #from sickbeard.blackandwhitelist import * #set global $title="Edit " + $show.name #set global $header="Edit " + $show.name #set global $sbPath=".." #set global $topmenu="home" #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

Location:


Scene Exception:

This will affect the episode show search on nzb and torrent provider.
This list overrides the original name, it doesn't append to it.

Exceptions List



Quality:
#set $qualities = $common.Quality.splitQuality(int($show.quality)) #set global $anyQualities = $qualities[0] #set global $bestQualities = $qualities[1] #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_qualityChooser.tmpl")
Default Episode Status:
(this will set a default status to be applied to any newly added episodes)


Info Language:
(this will only affect the language of the retrieved metadata file contents and episode filenames)


Flatten files (no folders):
Paused:
Subtitles:

Scene Numbering:
(check this if you wish to search by scene numbering, uncheck to search by indexer numbering)

Air by date:
(check this if the show is released as Show.03.02.2010 rather than Show.S02E03)

Sports:
(check this if the show is a sporting or MMA event and released as Show.03.02.2010 rather than Show.S02E03)

Anime:
(check this if the show is released as Show.265 rather than Show.S02E03, this show is an anime)

DVD Order:
(check this if you wish to use the DVD order instead of the Airing order)

#if $anyQualities + $bestQualities Archive on first match:
(check this to have the episode archived after the first best match is found from your archive quality list)

#end if Ignored Words:

Results with any of these words in the title will be filtered out
Separate words with a comma, e.g. "word1,word2,word3"

Required Words:

Results without one of these words in the title will be filtered out
Separate words with a comma, e.g. "word1,word2,word3"

#if $show.is_anime: #from sickbeard.blackandwhitelist import * #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_blackwhitelist.tmpl") #end if
#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl")