From 72f915edb193b6c59509e4b5eddd6c69208f9747 Mon Sep 17 00:00:00 2001 From: evilhero Date: Tue, 11 Aug 2015 17:56:22 -0400 Subject: [PATCH] IMP: (#1089)Torznab provider option (will currently only allow for one torznab entry - use jackett), IMP: (#1095) Will now retain the reading order taken from ComicVine - previously would have some inconsistent reordering results, FIX: Better handling of INH & NOW issues within the issue number when file-checking/post-processing, FIX: manually post-processing annuals would fail, FIX: Download button on Weekly tab will now download issues that are in a Downloaded status as intended, FIX: NotifyMyAndroid Test button now works, FIX: Updated kat default url to use kat.cr, FIX: Removed some unecessary logging lines when performing the weekly pull refresh, IMP: Some moving/restructuring of some items in the rss/search modules to allow for future WIP items. --- data/interfaces/default/config.html | 22 +++ data/interfaces/default/weeklypull.html | 5 + mylar/PostProcessor.py | 5 +- mylar/__init__.py | 44 ++--- mylar/cv.py | 8 +- mylar/filechecker.py | 11 +- mylar/helpers.py | 2 +- mylar/mb.py | 6 +- mylar/notifiers.py | 35 ++-- mylar/rsscheck.py | 220 ++++++++++++++---------- mylar/search.py | 51 ++++-- mylar/webserve.py | 132 +++----------- mylar/weeklypull.py | 2 +- 13 files changed, 280 insertions(+), 263 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index d253060f..0097bd48 100755 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -548,6 +548,27 @@ +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
@@ -1340,6 +1361,7 @@ initConfigCheckbox("#enable_api"); initConfigCheckbox("#sab_to_mylar"); initConfigCheckbox("#usenewznab"); + initConfigCheckbox("#enable_torznab"); initConfigCheckbox("#usenzbsu"); initConfigCheckbox("#usedognzb"); initConfigCheckbox("#enable_torrents"); diff --git a/data/interfaces/default/weeklypull.html b/data/interfaces/default/weeklypull.html index 2fa9be44..37e433cb 100755 --- a/data/interfaces/default/weeklypull.html +++ b/data/interfaces/default/weeklypull.html @@ -108,7 +108,12 @@ <%def name="javascriptIncludes()">