Commit Graph

663 Commits

Author SHA1 Message Date
evilhero 53eb8e2aa0 FIX: Fixed startup error loading homepage due to invalid date references present in pull-list, IMP: Renaming will now occur as per configuration for story-arc downloaded issues 2015-06-30 16:21:26 -04:00
evilhero 46fe69a439 FIX: Adjustments to allow source installs to remain on development branch after updating. 2015-06-23 02:02:08 -04:00
evilhero 1b4db81878 FIX:(#1068) Pages being served showed incorrect branch when running from source 2015-06-22 09:33:37 -04:00
evilhero 6ebf7b2057 FIX:(#1068) When running from source, would fail with a GIT_BRANCH not defined error message on startup 2015-06-22 09:01:17 -04:00
evilhero 0c6bd57606 FIX: Checking github for latest version would not occur on startup after last commit. 2015-06-22 00:54:50 -04:00
evilhero 1a8be9bd84 FIX: Post-Processing via download displays an invalid cbr/cbz file messages and stops post-processing. 2015-06-22 00:52:55 -04:00
evilhero d87ed182f4 FIX: Will actually restrict CV usage to 400 hits / 15 minutes instead of erroring out and empty filling issue data, IMP: Updated version checker to utilize the requests module, IMP: Can now specify the git user and branch to pull from instead of defaulting to this one (in case I ever retire), IMP: Added hidden option in config.ini (host_return) which allows one to specify the complete url to return for sabnzbd to retrieve the nzb for from mylar the api when downloading nzbs - useful for sabnzbd and mylar machines that are on seperate subnets, IMP: Improved the auto-watch option on the weekly pull list - will now better match up to series when attempting to auto-populate the series into watchlists, IMP: Removed some unnecessary logging when refreshing series, IMP: Increased delay between series refreshes when doing the DBUpdate call (Update Active Series) from 5 to 15s (improves odds of CV not maxing out during large dbupdate sequence), FIX: Will now skip post-processing file(s) if said file(s) cannot be located with nzb_folder, or if it is not a valid cbr/cbz file. 2015-06-21 23:38:10 -04:00
evilhero cf015eb6a3 FIX:(#1061) If Story Arc Name contained special characters, would fail in creating Story Arc Directory (and subsequent copying of issue into arc directory), FIX: Removed dead references to CBT when attempting to query db when performating a Retry action, FIX: Fixed an invalid call when doing a Force Check Availability from the Wanted page 2015-06-14 16:11:03 -04:00
evilhero 68d81ead9f FIX: verify_32p option available in config.ini now for turning on/off verifying ssl certificate for 32P 2015-06-13 15:49:54 -04:00
evilhero ed754796fc FIX: Added warning to 32P Auth mode option to not use VPN with selected option, FIX: Main index page can now be sortable by Have column, FIX: Will now ignore any folders labelled as 'extras' (case-insensitive) when doing file-checking 2015-06-12 21:28:02 -04:00
evilhero 35f7a1de47 FIX: Any error returned from trying to signon to 32P is now logged as a str 2015-06-12 03:17:59 -04:00
evilhero dca9ca59a1 FIX: If filename had no year, but issue was '20' or '19' would not scan in 2015-06-12 03:13:56 -04:00
evilhero d167f9795a FIX: Fail to scan in issues if no year present within filename (Recheck Files option) 2015-06-12 02:39:27 -04:00
evilhero 223d59b6f9 FIX:(#1052) Story Arc Issue Padding would ignore '10' 2015-06-12 02:38:29 -04:00
evilhero 36029206a3 FIX:(#1037)(#1018) Sending nzb to SABnzbd would fail with empty nzb files or simliar errors 2015-06-12 02:37:27 -04:00
evilhero 80d204420f FIX:(#1046) Retrying download would result in error if provider being used was not a newznab provider. 2015-06-07 02:57:16 -04:00
evilhero d6009fa0a3 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 2015-06-06 21:44:46 -04:00
evilhero 0c1e864099 FIX: (#1013) Story Arcs now have a Refresh option which will refresh the issue data from ComicVine. The Arc must be added via the search in order for the Refresh option to appear (using a cbl file won't allow for a refresh currently), FIX:(#1023) Filenames that have the wording of 'Vol.' as well as having an Issue Year present, or some filenames that have a vYEAR format could not be scanned in, FIX: When doing an Import a Directory, when on Windows OS and running with suppressed console, would receive bad file descriptor errors,
FIX: Unicode filenames will now accept 1/2, 1/4, 3/4 (all unicoded) within the actual filename when scanning (usually during manual post-processing), FIX: Blackhole method for nzb's was failing when trying to send to SABnzbd
2015-05-27 01:40:38 -04:00
Adrian Moisey 9a4a6b4bc5 Whitespace cleanup 2015-05-27 00:43:43 -04:00
John d21cc0d80e Add downloadIssue to api 2015-05-21 11:53:35 -04:00
John d4ac31c8f3 Add find comic and add comic to api 2015-05-21 11:53:35 -04:00
evilhero af64a462cb FIX: Fixed issue with sending nzbs to nzb client - will now download nzb and then pass that directly into the client (since it has to download it initially anyways to parse out the proper filename from within the nzb), IMP: Issue title matching should now be working when searching for issues where the results have the issue title within the name, IMP: If a nzb provider is offline (service unavailable) will stop searching, FIX: If searching 32P, will now ignore the vol.0 in the results if it's a 0-day release (since the vol doesn't get correctly populated until hours/days after), IMP: Pull-list will now reflect status of Snatched immediately after said action (before it would only reflect it on a restart/refresh). 2015-05-21 11:50:15 -04:00
evilhero 83847d1ef9 IMP: Upgraded requests to 2.7.0 2015-05-19 13:38:36 -04:00
evilhero 826ef79622 FIX: nzbget post-processing with ComicRN was spamming incorrect version on every post-processing run. 2015-05-19 13:35:54 -04:00
evilhero 66c9fbe99d FIX: stupid typo in download url 2015-05-19 13:06:08 -04:00
evilhero 12423e9d9e FIX:(#1018) Invalid URL being passed for download (another attenpt) 2015-05-18 17:03:59 -04:00
evilhero 2ce9f613f6 FIX: Another attempt to resolve some problems when downloading nzb. 2015-05-18 16:48:38 -04:00
evilhero 80cd948ccd FIX:(#1018) Invalid URL being passed for download 2015-05-18 16:28:45 -04:00
evilhero c7dbd06bde FIX: Possible fix for nzbget users being able to send to client (non-urlencoded link now being sent) 2015-05-14 12:46:45 -04:00
evilhero 8f2b9bed34 FIX: Fix for 32P Legacy mode downloading torrent files. 2015-05-14 12:22:23 -04:00
evilhero 3528b88162 FIX: (#1006) Fix Legacy mode for 32P not being able to properly pull in feed, FIX: Fix Auth mode for 32P erroring out when reading feed list 2015-05-14 05:33:40 -04:00
evilhero f41ee0f34e FIX: Another attempt at the IncompleteRead errors when accessing CV 2015-05-12 22:21:22 -04:00
evilhero c4b9d4a4c4 FIX: Possible short-term fix for IncompleteRead errors occuring when retrieving from CV 2015-05-12 21:35:40 -04:00
evilhero 11dc52b00a IMP: When manual post-processing, will now check file(s) in sequence to see if they are still being written before starting the actual post-processing. 2015-05-12 15:05:54 -04:00
evilhero b144daa474 FIX:(#1010) Possible fix for sending urls via nzb.su provider, FIX: Incorrect download url being passed to nzbget, FIX: Fix for duplication of keys being generated when sending to SABnzbd 2015-05-12 14:27:20 -04:00
evilhero 173b9304fe FIX:(#1011) Possible fix for duplicate apikeys being posted for addurl link in SAB for nzbgeek, FIX: [Story Arcs] When Search Missing option was used, would error out in GUI and immediately fail search, FIX: [Story Arcs] When post-processing and meta-tagging enabled, would pass an invalid IssueID into the tagger resulting in no tags being written, FIX: If nzbname had decimals in place of spaces, would fail to match during post-processing and return an error indicating could not locate nzbfile in database 2015-05-11 04:14:47 -04:00
evilhero b04af7af42 FIX: fix for problems with nzbname not being found when post-processing. 2015-05-09 18:25:16 -04:00
evilhero 1c8ee0c15a FIX: Fix for manual post-processing not moving files when Rename Files option was enabled - would indicate unable to move files and no files were moved into series directories. 2015-05-09 18:15:37 -04:00
evilhero 4619ced150 FIX: possible fix for problems sending nzbs to sabnzbd for some nzb providers 2015-05-09 12:21:57 -04:00
evilhero f0305ec1ae IMP: 32P legacy mode (rss feed only) and Auth mode (user/pass) available now. With Auth mode, will monitor all of personal notification feeds, IMP: Changed access methods to 32P for retrieving links, FIX:(#1007) Fixed error for one-off downloading via weekly pull list, FIX: (#1004) Fix for post-processing errors (missing files), FIX: (#1001) Extra scripts & pre-scripts will now accept bash scripts, FIX: Annuals were being incorrectly tallied in Have total as well as not having status correctly updated, IMP: Fixed some discrepencies with the provider_order generation line, IMP: Made some additional adjustments to the file-checking to account for some additional variations in naming, FIX: Fixed traceback errors when folder monitor was running and wouldn't be able to complete the post-processing properly, FIX: Cleanup code and some other small fixes.... 2015-05-08 22:39:28 -04:00
evilhero b6b8c6293a FIX: fix for filecheck errors when rechecking files or post-processing (list index out of range error). 2015-04-29 13:21:57 -04:00
evilhero 51777e8e19 FIX:(#995) Fix for Add to Readinglist icon always returning IssueID not found 2015-04-28 11:57:17 -04:00
evilhero e58f17f958 FIX:(#995) Fix for various Readlist problems - cannot locate IssueID, IMP: Weekly Pull-list will now be updated as soon as post-processing has completed for new pulls (as opposed to manually having to refresh pull-list or wait 24hrs), IMP: Weekly Pull-list Comic Name field will now link back to the related watchcomic series page when it's been successfully matched on the pull-list, IMP: Force Update Active Comics now has a config.ini option (update_ended) which will if enabled (1) only update series that are in Continuing status, or (0) the default, update all series regardless of Continuing/Ended status 2015-04-27 22:15:53 -04:00
evilhero ec1941a78b FIX: Fix for file-checker not being able to scan filenames that had a numeric in the series title, and no year (issue / volume) was present 2015-04-27 21:59:10 -04:00
evilhero 2b98184718 FIX:(#986) Fix for empty newznab provider when searching - will now auto-populate to newznab host if it exists, if not it will ignore entirely, FIX: Fixed a problem with 32P RSS Feed and unicode series titles 2015-04-23 03:39:13 -04:00
evilhero b31ee589b3 FIX: Import Error messages re:Requests should be fixed now, IMP: Switched default kat url to use https (if you're using the kat_proxy, you just need to specify the https in the url) 2015-04-19 19:39:02 -04:00
evilhero fda491e2fc FIX: Fix for publisher name having unicode characters and in the Folder Format field, FIX: Manual Post-Processing would incorrectly filesafe the source filename before attempting to copy which resulted in aborted post-processing, FIX: If search would attempt to grab an invalid nzb, will return as a failed entry and continue to next result 2015-04-17 14:39:56 -04:00
evilhero d7e7ab80a1 FIX: Fix for TypeError on startup regarding specific site 2015-04-17 14:36:20 -04:00
evilhero c3de824271 FIX: Another attempt at a fix for the insecure https requests errors 2015-04-17 14:35:05 -04:00
evilhero 538d9d8e24 FIX: Possible fix for urllib3 exception errors 2015-04-17 13:29:30 -04:00