#import sickbeard #import urllib ## #set global $title = 'Add Show' #set global $header = 'Add 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

Add New Show

Search a TV database for a show to add. A new folder will be created for episodes

Add From Trending

Browse a current trending show list to add from. A folder for episodes will be created

Add Existing Shows

Scan parent folders for shows and episode metadata to import into SickGear

#if True == $sickbeard.USE_TRAKT:

Add Recommended

Browse recommendations based on your Trakt.tv show library to add to SickGear

#else

There's more... unlock another button to browse
recommended shows based on your Trakt.tv show
library by enabling Trakt in Config/Notifications/Social

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