#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 a show on the TVDB or TVRAGE
#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   *    
* This will only affect the language of the retrieved metadata file contents and episode filenames.
This DOES NOT allow SickGear to download non-english TV episodes!


#end if
Pick the 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
Customize 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')