#import sickgear #from sickgear.common import * <% def sg_var(varname, default=False): return getattr(sickgear, varname, default) %>#slurp# <% def sg_str(varname, default=''): return getattr(sickgear, varname, default) %>#slurp# ## #set global $title = 'Import' if not $kwargs.get('hash_dir') else 'Path conflict' #set global $header = $title #set global $sbPath = '../..' #set global $statpath = '../..' #set global $topmenu = 'home' #set global $page_body_attr = 'import-shows" class="' ## #import os.path #include $os.path.join($sg_str('PROG_DIR'), 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')

$header

#else

$title

#end if

Existing show folders

$xsrf_form_html

Tip: shows are added quicker when usable show nfo and xml metadata is found

#include $os.path.join($sg_str('PROG_DIR'), 'gui/slick/interfaces/default/inc_rootDirs.tmpl')
#include $os.path.join($sg_str('PROG_DIR'), 'gui/slick/interfaces/default/inc_addShowOptions.tmpl')


The following parent folder$multi_parents scanned for #if not $kwargs.get('hash_dir', None)#existing shows. Toggle a folder to display shows#else#the existing show...#end if#

#if not $kwargs.get('hash_dir', None)

shows not known to SickGear are listed below...

#end if

#if not $kwargs.get('hash_dir', None)

If you tried to add a show, arrived here and can't see the folder, then that show may already be in your show list.

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