#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 ##set cpu_usage = $psutil.cpu_percent() ##set ram = $psutil.phymem_usage() ##set ram_total = $ram.total / 2**20 ##set ram_used = $ram.used / 2**20 ##set ram_free = $ram.free / 2**20 ##set ram_percent_used = $ram.percent ##set disk = $psutil.disk_usage('/') ##set disk_total = $disk.total / 2**30 ##set disk_used = $disk.used / 2**30 ##set disk_free = $disk.free / 2**30 ##set disk_percent_used = $disk.percent ##
Version: #if $sickbeard.VERSION_NOTIFY BRANCH: ($sickbeard.BRANCH) / COMMIT: ($sickbeard.CUR_COMMIT_HASH)
#else You don't have version checking turned on, see "Check software updates" in Config > General.
#end if This is BETA software.
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')