Commit Graph

1464 Commits

Author SHA1 Message Date
evilhero 9683646d8c FIX: another variable fix for post-processing 2019-02-01 17:30:16 -05:00
evilhero 350a5c2045 FIX: variable fix for post-processing 2019-02-01 17:21:20 -05:00
evilhero 5a98e4f4a2 FIX: fix for missed variables in last commit 2019-02-01 17:07:54 -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 2220d04755 FIX:(#2181) Fix for incorrect sub-path when manually post-processing issues 2019-01-31 13:40:15 -05:00
evilhero 5016fe1b02 FIX:(#2179) Fix for post-processing failing when comparing against story arcs 2019-01-31 09:30:33 -05:00
evilhero 43ca4825e5 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 search-result constraint with regards to matching 2019-01-30 17:08:30 -05:00
Toby Nieboer ccbe865f68 Misc typos in init-scripts/systemd/read.me 2019-01-29 11:36:30 -05:00
Mark Beznos d9aacb147d Update login.css
switched to using https to avoid console warning when mylar served over http
2019-01-29 11:33:44 -05:00
evilhero c3370af4ae Update issue templates for bug reporting 2019-01-29 11:23:39 -05:00
evilhero b5e87992f8 FIX:(#2088) Fix for search erroring out when searching for issue numbers with decimal places, and/or alpha-numerics within, FIX: Fixed a DDL post-processing problem where it would not pass the full path back to the post-processing call, FIX: Added some more exception logging to aid in future DDL search-related problems 2019-01-27 11:46:59 -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 da2de2feab FIX: Fix for DDL Size incorrectly being parsed 2019-01-23 14:17:53 -05:00
evilhero bb9f641727 FIX: Fix for DDL trying to parse a pack result and not recognizing the 2 size formats 2019-01-23 13:42:39 -05:00
evilhero 02d805d4bd FIX: Fix for DDL attempting to parse issue year from results that did not contain an issue year, FIX: (#2172) Attempt to fix config page not displaying branch history due to non-English locale which resulted in unicode error 2019-01-23 13:15:28 -05:00
evilhero 0cfe3e22e0 FIX: When adding TPB/GN series that collects other TPB series, would incorrectly attempt to find an issue number resulting in an error 2019-01-23 13:12:54 -05:00
evilhero f53ad0fe71 FIX:(#2173) Post-Processing via ComicRN/CDH would fail due to invalid reference 2019-01-22 22:08:40 -05:00
evilhero 05f3eb4ad8 FIX:(#2156) On Windows, git would return error when viewing configuration page and display None for branch history, FIX: When manual post-processing and SABnzbd was enabled, in some cases would mistakingly try to post-process using some sabnzbd options, IMP: Added the [__ISSUEID__] option for post-processing files that will not pp/scan/etc. Add the issueid to the end of the filename in the format of [__123456__] and Mylar will post-process the issue directly to that issueid and ignore any verification checking (it will also remove the [__123456__] from the filename after post-processing), IMP: Added sabnzbd version to Test SABnzbd output, and if SAB is too low of a version, will remove Completed Download Handling as an option and provide warning indicating as such 2019-01-22 10:16:13 -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 340f4b62b7 FIX: Fix for lone unicode character being mistakingly represented as an issue number during some post-processing scans, FIX: set INFO logging lines to DEBUG when performing RSS search 2019-01-17 14:42:51 -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 464c8c69b1 FIX: small fix for DDL post-processing 2019-01-17 09:25:17 -05:00
evilhero d08b56a4ff FIX: Fix for manual post-processing failing due to previous commits 2019-01-16 17:43:38 -05:00
evilhero 74767215fb Various fixes for DDL option 2019-01-16 17:09:51 -05:00
evilhero 4af50e44a2 FIX: removal of the 'i:' logging line when searching 2019-01-16 16:03:33 -05:00
evilhero 2509c43b2e FIX: Fix for using DDL and attempting to poll against RSS, FIX: Fix for using DDL and having it iterate over all possible permutations of the issue number instead of just using one 2019-01-16 15:01:33 -05:00
evilhero 0fe9a5a800 IMP: Added DDL option to available download provider options. 2019-01-16 14:32:37 -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 52788daf26 FIX:(#2163) Disabled configuration options on the Story Arc Details page since they can only be set from the Story Arc main page, FIX: Removed Update button from Story Arc Detail pages as was no longer needed 2019-01-16 12:10:28 -05:00
evilhero d2e03646d2 FIX: Fix for TPB/One-Shot file rechecking expecting an issue number, but one not being present due to the type 2019-01-14 21:52:53 -05:00
evilhero 8a350ba231 FIX:(#2165) fix for Experimental Search not returning results 2019-01-14 16:54:41 -05:00
evilhero c9f6d99bc7 FIX:(#2166) When post-processing issues that exist with more than one volume and the issue numbers are identical, in some cases would incorrectly take the wrong series if both series volumes existed in an watched arc 2019-01-14 14:07:04 -05:00
evilhero 82bd567c32 FIX: When Rechecking series that are One-Shots, and the filename did not contain an issue number would cause an error and not scan in, FIX: if a Special did not contain an issue number (ie. One-Shot), would fail during parsing 2019-01-14 10:54:54 -05:00
evilhero 313f60195d FIX: updated forked-CT version to 1.25.2 2019-01-14 09:54:23 -05:00
evilhero d7dde8e6c2 FIX:(#2167) Fix for parser passing back trapped exception error messages during file parsing of files that contained the word 'of' 2019-01-14 09:48:13 -05:00
evilhero 88bfe29d28 FIX:(#2158) Fix for metatagging on systems where rarfile was attempted to load from the incorrect source location 2019-01-14 09:46:48 -05:00
evilhero 0733aa0f39 FIX: When series description had the word 'after the' followed by a CVID, would incorrectly assume it was a different edition type instead of a Print Edition, IMP: Added keywords dict to help maintain the description words to avoid in cases like the above 2019-01-12 13:12:41 -05:00
evilhero 90022b6013 FIX: When manual post-processing (or Folder Monitor), and items were matched via name, but failed in another aspect - in some cases, it would remove a previous successful match from the list to be actually post-processed resulting in fewer items post-processing, FIX: Modified logging lines when marking an issue as wanted to indicate that the item is being queued for a search, not an immediate search in some instances 2019-01-11 17:32:31 -05:00
evilhero e1a1d3fea8 FIX: When post-processing and verifying series that had more than one match on watchlist, would error out if comparing TPB to print, and/or vice-versa, FIX: When searching using 32P and the series pack option was not enabled, would incorrectly parse the pack information as a valid result 2019-01-10 14:49:12 -05:00
evilhero 625a36abe7 FIX:(#2164) When adding TPB series with collected information in the description, if there were bulleted items in the description in some cases would cause an error, FIX: When searching for TPBs, would incorrectly reference a portion of the publication date as the issue # when logging, FIX: When searching for TPBs make sure to only remove the issue number for relevant search queries, FIX: Adjust the parser to use correct hyphens instead of unicode version in all usable instances 2019-01-09 11:12:00 -05:00
evilhero a09ac48951 FIX:(#2148)(#2150) Auto-Search would get locked up after an RSS scan ran, which basically stopped any subsequent searches from firing off correctly until a restart, FIX:(#2159) Could not locaate files when trying to filecheck normal issues that had no year present, but had a Vxxxx present 2019-01-04 10:12:02 -05:00
evilhero 51d81b17d5 FIX: Fix for some series being determined as a One-Shot, instead of a Print due to how the description was parsed 2019-01-03 12:07:41 -05:00
evilhero 5899c5277d IMP: when post-processing/filechecking/searching, will now check to see if the word 'part' is used in lieu of the word 'volume' (ie. part 01) and if the series is a TPB/GN will accept it as match 2019-01-02 21:43:54 -05:00
evilhero 9579a39c36 FIX: When post-processing issues that are specials, in some circumstances would not properly account for the word special as being part of the title, and not part of the issue number 2018-12-29 11:16:11 -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 d9ce193630 FIX: When performing a force search, or letting the auto-search hit - the searchlock would not release properly in some instances which would result in a locked search queue and no searches being performed, FIX: The pullist would sometimes default down to the wrong value as it was set to the wrong initial value 2018-12-28 21:36:31 -05:00
evilhero 0c9ed00a13 IMP: Added 'Force to TPB/GN' option for printed editions and 'Force to Print' option for TPB/GN's (this WILL impact how files are scanned in - so make sure you have files named appropriately), IMP: Added One-Shot as a Type, FIX: Fixed incorrect variable reference to seriesvolume during post-processing of TPB series, FIX: Fixed refresh to fire off every 5 minutes, FIX: When post-processing and metatagging a cbz file with rename files not enabled, would indicate the new filename as being a copy of the existing file (ie. (1).cbz) which would carry over to a final filename, IMP: Allow Mylar to populate the alias list on add/refresh of a series if the aliases don't already exist in the Alternate Series field for the series, FIX: Fixed a problem with single quotes in series titles when using experimental search,
IMP: When searching for a one-off series, will accept either issues with an issue number or those with no issue numbers as acceptable search results when searching,  IMP: Updated search code to utilize the existing filename parser within Mylar when parsing the search results for more consistency
2018-12-22 17:48:14 -05:00
evilhero b89ec1ad2c FIX: Fix for some post-processing issues not being post-processed due to some parsing-related problems, IMP: Added a refresh check during post-processing matching - if a series is a match but the issue being post-processed doens't exist in Mylar yet, will refresh the series to see if anything has been udpated and then try to continue if the new information was retrieved successfully 2018-12-20 10:58:34 -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 5503a363ba FIX: Fix for filechecker returning traceback on some invalid date patterns, FIX: When a title contained the word special, but was not a part of a series (ie. annual integration) would fail to recognize it for post-processing 2018-12-10 12:05:42 -05:00