#import sickbeard #import lib.adba as adba #from sickbeard import common #from sickbeard import exceptions #from sickbeard import scene_exceptions #import sickbeard.blackandwhitelist ## #set global $title = 'Edit ' + $show.name #set global $header = $show.name #set global $sbPath = '..' #set global $topmenu = 'home' #set global $page_body_attr = 'edit-show' ## #import os.path #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')

Edit $header

#else

$title

#end if ## #set $html_checked = ' checked="checked"' #set $html_disabled = ' disabled="disabled"'
Alternative show name(s)

e.g. The Show, The Show (2016), The Show (US)

post-processing or searching may require an alternative if a "Show not found" error is reported

#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') #if $anyQualities + $bestQualities #end if
#if $show.is_anime #import sickbeard.blackandwhitelist #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_blackwhitelist.tmpl') #end if
Cancel Edit
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')