#import sickbeard #from sickbeard import db #from sickbeard.helpers import anon_url #import os.path ## #set global $title = 'Configuration' #set global $header = '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 ##
Version: BRANCH: #echo $sickbeard.BRANCH or 'UNKNOWN'# / COMMIT: #echo $sickbeard.CUR_COMMIT_HASH or 'UNKNOWN'#
This is BETA software
#if not $sickbeard.VERSION_NOTIFY: You don't have version checking turned on, see "Check software updates" in Config > General. #end if
Config file:$sickbeard.CONFIG_FILE
Database file:$db.dbFilename()
Cache Dir:$sickbeard.CACHE_DIR
Arguments:<%= (sickbeard.MY_ARGS, 'None used')[0 == len(sickbeard.MY_ARGS)] %>
Web Root:$sickbeard.WEB_ROOT
Python Version:$sys.version[:120]
Homepagehttps://github.com/SickGear/SickGear/wiki
Sourcehttps://github.com/SickGear/SickGear/
Internet Relay Chat#SickGear on irc.freenode.net
#include $os.path.join($sickbeard.PROG_DIR,'gui/slick/interfaces/default/inc_bottom.tmpl')