From d6009fa0a39355b30f7a5954326a4eafe9069579 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sat, 6 Jun 2015 21:44:46 -0400 Subject: [PATCH] FIX:(#1039)(#1036) Problems sending files to SABnzbd when Mylar & SABnzbd are on seperate machines. Will now download the nzb, verify it, then send to SABnzbd via internal Mylar API, IMP: Seperated the SABnzbd Download Directory option within the Configuration to indicate is only required when Mylar and SABnzbd are on seperate machines, FIX:(#1037) Unable to retrieve Download URL when using NZBMegaSearch as a provider, IMP:(#1033) Story Arc issues downloaded via torrents/nzbs/outside of Mylar can now be manually post-processed into correct Story Arcs, as well as being downloaded directly via SAB/NZBget, FIX: Retrying a Snatched Download from either the History or Series Detail page should now be working, FIX:(#1042) Changed script source to relative URL for jquery-1.9.1.js, IMP: Start of small code clean-up --- data/interfaces/default/base.html | 2 +- data/interfaces/default/config.html | 19 +- mylar/PostProcessor.py | 340 ++++++++++++++++++++++++++-- mylar/__init__.py | 15 +- mylar/api.py | 47 ++-- mylar/filechecker.py | 9 +- mylar/search.py | 90 +++++--- mylar/webserve.py | 258 +++++++++++---------- 8 files changed, 591 insertions(+), 189 deletions(-) diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 24cf2c7a..fed9f910 100755 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -108,7 +108,7 @@ Back to top - + diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 2f919918..b62194be 100755 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -285,11 +285,6 @@ Get API -
- - - Where your SAB downloads go... (optional) -
@@ -309,6 +304,19 @@ %endfor
+ +
+ + This is *ONLY* required if Mylar and SABnzbd are on seperate machines, otherwise don't touch it +
+
+
+ + + Where your SAB downloads go (required for PP) +
+
+