From 93f06af3008d53896a2839aab7d525b7bd8576d6 Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Sun, 14 Sep 2014 13:11:57 -0600 Subject: [PATCH 01/24] Fix where there may be empty values (such as cookies) in older configurations --- sickbeard/providers/rsstorrent.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sickbeard/providers/rsstorrent.py b/sickbeard/providers/rsstorrent.py index 3cf27c8a..fe7b5320 100644 --- a/sickbeard/providers/rsstorrent.py +++ b/sickbeard/providers/rsstorrent.py @@ -53,9 +53,14 @@ class TorrentRssProvider(generic.TorrentProvider): self.cookies = cookies def configStr(self): - return self.name + '|' + self.url + '|' + self.cookies + '|' + str( - int(self.enabled)) + '|' + self.search_mode + '|' + str(int(self.search_fallback)) + '|' + str( - int(self.enable_daily)) + '|' + str(int(self.enable_backlog)) + return "%s|%s|%s|%d|%s|%d|%d|%d" % (self.name or '', + self.url or '', + self.cookies or '', + self.enabled, + self.search_mode or '', + self.search_fallback, + self.enable_daily, + self.enable_backlog) def imageName(self): if ek.ek(os.path.isfile, From fc23454a1e24df1c9005d519ca31a07da20d00ed Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 15 Sep 2014 05:59:11 -0700 Subject: [PATCH 02/24] Renamed filename for wgn america network logo --- .../network/{wgn american.png => wgn america.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename gui/slick/images/network/{wgn american.png => wgn america.png} (100%) diff --git a/gui/slick/images/network/wgn american.png b/gui/slick/images/network/wgn america.png similarity index 100% rename from gui/slick/images/network/wgn american.png rename to gui/slick/images/network/wgn america.png From bdac98db4b8d8962fa3d9deea200c42899c01b73 Mon Sep 17 00:00:00 2001 From: KontiSR Date: Mon, 15 Sep 2014 15:01:18 +0200 Subject: [PATCH 03/24] Implemented the queuing functionality also for Failed downloads. ajaxEpSearch.js now also processes the clicks for Retries. SO merged those together and removed ajaxEpRetry.js. --- gui/slick/interfaces/default/displayShow.tmpl | 1 - gui/slick/js/ajaxEpRetry.js | 51 ------------------- gui/slick/js/ajaxEpSearch.js | 2 +- gui/slick/js/displayShow.js | 1 - sickbeard/search_queue.py | 5 ++ sickbeard/webserve.py | 27 +++------- 6 files changed, 14 insertions(+), 73 deletions(-) delete mode 100644 gui/slick/js/ajaxEpRetry.js diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index f38aa998..be41bd28 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -26,7 +26,6 @@ -