Commit Graph

203 Commits

Author SHA1 Message Date
evilhero 59ae202789 FIX: Fix for CDH looping endlessly when failing to locate item in downloader client history 2019-02-21 13:56:21 -05:00
evilhero e0f62ba173 FIX: Corrected issues in an arc being set to None when initially adding an arc, IMP: Changed arc searches & one-off pull-list searches to both use the search-queue, and other queues as required, IMP: Changed 'search for missing' in the arc options to follow search-queue workflow, IMP: Allowed arcs / pullist one-offs to be searched based on one-shot inclusion (ie. no issue number for one-shot issues), IMP: formatted logging lines for arcs to avoid logging errors, IMP: added code to allow requeuing of ddl downloads that fail to resume from point of failure, IMP: added code to display current percentage of ddl progress, IMP: added 'clear status' option to arc details to clear current status of a given issue within an arc, FIX: allow for series within an arc that don't populate a year properly to still have a year designated, IMP: Removed SSL tick box from rtorrent GUI configuration. If previously enabled, will auto-correct host to use https upon initial startup if required,
IMP: When adding a series, if there's only one issue available (and it's not ongoing) - mark it as one-shot edition to allow for snatches with no issue number,
IMP: Ignore Week+/Week packs for the time being when using the DDL provider option, FIX: When weekly pull could not be retrieved, would drop to alt_pull=0 option temporarily. If config was saved, would overwrite current alt_pull setting and cause subsequent problems when retrieving the pull, FIX: Fixed some post-processing problems when post-processing story-arc issues
2019-02-19 12:02:05 -05:00
evilhero 41e5f42471 FIX:(#2179) Post-processing item would fail if match would occur on story-arc check, FIX: Fixed some sub-directory problems when doing various types of scans, IMP: Added booktype to filechecker parsing results, FIX: When downloading via DDL, would not adhere to the booktype as a restraint, IMP: Pack support added for DDL (available as a per series option), IMP: Added BookType & Aliases to the arc's section which will impact how issues/series are searched/post-processed/cheked when they're an issue from an arc, IMP: Initial codebase for the a queue manager section, IMP: Write DDL-Queue data to the sql table so that stalled/broken downloads can be resumed/deleted etc eventually, FIX: If a filename didn't have a valid issue number and it is a Print Edition, will now throw a warning indicating other options to try instead of causing a traceback, IMP: Updated snatch notifications so the notification header will just say 'Issue Snatched' with a brief description, FIX: Removed multiple import db lines from the helpers module, IMP: cleanup_cache variable (true/false) added to config section which will initiate a cleanup of items in the cache directory on startup which will remove items that are no longer needed, IMP: Changed some logging string concatenation lines to try and avoid traceback errors due to logging 2019-02-01 16:25:24 -05:00
evilhero 42f7e065da FIX: fix for DDL not parsing pack size properly which resulted in search error 2019-01-23 15:05:02 -05:00
evilhero 2bee5d4657 FIX: When loading item from ddl queue, would throw an error due to an invalid reference 2019-01-17 21:35:27 -05:00
evilhero 319d7f7f54 FIX: more general fixes for DDL option, IMP: Added DDL Queue so items hitting the DDL provider option will be queued in sequence for downloading & immediate post-processing thereafter 2019-01-17 13:22:36 -05:00
evilhero 74767215fb Various fixes for DDL option 2019-01-16 17:09:51 -05:00
evilhero ba011cc659 FIX:(#1519) Allow for scanning/checking of files whose issue numbers indicate seasons (must be numbered as #Winter, #Summer, #Spring, or #Fall) 2019-01-16 14:23:04 -05:00
evilhero a6fc3aac28 FIX: Monkey-patch for week 52-2018 pull being empty instead of starting on week 0-2019, FIX: Incorrect variable reference in search_queue when manual searching, FIX: If series start year was 2018, and first issue was in 2019, publication date would incorrectly use 2018 as the start year 2018-12-29 10:22:52 -05:00
evilhero 75d77546fe FIX: if 32p was disabled due to inability to signon, would still attempt to retrieve cached result when match occured which would then possibly result in excessive attempted logins, IMP: Added Force Type option to comicdetails page which will allow the type of series to be forced to TPB/GN format if Mylar is unable to decipher it under normal circumstances (doing this will affect how files are parsed for the given series), IMP: TPB/GN File Parser will now account for mutiple issues of the same TPB series within the given directory, IMP: When enabling/disabling Force Type, will rename existing folder to accomodate new naming folder convention if required, IMP: Started to move some of the file rename/manipulation modules into a filer.py module for more consistency, IMP: Added a to Folder Format which when triggered will use the designated Series Type, IMP:(#2130) When importing, option now available for the final series destination path to use the imported path location instead of defaulting to the Comic Location base folder - status will be no longer be Archived in such cases. Will also not show previous imported series on subsequent import runs if the import directory has not changed (thnx @CuddleBear92), IMP: Added the codebase for a Rename Preview option into the mix - GUI available, but not linked, FIX: Removed DEM from RSS scans when Public Torrents option is enabled, FIX:(#2137) When adding series, if series indicated date in a different format other than just numeric, would cause error 2018-12-10 12:27:53 -05:00
evilhero 8913ba6e61 FIX:If Annual Integration was enabled, then disabled - annual references might remain for some series and cause the Already in Library to be shown when trying to add annuals individually to the watchlist. 2018-11-30 14:23:05 -05:00
evilhero f63e746280 IMP: Added TPB/GN detection for file parser, IMP: Added TPB as a booktype to series detail page, IMP: Added to format options for Folder Formatting which would denote either TPB or GN, IMP: If detected as a TPB/GN volume, will display the series/issues that are contained within - if they exist on your watchlist, they will be clickable links, IMP: Weeklypull set to display TPB/GN's when option is configured (backend change), IMP: Added proper detection for filenames that have mini-series designations within them ie ( '(of 04)' ), IMP:(#2102) detect decimal issues that also contain unicoded numbering, IMP: Proper handling of filenames that have '38 p' or the like to denote number of pages in issue, FIX: Removed forceful reference to lib.requests when using WWT, IMP: If an issue has a digital release prior to the actual print release, will now look at either date when attempting to reference if a successful match when post-processing/searching, IMP: Issues that also have digital release dates will be indicated on the series detail page as such, IMP: Added job completion notifs for refreshing/adding story-arcs, deleting directories, IMP: Main Home page will display if a given volume is a TPB/GN if determined, IMP: Reworded 'Search for Watchlist matches' to 'Search for Watchlist Matches/Recheck Files' for more clarity, FIX: Fixed story-arc posters causing some text boxes to overflow 2018-11-29 14:59:34 -05: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
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 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 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 fe14613056 FIX: removed some INFO logging lines during search scan 2018-06-21 11:57:23 -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
evilhero 2623bbcbaf IMP: Updated CT to a newer version - changed to use rarfile, fixes size invalid errors with some cbr's encountered during conversions, IMP: Search and Post-Processing Queues now added in order to queue up all searches/post-processing in sequence instead of loading lists and iterating through it and encountering various lock-related errors, IMP: In most cases, will now post-process directly against comicid/issueid/storyarcid instead of relying on relationship via nzb/torrent, FIX: realigned some checkboxes on series detail page, FIX: in configuration, indicated that ComicRN cannot be used when Completed Download Handling is enabled for a client now, FIX: Fix for issues named as 'special' that are part of the annuals section, but would not work in various portions (also will allow for naming differences in the future hopefully), FIX: Will now trap error properly when file cannot be located during dupecheck so that post-processing can continue without error, FIX: Fixed newznab test option on configuration screen so that it will return the correct response (previous was an invalid api endpoint), FIX: When retrieving image for storyarcs would error when no image was present and stop the process, FIX: accounted for some incorrect newznab responses that would return a non-api endpoint when retrieving via rss, which resulted in invalid nzbs, FIX: in some cases, weekly pull snatches would not update properly on the weekly page due to some db values not being written 2018-06-14 13:07:39 -04:00
evilhero 47b475702e FIX: callback value was not set on secondary dupecheck pass 2018-05-01 16:28:10 -04:00
evilhero d6cecceaba FIX:(#1936) Possible fix for post-processing archived issues getting stuck in an infinite loop/crash 2018-05-01 10:38:56 -04:00
evilhero a895f3f8d3 FIX:(#1905) Unicode errors when logging and system language is not a subset of english, IMP: Added post-processing queue (currently just for forceProcess api, but will be used by default for all post-processing actions soon), IMP: Multiple Torznab support added, IMP: Logging values for number of files and size/file added to config, IMP: Pushover notifications can be sent to specific device now, IMP: Added nzbget, newznab, nzb.su and dognzb test options, IMP: Added graphical checkmark/x when performing various tests (providers, downloaders, notifiers) within configuration, IMP: Removed some more unnecessary logging lines from searches 2018-04-06 13:46:39 -04:00
evilhero 6f57c19290 FIX: corrected exception catch for post-processing move/copy failures so that it logs from correct location 2018-04-04 14:26:39 -04:00
evilhero b0d2ab5430 IMP: Added 0-day pack support for 32p (definitely beta quality), FIX: Reconfigured post-process api to allow for direct post-processing of issues/packs directly to either issueid/comicid as appropriate, FIX: Removed some unnecessary logging, IMP: Added better error/logging handling for 32p authentication (will now return proper error instead of a generic message), FIX: auto-snatch environment variables set to use temporary values instead of reusing incorrect globals 2018-03-22 10:00:34 -04:00
evilhero 96b5ec55c8 FIX: fix for environment variables being retained incorrectly over time 2018-03-16 16:12:45 -04:00
evilhero 7fe9fa7e78 IMP: Added nzo_id reference to on-snatch call for sabnzbd snatches 2018-03-16 14:15:45 -04:00
evilhero dbb36711bb FIX: misspelt logo location 2018-03-07 14:08:13 -05:00
evilhero 5553e940a0 FIX: When dupchecking and file-size was being returned as 0, would result in an assumed archived status and not post-process - now will recheck existing series dir if required, and run dupechk thereafter, FIX: Post-process was not updating file-size of post-processed issue 2018-03-07 10:02:48 -05:00
evilhero 45ce2bd993 FIX:(#1880) Gzip module was not being called when trying to download image 2018-03-06 14:29:09 -05:00
evilhero ae3aa9f75b FIX:(#1880) When adding a series, would sometimes generate a NameError 2018-03-05 12:35:15 -05:00
evilhero e35e36efd1 FIX:(#1879) When searching for Story-Arcs, would return an error message in some instances due to an improper variable mismatch, FIX: Story-Arc search results would always return the Year as being None 2018-03-05 12:25:36 -05:00
evilhero 6f4b5688a4 FIX: fix for auto-snatch not being clickable on weeklypull, IMP: Took publisher logo workflow and moved it from html into helpers.py, IMP: Added/Updated some of the publisher logos, FIX: Corrected mis-match table entry on choose download option, FIX: Refresh Series will now reload the screen after completion, FIX: Removed some unnecessary logging lines from cmtagmylar 2018-03-01 14:49:30 -05:00
evilhero 24512d60de FIX: Fix for storyarcs not honoring the storyarc directory option when toggled off on arc detail pages (which would also call errors during post-processing). It is a global setting, and as such is only available for toggling now on the story arc main page, FIX: Story arc settings were not being updated when clicking on the Update button 2018-03-01 11:44:29 -05:00
evilhero 8de481431d IMP:(#1689) Added rename option to the Manage Comics dropdown selection, FIX: Removed spam logging line from search displaying at INFO level, IMP: Added a few exception/catch spots when importing and using the 'do not move' option for better troubleshooting 2018-02-26 11:45:33 -05:00
evilhero a1709db0a7 FIX: (#1864) Fix for cleanup not removing original location of file & folder, regardless of method, FIX: Choose Download from weekly pull would not return valid results if series had a Volume listed on the page, IMP: Fix for 32p referencing incorrect search results if publisher was set, FIX: other small code changes that would cause various errors on some systems, but I can't remember them all atm - cause, snow. 2018-02-23 13:32:01 -05:00
evilhero cc7d0a31fe FIX:(#1861) Freespace check would not run on Windows-based OS 2018-02-21 10:11:36 -05:00
evilhero 9c93d29c81 FIX: Added catch exception to having a blank publisher name as a result of a failed refresh sequence 2018-02-18 13:57:22 -05:00
evilhero 4cce202fe4 FIX: fix for previous commit/typo 2018-02-18 11:32:35 -05:00
evilhero f2d4926947 FIX: if refresh series would fail, creates None values for latest date that causes problems thereafter 2018-02-18 11:14:59 -05:00
evilhero 0ff38c164e IMP: Added Choose specific Download option to manually select from result list on Upcoming/Details/Weekly tabs, IMP: Added Wanted storyarcs to the overall Wanted section so now will search as per global options (storyarc issues can be displayed optionally on Wanted tab), IMP: Added custom url option for image banners/posters for storyarcs, IMP: updated Cherrypy, FIX: Fixed ComicRN not working when forms authentication used - in conjunction updated autoProcessComics to 2.0 which now uses apikey instead of user/pass, IMP: Alternate Series Covers option for alternating existing series image to the most current issue image, IMP: Added overall series total to series page for reference, IMP: Search workflow completely changed to accomodate more than one indexer - now will simultaneously sumbit initial request to each provider, wait 30s submit additional as required at 30s intervals, FIX: Removed TPSE as an option and relabelled to just Public Torrents, IMP: Added direct backlog search to WWT option (pack support will follow), FIX: Removed line about configparser being required for ComicTagger usage, IMP: Test code in place for newzab testing, FIX: Fixed layout problem with torrents that are in auto-snatch status on weekly tab, IMP: backend code improvements to allow for better alias usage and annual linking directly from WS, IMP: Updated systemd init-scripts with read.me, IMP: When post-processing, will now check for available destination free space before actually moving files, IMP: Will copy during metatagging to cache folder instead of move being an option so cleanup is cleaner if something fails, FIX: Changed readinglist table to storyarcs for clarity, IMP: When post-processing issues, will now only update the one issue status and adjust totals accordingly (instead of doing a complete rescan of the series), FIX: Clear out empty ID's from the Failed DB on startup, IMP: Initial code-run at REST API interface, FIX: Fixed some matching problems with 32p due to case, IMP: removed apikeys from log entries that were accidentally logging, IMP: When searching 32p, if items get packed up - will now delete the cached reference so new items of the same can be located, IMP: ForceSearch option switched to scheduler so simultaneous runs should not occur, FIX: Fixed manual metatagging error that would occur if multiple destination directories existed 2018-02-16 14:57:01 -05:00
evilhero 4e66e093a7 FIX: fix for This Week tab Previous/Next week arrows not referencing the correct week properly 2018-01-05 22:24:20 -05:00
evilhero b29a732f28 FIX:(#1796) When renaming issues, if issue number was not a non-padded number and annuals were enabled would not return valid results, FIX: (#1796) When searching against CV with multiple common terms, would improperly remove characters without adjusting for previous changes 2017-12-13 10:40:43 -05:00
evilhero d438584ab0 FIX: Improved pack support - will now properly determine issue numbering sequence across packs that contain both a range and individual issues (ie. '1-4, 0') 2017-12-03 12:47:40 -05:00
evilhero a5db9d61a8 FIX: NZBGet auto-complete would fail silently even after sending to client, FIX: If both SAB & NZBGET completed download handling were enabled, would incorrectly queue against the wrong item, FIX: Config entry was located under an incorrectly named section, IMP: Config module can now move values across renamed values/sections and clean up erroneously named ones via dict, IMP: Improved manual PP-speed when combined with torrents as will now just scan the directory for previous completion vs scanning and parsing, IMP: Auto-snatch can now snatch previously Snatched torrents manually via Manage Issues tab or Weekly tab, FIX: Already in Library option in search results would use the incorrect value for the localized link 2017-12-01 17:10:20 -05:00
evilhero 28666178f2 FIX:(#1788) pull-list would result in microseconds error 2017-11-25 20:14:44 -05:00
evilhero ea34294006 FIX: Fix for startup errors on clean installs referencing scheduler variables 2017-11-25 20:03:43 -05:00
evilhero 05a3c49c65 FIX:(#1784) On new installations, pull-list tab would give a float error due to some improper trapping of variables 2017-11-25 15:56:29 -05:00
evilhero 7421ffb12d FIX:(#1776) If newznab provider does not have the rss url on the same url as the api, rss would always return 0 hits. Now will try to use rss url first, and if fails diretly query the api for the last 100 items, IMP: Will now disable nzb provider that returns a 503 in response to a query (timed feature coming), FIX: Some issues arose when 0 providers were enabled after disabling, as well as if torrents were disabled but the torrent provider was enabled, IMP: Removed some unnecessary logging when peforming provider order search sequence 2017-11-22 13:23:52 -05:00
evilhero a6ee85c9ae Added Paused status to weekly pull list to show series that are in a Paused status, but would have been marked as Wanted otherwise 2017-11-18 14:32:30 -05:00