#import os.path #import sickbeard #from sickbeard.helpers import anon_url #set global $header = 'New Show' #set global $title = 'New Show' #set global $sbPath = '../..' #set global $statpath = '../..' #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
aoeu

Find show at a TV database

#if $use_provided_info #set $provided_indexer_local = $provided_indexer #set $provided_indexer_id_local = $provided_indexer_id Show retrieved from existing metadata: $provided_indexer_name #else    *  

* SickGear supports english episodes. The language choice is used for fetching show data and episode filenames

#end if
 

Pick parent folder

#if $provided_show_dir Pre-chosen Destination Folder: $provided_show_dir

#else #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_rootDirs.tmpl') #end if
 

Set custom options

#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_addShowOptions.tmpl')
 
#for $curNextDir in $other_shows #end for

#if $provided_show_dir #end if
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')