From 3f67782f386d081ca89dbf6ef2ee504d6588c1d4 Mon Sep 17 00:00:00 2001 From: echel0n Date: Wed, 23 Apr 2014 00:12:51 -0700 Subject: [PATCH] Added in auto-updater feature, this will allow you to optionally have SickBeard run a version check in the background constantly searching for a new version release on GIT and when found it will automatically download and install then restart. --- .../interfaces/default/config_general.tmpl | 12 ++++++++++ sickbeard/__init__.py | 24 +++++++++++++++++-- sickbeard/versionChecker.py | 16 ++++++++++--- sickbeard/webserve.py | 3 ++- 4 files changed, 49 insertions(+), 6 deletions(-) diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 6619f8b2..18d3581f 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -71,6 +71,18 @@ +
+ + + +
+