Commit Graph

1056 Commits

Author SHA1 Message Date
evilhero 547ef919b2 FIX:(#2104) Manual post-proessing a directory of issues of the same series would result in only one issue being post-processed per series (previous commit fix) 2018-10-27 14:01:13 -04:00
evilhero 2759c61d06 FIX:(#2104)(#2093)(#2084) Fix for manual post-processing throwing dupe errors when attempting to post-process issues that have multiple-matches on a given watchlist 2018-10-25 13:43:04 -04:00
barbequesauce 7b49b66bd8 IMP: redirect to login page following logout 2018-10-20 14:12:40 -04:00
barbequesauce 4b44da02ba FIX: remove forms-based login from OPDS 2018-10-20 14:08:41 -04:00
zxvv 598036e226 Change minimum cover JPG image size to 10,000 (reduced from 30,000)
Covers for certain comics using 'poster effect' (no gradients) such as:
https://comicvine.gamespot.com/east-of-west/4050-59366/
have sizes of 26K for large, and 15K for small images.
This reduces the minimum cover JPG data size to 10K bytes.
2018-10-14 15:08:46 -04:00
barbequesauce 052073c28f IMP: add "continuing series" brag line 2018-10-14 15:06:54 -04:00
evilhero 4f069d7d9b FIX:(#2096) datematch referenced prior to assignment when multiple series match during post-processing 2018-10-14 14:46:52 -04:00
evilhero 021dc47fae FIX: Possible fix for 32P not honouring the auto-disable option when invoked, FIX: Annuals would not send notifications with the word annual in them, logging would indicate non-annual items were being post-processed/completed when in fact they were annuals, FIX: ComicTagger would not honour settings.ini file being used for specific settings (also requires usage of 0/1 instead of True/False) 2018-10-10 13:17:24 -04:00
barbequesauce 246484459a IMP: Adding ability to hide alphabetical index 2018-09-20 10:21:39 -04:00
barbequesauce 805dc162ef IMP: Adding ability to hide alphabetical index 2018-09-20 10:21:39 -04:00
barbequesauce 18b5608998 FIX: update opds.py for tiered searches
Changes to the annual table caused annual detection to break.
2018-09-14 09:57:46 -04:00
evilhero 2743e8fad0 FIX: Fixed sort order on Wanted tab so will sort in tier order first, FIX: When using the field in File Format, would always pick January/February regardless of actual publication date, FIX: Quick patch to make sure none of the Wanted issues have a Tier start date of None 2018-09-14 09:53:46 -04:00
evilhero 16ae80c137 FIX:(#2066) When series titles began with the word 'vol', search results would be rejected or incorrectly parsed due to volume testing incorrectly, FIX: Removed the rss feed being logged when retrieving feeds 2018-09-06 12:49:50 -04:00
barbequesauce d6e986af80 FIX: add 5% filesize comparison fuzziness
FIX: add 5% filesize comparison fuzziness to compare against NZBGet reported download size
2018-09-05 10:53:04 -04:00
evilhero f7c1629679 IMP: Tiered wanted list searching - anything older than 2 weeks will only by searched for using RSS and/or manual means (scheduled searches only), IMP: Tiered option viewable in Upcoming tab, FIX: Fixed API searching against WWT option (RSS is still broken however, as that is due to WWT), IMP: Removed cherrypy logging in some instances, IMP: Updated cfscrape library to most recent, FIX: Fixed problem with simliar titles being incorrectly post-processed due to multiple matches when manual post-processing, FIX: Fixed notifications not firing off on a successful manual post-process/folder monitor due to some previous changes, FIX: If grabbag_dir was not set, would not correctly set the location, FIX:(#2051) When using nzbget, if nzbToMylar is enabled along with CDH - warning will be issued within Mylar to indicate as such 2018-08-31 12:03:54 -04:00
evilhero 9fe60b57af IMP: will now log proper newznab name during snatches instead of just referencing as 'newznab', IMP: re-strucutured provider stats so that it's either shown/hidden as desired, FIX: trying to get right provider stats from snatched table as opposed to just using nzblog (which might not cover all providers) - props to bbq for all of this ;) 2018-08-31 11:52:32 -04:00
barbequesauce f336e815a8 IMP: Provider snatch statistics (2/2) 2018-08-23 20:54:20 -04:00
barbequesauce 98e4ddf095 IMP: add grabbag to OPDS server 2018-08-14 19:42:29 -04:00
barbequesauce 137a6f70c4 Typo in host_torznab
per #2052
2018-08-14 19:38:16 -04:00
evilhero 201d86ba4d FIX: (#2047) when using slack, would error on notifying during post-processing due to invalid reference 2018-08-03 16:19:52 -04:00
barbequesauce 41f19fb8f6 Bug: API & user key obfuscation
Hiding the full API & user keys for Pushover from logging
2018-08-02 17:04:48 -04:00
barbequesauce 82d14279aa IMP: handling for empty sent_to in Slack notifs
Better handling when sent_to is not being populated (notification is being broadcast to a channel and not directed to a specific user)
2018-08-02 17:03:10 -04:00
barbequesauce eaf1463142 IMP: re-enable notifications on manual PP
Remove the snatchedtorrent flag that was used to skip notifications for non-snatched files being processed by manual PP / folder monitoring. Justification is in 0-day pack processing, where the individual files on the wanted list are never set to snatched (and therefore no notifications are sent when they get pp'd using manual PP)
2018-08-02 17:01:36 -04:00
evilhero 822fb0b074 FIX: O.Wine.O 2018-08-02 11:50:03 -04:00
misleadingrhino 4350d701e8 Added downloader and source to Slack notification 2018-07-31 16:17:14 -04:00
barbequesauce dc937c8781 Series name namespace clashes: 2 reboots/same year
Namespace clashes when a series reboots more than once in the same year (Unbeatable Squirrel Girl (2015), Spider-Gwen (2015)). Introduced ComicID into the series title and ID - not tremendously user-friendly, but the only real option at this point.
2018-07-31 16:13:40 -04:00
evilhero 47c03c9345 FIX: Fix for PushOver Test Connection option not working 2018-07-31 16:12:07 -04:00
barbequesauce a4e6564170 Update opds.py
IMP: (#2030) Establish unique OPDSRoot to avoid namespace clashes
2018-07-23 15:38:37 -04:00
barbequesauce 1cd3543351 BUG: change comic ID, series ID to avoid namespace collisions 2018-07-23 15:37:25 -04:00
evilhero 76f802c083 FIX:(#2017) variable not defined error when adding a comic and an automatic attempt to get an alternate image was done 2018-07-21 13:28:22 -04:00
evilhero 51fd4fb2fd FIX:(#2024) Annuals were not being recognized when performing a Recheck Files regardless of format being used 2018-07-21 13:15:14 -04:00
barbequesauce 796bfed2e5 Update config.py
BUG: Adding config option to enable table paging reset for pullist
2018-07-19 20:25:44 -04:00
evilhero 5ac745eda7 FIX:(#2019) incorrect variable reference 2018-07-17 09:44:09 -04:00
evilhero 33dc2ef822 FIX: Fix for Story Arc detail not being accessible if story arc was not refreshed prior to attempting to load the detail page 2018-07-12 19:50:55 -04:00
evilhero 2aab239cf6 IMP: Added branch history/revision to configuration GUI so last 5 commits can be viewed from within GUI 2018-07-12 19:06:05 -04:00
barbequesauce 40df1cf574 forgot a '
forgot a '
2018-07-09 17:12:28 -04:00
barbequesauce 23de104392 move reading list update into a try/except
move reading list update into a try/except to avoid errors found when not using reading list functionality.
2018-07-09 16:55:09 -04:00
evilhero aca08c05e5 FIX:(#2012) When importing, if that status of a previous import was 'No Results' would incorrectly display the Select option, When Importing and using the select checkboxes, ComicID's found and listed for the series selected were not being passed and weren't being used during the import sequence as a result 2018-07-09 16:37:28 -04:00
Giao Phan 22de99943b OPDS enhancements
Fix bug for reading list
Mark a comic as read if it's downloaded through the OPDS feed
Reading list will not show Read comics
2018-07-07 14:57:40 -04:00
evilhero 69e7fa7ef8 FIX:(#1637) Telegram notification on snatch would cause traceback error 2018-07-07 14:29:42 -04:00
evilhero 1a71893e3e FIX: (#2006)(#1986) Auto-Want series were not being auto-added, and even after manually added would result in count error after sucessful post-processing, FIX: When filechecking, if a 'special' was included as part of the annuals of a given series, it would not be detected, IMP: (#1982) When ComicRN & Completed Download Handling (CDH) are both enabled, will now check to see if ComicRN is active for the given category in the respective client. If it is, CDH will not post-process and issue a warning and let ComicRN handle the post-processing, FIX: Fixed a utf-8 encoding error when 'Run script AFTER snatch' was enabled, FIX: (#2004) Possible fix for 500 error on Wanted tab, when series had an annual/special attached but was located in the incorrect table, FIX: Removed some logging lines when CDH is monitoring downloads 2018-06-30 14:35:52 -04:00
evilhero ba59f9e85a FIX:(#2010) When searching 32P, would not properly locate series that were not searched previously (recent bug) 2018-06-30 14:24:24 -04:00
evilhero 554a136dc2 FIX: (Annual-Integration) Fix for auto-detection of annuals/specials of watchlisted series that have not been added to the annuals portion of the series but are new to the weekly pulllist 2018-06-29 12:52:37 -04:00
evilhero 94980a0252 FIX: Fix for duplicate scheduler entries appearing in Activity/Jobs tab 2018-06-28 16:34:36 -04:00
evilhero 1d82dd0dfb FIX: attempted fix at invalid provider test returns (newznab-based) 2018-06-28 13:04:28 -04:00
evilhero 8932e6e665 FIX: fix for invalid time command when searching 2018-06-28 12:42:40 -04:00
evilhero fe14613056 FIX: removed some INFO logging lines during search scan 2018-06-21 11:57:23 -04:00
evilhero 40ce962cc7 FIX: fix for some post-processing problems during manual post-processing where pp would stop/cause error, FIX: Fix for nzbget related problems (both ComicRN & CDH) 2018-06-20 14:18:49 -04:00
evilhero 87712914bf FIX: fix for indentation error in last PR 2018-06-19 10:18:06 -04:00
zxvv abafe08f1d add nzbid to "Something went wrong - maybe you should retry things" message
this may help less familiar users follow a sequence of log messages for a given nzbid.
2018-06-19 10:13:48 -04:00