#import sickbeard #import datetime #import locale #import operator #from sickbeard.common import * #from sickbeard.sbdatetime import * #from sickbeard import config #from sickbeard import metadata #from sickbeard.metadata.generic import GenericMetadata #from sickbeard.helpers import anon_url #from sickbeard.logger import reverseNames as file_logging_presets #from sickbeard.helpers import maybe_plural ## #set global $title = 'Config - General' #set global $header = 'General Configuration' #set global $sbPath = '../..' #set global $topmenu = 'config' ## #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 ## #set $checked = ' checked="checked"' #set $selected = ' selected="selected"' ## #set $indexer = 0 #if $sickbeard.INDEXER_DEFAULT #set $indexer = $sickbeard.INDEXER_DEFAULT #end if

Misc

Startup options. Indexer options. Log and show file locations.

Some options may require a manual restart to take effect.

Send to trash for actions

selected actions use trash (recycle bin) instead of the default permanent delete

#if 1 < $len($indexers)
#end if

Updates

Options for software updates.

User Interface

Options for visual appearance.

Timezone:

display dates and times in either your timezone or the shows network timezone

Web Interface

It is recommended that you enable a username and password to secure SickGear from being tampered with remotely.

These options require a manual restart to take effect.

Advanced Settings

#if $sickbeard.BRANCH != 'master'
#end if

All non-absolute folder locations are relative to $sickbeard.DATA_DIR
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')