Commit Graph

792 Commits

Author SHA1 Message Date
evilhero 27e368178d FIX:(#1317) Manual post-processing would not process when volume label in Mylar was None 2016-07-12 00:31:47 -04:00
evilhero 55eedb1869 IMP: Added ALT_PULL=2 method for weeklypull management. Will now update against an external site and pull down already populated ComicID/IssueID's for the series that exist on the pullist. Alternate Search Names aren't needed with this option to match on pullist, as well as CV API Hits are also not used since it is all populated. Also allows for future viewing of pullists (up to 4 weeks in advance), FIX: Alternate search names now will be searched against when doing manual post-processing, FIX: When manually post-processing, if series volume wasn't specified would fail to match against v1 (by default), IMP:(#1309) Https_chain option now allowed within config.ini, IMP: 32P pack support on a per series basis (will search individual torrents first before packs), IMP: When pack is snatched, will mark all issues within pack that are not in a Downloaded status as Snatched within Mylar (annuals currently don't work), IMP: Removed unnecessary config spamming on startup when verbose mode was enabled, IMP: Allow for searching on 32p against series+publisher for some titles that distinguish between series by different publisher, IMP: Better series matching when trying to find series matches on 32P, FIX: When metatagging, if volume label is not provided within Mylar would default to None (now will be v1), IMP:(#1304) Attempt at better file parsing when utf-8 filenames are being parsed, FIX: Proper handling of Infinity issue number when file-checking, FIX: When adding series and annuals were enabled, if annual was a new release, would not be shown on the annual subset table for the given series (and subsequently wouldn't be auto-marked as Wanted), FIX:(#1306) Correct handling of the imported value when doing an import and moving files was selected (would previously error out during moving for some imports), FIX: When cbz files were being imported and were attempted to being auto-imported, would fail due to improper handling of the imported variable, FIX: Manage issues will now default the dropdown to the correct selected option, FIX: Manage Comics - fixed dropdown options for multiple selection of series - delete/pause/resume, IMP: Added 'delete stragglers' option to Story Arcs when deleting an arc to ensure that all traces of the arc are removed from the db, FIX: Manual/group metatagging would not tag properly if the START_YEAR_AS_VOLUME option was enabled, FIX: (#1313) NzbHydra wouldn't set the nzbid properly when using Failed Download handling/Retrying 2016-07-10 18:28:14 -04:00
evilhero 156119ffa4 FIX: When sending a torrent directly to rTorrent, an invalid nodule error would occur 2016-06-11 22:53:41 -04:00
evilhero 93077a0532 FIX: When manual post-processing if filename didn't have a volume label, or a valid year - would error out, IMP: Added additional date recognition fornat of (YYYYMM) 2016-06-11 22:51:52 -04:00
evilhero 0f6f3792b7 FIX:(#1298) Fix for post-processing filenames that do not have a year or volume label present within filename 2016-06-09 10:39:28 -04:00
evilhero e9e9a932c9 Merge branch 'mldangelo-patch-1' into development 2016-06-08 10:56:23 -04:00
Michael 305efa3cbc Update README.md
Fixed some typos.
2016-06-08 10:55:44 -04:00
evilhero fe1832e067 FIX: Fixed Test Connection button for SABnzbd as was trying to load local requests module 2016-06-06 11:35:22 -04:00
evilhero 5431908c83 FIX:(#1296) Incorrect URL being returned with using NZBHydra 2016-06-06 11:03:44 -04:00
evilhero 6ae316c931 FIX: Fix for Manual Post-Processing of issues where multiple series volumes are present within the watchlist - will now verify volume/year to ensure proper match, IMP: Added option in config.ini for metatagging to use start year as volume 2016-06-05 17:24:50 -04:00
evilhero 704ef85dec FIX: NMA was not verifying against connection 2016-05-24 18:45:53 -04:00
evilhero 5f3b76ea67 FIX: When series contained a numeric and a volume label, and the issue number was identical - would fail to scan in correctly 2016-05-24 18:44:11 -04:00
evilhero e485e054be FIX: session cookies for 32p stored in the home directory, instead of Mylar's cache 2016-05-19 11:20:13 -04:00
evilhero 838244e627 FIX:(#1286) Pull-list would not update status to Wanted when updating/refreshing/recreating the pull-list 2016-05-18 00:39:23 -04:00
evilhero 8ac1918b34 FIX: When importing, if search results had a '?' in the year field would cause errors, FIX: Fixed some matching problems when import is determining to auto-match or not based on a year(s), FIX: Delete Import (both selection and checkbox) would not delete in some circumstances, FIX: If the Imort series had a '&', was incorrectly handled 2016-05-16 13:10:45 -04:00
evilhero 7ff779def2 FIX:(#1279) Detect cb7 files during file-checking 2016-05-16 11:16:12 -04:00
evilhero 63729d2a23 FIX: Retrying snatched downloads that used newznab would fail, FIX: Incorrect logging of unicode characters when adding/refreshing story arc 2016-05-16 11:12:31 -04:00
evilhero 872edd4329 IMP: Ability to use 32P session cookies for Auth Login (thnx @btx), IMP: 32P Backlog support! (individual issues only), FIX: 32P will only do one search occurance, instead of issue-numbered padded searching, IMP: When post-processing, if series is in a Paused status or is in an Ended publishing state with 100% of issues completed - will ignore series for post-processing comparisons, IMP: Dynamic Name matching added as matching algorithims in Weekly Pull Lists, FIX: If series contained a '+', would not be able to scan in files for comparison checks (or during post-processing), FIX: File-checking/Post-Processing was taking the incorrect subdirectory path due to escaped slashes (windows only), FIX: If a series contained more than one/multiple special characters, dynamic naming would be slightly off and cause matching problems in some cases, FIX: When peforming a migration of paths in the db using the locmove option, invalid character references would occur on some machines when moving between OS', IMP: Added status checking of an issue prior to downloading (should fix duplicate downloading of same issue within a specific timeframe), FIX: Fixed some parsing issues when using the ALT_PULL=1 method of the weekly pull list, FIX: Fixed some 500 errors when using reverse proxy (flush Impors, Recheck Files, Manage), FIX: When selecting 'Clear Post-Processed items' from history tab, will now also clear 'Processed' items as well, FIX: When importing series that were successfully scanned for metadata and contained valid ComicID's, would fail to regenerate the dataset, IMP: Added exception catch for ComicVine API limit being reached when performing imports (graceful error), IMP: Added graphical icons to indicate Pause/Loading/Error/Active state in the Manage Comics section 2016-05-12 11:28:28 -04:00
evilhero 19cc22b779 FIX:(#1278) TORRENT_LOCAL error 2016-05-11 16:06:16 -04:00
evilhero 33a43262d2 Merge branch 'DarkSir23-development' into development 2016-05-11 10:00:10 -04:00
evilhero aa48391aae Added rutorrent options to GUI, restructured the watchdir options (local/remote) 2016-05-11 09:59:32 -04:00
Jason Cline 162094b980 Fix for branch check, Updated config HTML for uTorrent support. 2016-05-06 13:31:46 -04:00
Jason Cline 9f193dba80 uTorrent Support 2016-05-05 11:40:10 -04:00
Jason Cline 37cf39ccf4 Added uTorrent support 2016-05-05 11:11:39 -04:00
evilhero 09f6e32d60 FIX: Search results sortable by year column 2016-04-30 23:34:25 -04:00
evilhero fad91809d3 FIX: When series contained an exclamation mark, would not match during post-processing/file-checking, FIX: Removed some unnecessary logging lines regarding rss results 2016-04-30 11:56:01 -04:00
evilhero 5183b87be2 FIX: When searching for particular series, would error out in GUI due to invalid date responses, FIX: When new issue was present, but not populated on CV yet, would revert the starting publication date for the series to a ?, FIX: Filechecker would error out on issue_number_position error reference (usually during an import sequence) 2016-04-26 14:55:12 -04:00
evilhero 757939e756 FIX:(#1265) When adding / refreshing a series, would mistakingly remove spaces' 2016-04-26 12:02:40 -04:00
evilhero 019290e55e FIX: Fix volume search comparison for 32p results (and some nzbs) 2016-04-25 14:38:42 -04:00
evilhero 8f53f854ff FIX: When manually post-processing files, if files were in more than one subdirectory level deep would use incorrect path resulting in error, FIX:(#1261, #1262) Traceback error when searching and returned value had volume, FIX: If filenames had the Volume label after the issue number, would fail to recognize the series title properly resulting in errors during scanning, FIX: Removing imported series from the Import List via dropdowns, IMP: Improved upon imports matching up to series that have multiple volumes by comparing issue counts & years, IMP: If an import is determined to need manual intervention, will display only the results that have passed the issue counts/years/name matching as opposed to showing all the results, FIX: When moving files during an import will now only move those files that are attached to the specific grouping by series title/volume, FIX: Import Manual Intervention results sortable by Year column now, FIX: Fixed an errant callback to home during configuration saves that caused web browser error when used with reverse proxy, FIX: During story arc searching if a story arc had a '-' in the arc name, would not be able to find it, FIX: When adding a story-arc, if files pre-existed in the directory attached to the arc would error, FIX: When adding a series, if was used for Folder Format and the volume label didn't exist would label directory with 'noversion', FIX: Selecting to metatag annuals via the manual metatag option on the series detail page, FIX: When retrieving from KAT and response returned was a 404 would ignore it, now will retry alternate torcache site 2016-04-25 11:35:12 -04:00
evilhero 964ebb8265 FIX: When peforming an import on a given series, would error attempting to log an integer value improperly 2016-04-18 13:40:11 -04:00
evilhero eea7a2b692 FIX:(#1253) Missed a dynamic name reference for story arcs, FiX: Removed errant process call to home 2016-04-17 15:30:16 -04:00
evilhero 64c9e88e18 FIX:(#1253) Story arc would fail on adding and error on post-processing due to Dynamic Names not being updated, FIX: Fixed some errant unicode conversion when dealing with Issue Numbering, FIX: Removed some str references when adding/refreshing a series that caused unicode characters to break, FIX: If issue number was unicoded, would error out during scan / actual import 2016-04-17 13:17:40 -04:00
evilhero 6a17c53ded FIX:(#1246) Stupid typo 2016-04-15 16:01:04 -04:00
evilhero df2a7a4102 FIX:(#1248) Attempt to fix permissions problems when passing a numeric into the User/Group fields within the configuration 2016-04-15 14:16:45 -04:00
evilhero c7779872d1 FIX:(#1251) Manual post-processing would delete provided folder if empty (no metatagging being used), FIX:(#1250) StoryArcs Check for watchlist matches / Adding a new story arc would fail, FIX: During post-processing, if an issue had a null date of 0000-00-00, and rename files was enabled - would cause an error on returning a null month value, IMP: Added Dynamic naming to story arcs for better matching against watchlist and filenames, IMP: Fixed some errant/unnecessary looping within the story arc modules which should speed things up, FIX: When Snatching items from the story-arc detail page, would fail to update status to Snatched if series wasn't on watchlist, IMP: In Story Arc details, series title will now reference back to the series on you watchlist if it exists 2016-04-15 12:44:28 -04:00
evilhero eb49fbb727 FIX: Removed Comicvine API key from being written to logs when post-processing 2016-04-14 11:58:07 -04:00
evilhero 77cb97ca7f FIX:(#1247) When . used in lieu of spaces within filenames, would fail to parse names properly depending on the series, FIX: If a series was newly added during the last few commits, would not update the DynamicComicName properly 2016-04-14 11:08:21 -04:00
evilhero 55ad4f08dc FIX:(#1246) Incorrect name reference during story-arc post-processing 2016-04-14 09:51:00 -04:00
evilhero 62fe079e4f FIX:(#1249) 'Sub' key error when performing Recheck Files/Post-Processing, FIX: Fix for proper volume detection when parsing search results 2016-04-13 23:56:33 -04:00
evilhero 4bd6cc7cf0 FIX:(#1245)(#1246) Post-processing failure and issue counts not updating properly during post-processing/Recheck Files scan 2016-04-13 14:29:42 -04:00
evilhero a4b2bad38e FIX:(#1242) Problem with # in filenames when issue number is a digit or series title contains numeric, FIX:(#1243) Fixfor incorrect volume label being removed during search parsing, FIX: Removed excessive logging from experimental search, FIX: Removed 200 status code being returned on getting results from provider api, FIX: If annual existed in series directory, and annuals were enabled - but annual was not discovered, would fail to update status' for other issues in series 2016-04-12 23:19:37 -04:00
evilhero a9518a3ed9 FIX: Problems with manual post-processing not scanning in alternate search names properly, FIX: Update Dynamic Names field within comics table, FIX: Annuals + manual post-processing 2016-04-12 14:53:18 -04:00
evilhero de93fb8a70 FIX:(#1241) Failure to post-process items within sub-directories 2016-04-11 11:28:20 -04:00
evilhero fef65da981 FIX: When manual post-processing, would not compare against the Alternate Search Names list, FIX: If a series started with the word 'the' (or similar type of common word), would fail to match during post-processing 2016-04-09 21:03:45 -04:00
evilhero 77500d16b9 FIX:(#1239) Error during import when issues scanned didn't need to have filenames parsed, but contained metadata, FIX: (#1237) If issue was '9-5', would fail to update series data/refresh, FIX: failure to use utf-8 encoded filenames when determining file paths in several modules, FIX: If date within filename was a fulldate or contained a dash, would incorrectly assume it was part of an issue title, FIX: If numbers occured after a dash within a filename, issue number would be incorrectly adjusted, IMP: Added another date regex (YYYY-mm) to the list that Mylar can recognize within filenames, FIX: When manual post-processing, would fail to match up to watchlist series if series/filenames contained extra characters (dynamic names would fail), FIX: Fixed some incorrect utf-8/str references when post-processing, FIX: Turned off alert notice when viewing issue details, FIX: When adding a series (or refreshing existing ones), would not regenerate the dynamic name of the series which would cause problems when manually post-processing issues for the given series 2016-04-09 14:36:08 -04:00
evilhero 19bf048fbb FIX: Blacklisted_Publishers (config.ini entry only) now fixed to limit search/import results 2016-04-07 14:45:36 -04:00
evilhero d26fc2c743 FIX: REDACTED blacklisted publisher option 2016-04-07 13:27:45 -04:00
evilhero 6085c9f993 FIX: When retrieving feeds from 32p and in Auth mode, personal notification feeds contained some invalid html entries that weren't removed properly resulting in no results when attempting to match for downloading, FIX: When searching 32P, if title had a '/' within the title - Mylar would mistakingly skip it due to some previous exceptions that were made for CBT, FIX: Main page would quickly display & hide the have% column instead of always being hidden, FIX: Adjusted some incorrect spacing for non-alphanumeric characters when comparing search results (should result in better matching hopefully), FIX: When adding a series and the most recent issue was present on the weekly-pull list, it would sometimes not mark it as Wanted and auto-attempt to search for it (if auto mark Upcoming enabled), FIX: Added Test Connection button for 32P where it will test logon credentials as well as if Captcha is present, IMP: If captcha is enabled for 32p and signon is required because keys are stale, will not send authentication information and will just bypass as a provider, IMP: Test Connection button added for SABnzbd, IMP: Added ability to directly add torrents to rtorrent and apply label + download directory options (config.ini only atm), FIX: If a search result had a 'vol.' label in it, depending on how the format of the label was mylar would refuse to remove the volume which resulted in failed matches (also fixed a similar issue with failing to remove the volume label when comparing search results), FIX: When filechecking, if a series had a - in the title, will now account for it properly, IMP: Completely redid the filecheck module which allows for integration into other modules as well as more detailed failure logs, IMP: Added Dynamic handder integration into filechecker and subsequent modules that use it which allows for special characters to be replaced with any other type of character, IMP: Manual post-processing speed improved greatly due to new usage of filecheck module, IMP: Importer backend code redone to include new filecheck module, IMP: Added status/counter to import process, IMP: Added force unlock option to importer for failed imports, IMP: Added new status to Import labelled as 'Manual Intervention' for imports that need the user to manually select an option from an available list, FIX: When import said there were search results to view, but none available - would blank screen, IMP: Added a failure log entry showing all the failed files that weren't able to be scanned in during an import (will be in GUI eventually), IMP: if only partial metadata is available during import, Mylar will attempt to use what's available from the metatagging instead of picking all of one/other, IMP: Better grouping of series/volumes when viewing the import results page as well as now indicating if annuals are present within the files, IMP: Added a file-icon beside each imported item on the import result page which allows the user to view the files that are associated with the given series grouping, IMP: Added a blacklisted_publishers option to config.ini which will blacklist specific publishers from being returned during search / import results, FIX: If duplicate dump folder had a value, but duplicate dump wasn't enabled - would still use the duplicate dump folder during post-processing runs, FIX: (#1194) Patch to allow for fixed H1 elements for title (thnx chazlarson), FIX: Removed UnRAR dependency checks in cmtagmylar since not being used anymore, FIX: Fixed a problem with non-ascii characters being recognized during a file-check in certain cases, IMP: Attmept by Mylar to grab an alternate jpg from file when viewing the issue details if it complies with the naming conventions, FIX: Fixed some metatagging issues with ComicBookLover tags not being handled properly if they didn't exist, IMP: Dupecheck now has a failback if it's comparing a cbr/cbr, cbz/cbz and cbr/cbz-priority is enabled, FIX: Quick check added for when adding/refreshing a comic that if a cover already existed, it would delete the cover prior to the attempt to retrieve it, IMP: Added some additional handling for when searching/adding fails, FIX: If a story arc didn't have proper issue dates (or invalid ones) would error out on loading the story arc main page - usually when arcs were imported using a cbl file. 2016-04-07 13:09:06 -04:00
evilhero 4e56a31f77 Fix for users migrating mylar installations between different OS' (using locmove option) 2016-03-18 16:17:33 -04:00