#import os.path #import datetime #import locale #import sickbeard #from sickbeard.common import * #from sickbeard.sbdatetime import * #from sickbeard import config #from sickbeard import metadata #from sickbeard.metadata.generic import GenericMetadata #set global $title = 'Config - General' #set global $header = 'General Configuration' #set global $sbPath = '../..' #set global $topmenu = 'config' #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')

$header

#else

$title

#end if #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.

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 SickRage from being tampered with remotely.

These options require a manual restart to take effect.

Advanced Settings


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')