Commit Graph

  • 47ea602422 FIX: Change qBt resume_all to a POST operation. Arathen 2019-02-13 00:52:36 +1100
  • 96851510a5 IMP: Update all qBittorrent WebAPI paths for client v4.1.0+. IMP: New functions to add torrents to qBittorrent by URL and file. IMP: Remove variable to distinguish between old and new WebAPI in qBittorrent Arathen 2019-02-13 00:46:12 +1100
  • 954369f7b0 IMP: Change qBittorrent start-on-load from two-way force/pause start, to a three-way force/pause/default start. IMP: Add variable to distinguish between old and new WebAPI in qBittorrent Arathen 2019-02-05 18:32:08 +1100
  • 71079ecd37 FIX: Change qBt resume_all to a POST operation. Arathen 2019-02-13 00:52:36 +1100
  • 51ecfab5e7 IMP: Update all qBittorrent WebAPI paths for client v4.1.0+. IMP: New functions to add torrents to qBittorrent by URL and file. IMP: Remove variable to distinguish between old and new WebAPI in qBittorrent Arathen 2019-02-13 00:46:12 +1100
  • d4e930d4a6 FIX:(#2195) When adding a TPB/GN series that is missing a html id within the description field would error when attempting to parse the description properly evilhero 2019-02-11 17:04:28 -0500
  • 6e762281f3
    IMP: Add schema to Rtorrent tooltip barbequesauce 2019-02-11 12:53:19 -0500
  • 63dc7bf0ba FIX: Post-processing queue was not being initialized if the mylar API was not enabled evilhero 2019-02-11 11:21:16 -0500
  • 33c09924f6 FIX:(#2184) Possible fix for correct issues being rejected from search results due to an invalid booktype evilhero 2019-02-07 13:11:02 -0500
  • 56706f2ac6 FIX: Fix for refresh not honouring the alternate_latest_series_covers option properly, FIX: When adding a series, if the series had a start year with a ? in it, would error out, IMP: Added more columns to the ddl_info table evilhero 2019-02-07 12:46:46 -0500
  • 6c487d5c54 FIX: Added some additional error codes for pull-list retrieval, FIX: Fixed cache-cleanup not indicating how many items were successsfully cleaned evilhero 2019-02-05 13:14:02 -0500
  • e891aa5e27 FIX: Fix for 32P logon problems due to security changes evilhero 2019-02-05 13:12:33 -0500
  • 1032db735a FIX: Fix for logging error when matching post-processing issues with no issue number evilhero 2019-02-05 10:09:36 -0500
  • 8108758a45 IMP: Change qBittorrent start-on-load from two-way force/pause start, to a three-way force/pause/default start. IMP: Add variable to distinguish between old and new WebAPI in qBittorrent Arathen 2019-02-05 18:32:08 +1100
  • 5fc5d17a1c FIX: Trying to fix O. evilhero 2019-02-04 13:54:37 -0500
  • 101e6aa755 FIX: fixed cache folder being publically exposed, FIX: added .secure folder and move cookies into secured location as required evilhero 2019-02-03 15:03:40 -0500
  • ab4e87363e FIX: fixed cache folder being publically exposed, FIX: added .secure folder and move cookies into secured location as required evilhero 2019-02-03 14:41:11 -0500
  • 2ef166cd20
    Merge pull request #1 from evilhero/development barbequesauce 2019-02-02 19:12:24 -0500
  • 6b6ab8d285 FIX: fix for DDL provider throwing an error when searching and no issue number present (ala one-shot issue) evilhero 2019-02-02 17:11:09 -0500
  • 99241f700a IMP: Added One-Shot as a type to weekly pull, allows for weekly one-offs to work as expected with one-shot issues, FIX: Fixed dbUpdater start sequence line to be logged so it's not just saying Update Completed evilhero 2019-02-02 16:18:57 -0500
  • 5df40f07b6 FIX: Fix for logging error during post-processing evilhero 2019-02-02 16:17:39 -0500
  • 039ebc3d75 FIX: Fix for typo in PostProcessor evilhero 2019-02-02 00:46:14 -0500
  • 9ca2c3b47d FIX: Added more verifications (date/volume/year) when story-arc post-processing is being performed evilhero 2019-02-02 00:33:19 -0500
  • cf2c066d22 FIX:(#2183) Fix for pack information not being present when searching nzb providers evilhero 2019-02-01 20:46:03 -0500
  • 92a60760a0 FIX: Get rid of 'Site' error when searching non-torrent/ddl related sites evilhero 2019-02-01 20:13:58 -0500
  • 9683646d8c FIX: another variable fix for post-processing evilhero 2019-02-01 17:30:16 -0500
  • 350a5c2045 FIX: variable fix for post-processing evilhero 2019-02-01 17:21:20 -0500
  • 5a98e4f4a2 FIX: fix for missed variables in last commit evilhero 2019-02-01 17:07:54 -0500
  • 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 evilhero 2019-02-01 16:25:24 -0500
  • 2220d04755 FIX:(#2181) Fix for incorrect sub-path when manually post-processing issues evilhero 2019-01-31 13:40:15 -0500
  • 5016fe1b02 FIX:(#2179) Fix for post-processing failing when comparing against story arcs evilhero 2019-01-31 09:30:33 -0500
  • 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 evilhero 2019-01-30 17:08:30 -0500
  • ccbe865f68 Misc typos in init-scripts/systemd/read.me Toby Nieboer 2018-11-22 12:14:24 +1100
  • d9aacb147d Update login.css Mark Beznos 2019-01-25 00:14:14 -0500
  • 219da1b4e7 Update issue templates for bug reporting evilhero 2019-01-29 11:19:58 -0500
  • c3370af4ae Update issue templates for bug reporting evilhero 2019-01-29 11:19:58 -0500
  • 9fecd519fd
    Update issue templates for bug reporting evilhero 2019-01-29 11:19:58 -0500
  • 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 evilhero 2019-01-27 11:46:59 -0500
  • 03696fc3ea
    Update login.css Mark Beznos 2019-01-25 00:14:14 -0500
  • 42f7e065da FIX: fix for DDL not parsing pack size properly which resulted in search error evilhero 2019-01-23 15:05:02 -0500
  • da2de2feab FIX: Fix for DDL Size incorrectly being parsed evilhero 2019-01-23 14:17:53 -0500
  • bb9f641727 FIX: Fix for DDL trying to parse a pack result and not recognizing the 2 size formats evilhero 2019-01-23 13:42:39 -0500
  • 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 evilhero 2019-01-23 13:15:28 -0500
  • 0cfe3e22e0 FIX: When adding TPB/GN series that collects other TPB series, would incorrectly attempt to find an issue number resulting in an error evilhero 2019-01-23 13:12:54 -0500
  • f53ad0fe71 FIX:(#2173) Post-Processing via ComicRN/CDH would fail due to invalid reference evilhero 2019-01-22 22:08:40 -0500
  • 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 evilhero 2019-01-22 10:16:13 -0500
  • 2bee5d4657 FIX: When loading item from ddl queue, would throw an error due to an invalid reference evilhero 2019-01-17 21:35:27 -0500
  • 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 evilhero 2019-01-17 14:42:51 -0500
  • 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 evilhero 2019-01-17 13:22:36 -0500
  • 464c8c69b1 FIX: small fix for DDL post-processing evilhero 2019-01-17 09:25:17 -0500
  • d08b56a4ff FIX: Fix for manual post-processing failing due to previous commits evilhero 2019-01-16 17:43:38 -0500
  • 74767215fb Various fixes for DDL option evilhero 2019-01-16 17:09:51 -0500
  • 4af50e44a2 FIX: removal of the 'i:' logging line when searching evilhero 2019-01-16 16:03:33 -0500
  • 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 evilhero 2019-01-16 15:01:33 -0500
  • 0fe9a5a800 IMP: Added DDL option to available download provider options. evilhero 2019-01-16 14:32:37 -0500
  • ba011cc659 FIX:(#1519) Allow for scanning/checking of files whose issue numbers indicate seasons (must be numbered as #Winter, #Summer, #Spring, or #Fall) evilhero 2019-01-16 14:23:04 -0500
  • 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 evilhero 2019-01-16 12:10:28 -0500
  • d0ce300f72 Merge branch 'development' evilhero 2019-01-14 22:00:01 -0500
  • d2e03646d2 FIX: Fix for TPB/One-Shot file rechecking expecting an issue number, but one not being present due to the type evilhero 2019-01-14 21:52:53 -0500
  • 8a350ba231 FIX:(#2165) fix for Experimental Search not returning results evilhero 2019-01-14 16:54:41 -0500
  • 3c3db4110b Merge branch 'development' evilhero 2019-01-14 14:07:58 -0500
  • 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 evilhero 2019-01-14 14:07:04 -0500
  • 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 evilhero 2019-01-14 10:54:54 -0500
  • 313f60195d FIX: updated forked-CT version to 1.25.2 evilhero 2019-01-14 09:54:23 -0500
  • d7dde8e6c2 FIX:(#2167) Fix for parser passing back trapped exception error messages during file parsing of files that contained the word 'of' evilhero 2019-01-14 09:48:13 -0500
  • 88bfe29d28 FIX:(#2158) Fix for metatagging on systems where rarfile was attempted to load from the incorrect source location evilhero 2019-01-14 09:46:48 -0500
  • 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 evilhero 2019-01-12 13:12:41 -0500
  • 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 evilhero 2019-01-11 17:32:31 -0500
  • 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 evilhero 2019-01-10 14:49:12 -0500
  • 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 evilhero 2019-01-09 11:12:00 -0500
  • 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 evilhero 2019-01-04 10:12:02 -0500
  • 51d81b17d5 FIX: Fix for some series being determined as a One-Shot, instead of a Print due to how the description was parsed evilhero 2019-01-03 12:07:41 -0500
  • 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 evilhero 2019-01-02 21:43:54 -0500
  • 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 evilhero 2018-12-29 11:16:11 -0500
  • 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 evilhero 2018-12-29 10:22:52 -0500
  • 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 evilhero 2018-12-28 21:36:31 -0500
  • 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 evilhero 2018-12-22 17:48:14 -0500
  • 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 evilhero 2018-12-20 10:58:34 -0500
  • 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 evilhero 2018-12-10 12:27:53 -0500
  • 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 evilhero 2018-12-10 12:05:42 -0500
  • 25267995cc FIX: actual fix for could not convert logging evilhero 2018-12-08 02:11:10 -0500
  • 7f4e61aa8c FIX: Lessen the could not convert error messages from occuring evilhero 2018-12-08 01:27:08 -0500
  • 851799f642 FIX: Added global reference so can change WWT URL in one location in __init__, FIX: Changed WWT to new domain, FIX: Removed DEM from being used evilhero 2018-12-04 14:34:10 -0500
  • aadb1a7d9e FIX:(#2124) qBittorrent download directory option not being honoured for added torrents evilhero 2018-11-30 14:43:08 -0500
  • 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. evilhero 2018-11-30 14:23:05 -0500
  • 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 evilhero 2018-11-29 14:59:34 -0500
  • 34e540c75f Merge branch 'development' evilhero 2018-11-29 14:48:50 -0500
  • 3cdae9153a FIX:(#2122) Changed file format config option to reflect that = Issue Year and not Series Year. Also added hover-tip to Folder Format section to show available tags (similar to file format) evilhero 2018-11-26 12:32:30 -0500
  • f213bb028a FIX:(#2121) FileParser was incorrectly adjusting for series with 'the' within the series title evilhero 2018-11-26 10:16:31 -0500
  • e105b91df3 Misc typos in init-scripts/systemd/read.me Toby Nieboer 2018-11-22 12:14:24 +1100
  • 4a2015c549 Added config.ini option to reduce Total issues by Ignored status counts for a given series (ignore_total). Note, that you cannot have both ignore_total AND ignore_havetotal enabled - both will be disabledeach until only one is enabled) evilhero 2018-11-19 12:20:18 -0500
  • 488f2934b7 FIX: Including ignored annuals in file rescan totals barbequesauce 2018-11-19 11:49:05 -0500
  • 679f945e0a
    FIX: Including ignored annuals in file rescan totals barbequesauce 2018-11-19 11:49:05 -0500
  • 22a3345aa6 FIX: disable alphaindex auto-disabling barbequesauce 2018-11-13 12:25:50 -0500
  • 10b3d5f00a FIX: Basic auth + OPDS auth conflict barbequesauce 2018-11-09 13:11:00 -0500
  • 792988e105
    FIX: disable alphaindex auto-disabling barbequesauce 2018-11-13 12:25:50 -0500
  • 8bdd10de53
    FIX: Basic auth + OPDS auth conflict barbequesauce 2018-11-09 13:11:00 -0500
  • 24130a8270 IMP:(#1987)(#2054)(#2106) accomodate rTorrent 0.9.7 API changes + maintain backwards compatibility (much thanks to @sparky3387 for the initial patch gist evilhero 2018-11-07 16:28:07 -0500
  • 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) evilhero 2018-10-27 14:01:13 -0400
  • 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 evilhero 2018-10-25 13:43:04 -0400