1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-26 01:26:50 +00:00
Commit graph

740 commits

Author SHA1 Message Date
evilhero
5a41c1b0e2 FIX: On new installations, would error out on a string strip call for the CV API key 2014-10-14 20:03:18 -04:00
evilhero
52bbc5b42c IMP: Added ability to specify unrar location within config.ini (unrar_cmd=full_path), IMP: Added some more exception handling for post-processing errors 2014-10-14 03:31:49 -04:00
evilhero
c071c98302 FIX: updated README to indicate new post-processing folder structure, FIX: Added .AppleDouble to .gitignore for future PR's 2014-10-13 15:54:24 -04:00
evilhero
f55c6f22e0 FIX: When retrieving a .torrent from a torrent provider (such as KAT), if the torrent was sent to the client but was unable to complete the send without an error (usually a 404), Mylar would stop searching - now will either log it and continue searching, or if Failed Handling is enabled will mark it as Failed and continue searching. 2014-10-13 15:49:55 -04:00
evilhero
dadc4baec0 FIX: (#855) When using Experimental Search, unable to find issues when the series contained an '&' due to improper url-encoding 2014-10-13 15:46:38 -04:00
evilhero
d03680f29e FIX:(#853) Incorrectly tallying .AppleDouble files when file-checking 2014-10-12 03:13:43 -04:00
evilhero
fa1168d9d0 FIX: (#852) Bi-Annual would not post-process / file-scan at all and give odd results 2014-10-10 14:35:09 -04:00
evilhero
eb6b3684ed FIX: When parsing search results, would error out due to inability to properly parse after a hyphen was detected, FIX: When using CBT as a provider, would ignore results due to the way that CBT passes results back to Mylar with the hyphen 2014-10-10 14:32:42 -04:00
evilhero
182315fe23 FIX: If trailing space was in ComicVine API Key in GUI, would cause problems - now trailling spaces are removed from key by default 2014-10-10 14:27:44 -04:00
TheLabRatt
65b3d67b12 Tidy up listLibary 2014-10-10 14:13:31 -04:00
TheLabRatt
5bfe348e72 Annuals link to series
Redesigned listLibrary as a dictionary. Annuals now link to their
series.
2014-10-10 14:13:31 -04:00
TheLabRatt
b116df5227 Make "Already in library" link to comic details 2014-10-10 14:13:31 -04:00
TheLabRatt
ccf30d42df Indicate comics already in library when searching 2014-10-10 14:13:31 -04:00
evilhero
1a9c4998dc FIX:(#846)(#830) Renaming of files erroring out 2014-10-07 02:58:22 -04:00
evilhero
9066ebb965 IMP: (#844)Annuals now deleted from table on a Delete Series command, IMP: (#837)Better volume detection when searching for issues, IMP: (#842)(#808) Added some handling for issue titles when searching (it's not perfect, but it works for most), IMP: (#836)Added .cb7 for filechecking purposes only, IMP: (#830)issue numbers that are -1 can now be renamed, FIX: 'bi-annual' now fixed along with some other improvements for annual handling, IMP: Added version check for autoProcessComics and ComicRN - in order to help warn users of changes and the need to update these files since they are usually outside of the mylar git directory when being used, FIX:(#840) Boxcar2 should be working again, FIX: (#845) If search returned a filename that had no distinction between issue number and issue title and/or extra information, would error out if any of the words contained NOW, IMP: (#823) Added some better detection for NZBGet parameters when using ComicRN.py 2014-10-06 14:10:36 -04:00
evilhero
44f35de4f2 FIX:(#821) Additional fixes for one-off's on the weekly pull-list - will finish searching/matching/sending to client (updating the status on weeklypull list will be forthcoming) 2014-09-10 15:33:23 -04:00
evilhero
4552ecc27f FIX:(#821) logger module not loaded when retrieving issue title 2014-09-10 15:19:16 -04:00
evilhero
9c712e6a10 FIX:(#820) Error when Refreshing/Adding series that had 'AI' in the issue numbering. 2014-09-10 14:48:50 -04:00
evilhero
e1205609d8 FIX: When using the blackhole method with nzb provider, would error out on invalid global defined. 2014-09-10 14:22:41 -04:00
evilhero
2ea7b82ad8 FIX: Metagging - set default location for unrar for freebsd systems to /usr/local/bin/unrar instead of /usr/bin/rar for other nix systems 2014-09-10 02:39:15 -04:00
evilhero
550902195f FIX: Any series that had a '.' in the series title would fail to import after a successful Scan Comic Library, FIX: When selecting Import from the Import Results screen, if search returned multiple search matches it would fail with a Mako Runtime Error webpage 2014-09-10 02:37:05 -04:00
Adrian Moisey
d3245f7023 Make image paths relative 2014-09-10 01:46:10 -04:00
evilhero
d4318ab732 FIX:(#819) 'int' error on Import from ImportResults page, IMP: Threaded the Scan Comic Library to improve speed/performance, IMP: framework for reading metatagging during Scan Comic Library function 2014-09-10 00:54:53 -04:00
evilhero
ef6a1411b2 FIX:(#818) Rename Files button on series detail page would result in an error, when encountering issue numbering containing AI/INH/NOW 2014-09-10 00:21:58 -04:00
evilhero
4e46e91b8b FIX:(#817) If series contained issue that was a lone alpha (ie. issue X), would fail everywhere. Adjusted to allow for adding / searching / filechecking, FIX: Unicoded Issue Numbers that are fractions for GUI display, FIX: Fraction Issue Numbers ( 1/2, 3/4, etc) would round up for filechecking purposes and would cause problems when the series contained more than one identical issue number 2014-09-08 04:35:15 -04:00
evilhero
2173614836 FIX:(#813) Received index out of Range when searching for an issue with KAT as a provider 2014-09-05 02:19:26 -04:00
evilhero
a26f761334 FIX:(#802) Saving cover.jpg into series folders via configuration option, would not copy under certain conditions, IMP: Removed unnecessary (spam) logging when refreshing a series 2014-08-26 22:20:16 -04:00
evilhero
708ba2ccd2 FIX:(#801) When doing a force search, if Issue Date was 0000-00-00 would skip starting the search even if a Publication Date existed for the given issue. 2014-08-26 14:33:00 -04:00
evilhero
3188fc1228 FIX: (#712) Removed unnecessary logging that could bloat/crash things 2014-08-26 14:31:08 -04:00
evilhero
e7216072f9 IMP: Added some extra handling for series on the weekly pull-list that have totals out of whack and was causing problems when filechecking new issues, FIX:(#794) Can't change annual status using checkboxes, IMP: If trying to view the details for an issue, if it was a cbz file and contained no metadata it would error out 2014-08-18 15:54:34 -04:00
evilhero
573242624c FIX: added in some extra 'do not include' words involving printings 2014-08-18 15:49:41 -04:00
evilhero
5a481dbbc7 FIX:(#792) If filename had issue # that was 19xx-20xx it would not scan in properly, FIX:(#793) If filename had decimals in series title, would not scan in 2014-08-18 15:48:43 -04:00
evilhero
e6968ee2e6 IMP: Added 'Retry Same Download Again' which will use the last successful nzb/torrent and resubmit it for redownloading to the exact same provider (if the provider is enabled), IMP: moved some code around in search module so that the search link can be submitted directly now, IMP: Added Manage Issues to Manage tab - can now manage issues based on status in a batch-methodology, FIX: When a download failed and then a new download was found, would error out attempting to send the initial log back to client, FIX: when title contained a '&' could not retrieve issue details when clicking on the Info icon, FIX: Added failed icon for option-set on comic details page. 2014-08-10 12:50:43 -04:00
evilhero
dab0deb67b FIX:(#788) Fixed volume detection not working properly when manual post-processing, FIX:(#784) Attempt to improve on some extra handling of special characters within filenames as well as series titles 2014-08-10 12:37:11 -04:00
evilhero
4f32f92082 FIX:(#786) ANNComicID referenced before assignment error 2014-08-08 02:54:16 -04:00
evilhero
21260c4ee2 FIX: Fixed Boxcar2 notification error 2014-08-08 02:52:38 -04:00
evilhero
001c30a310 FIX:(#778) Fix for scanning filenames in which a series contains numerics other than a year - also some added handling for filenames in the format of 2014-08-05 15:37:36 -04:00
evilhero
b79dcdea4d FIX: newznab host default field now pre-set to start with http:// (just a reminder to include the protocol) 2014-08-05 15:06:44 -04:00
evilhero
f660a5dff0 FIX: Possible error when anti-hammering for nzb sites was enforced and was taking a string instead of the numeric (ie. repeating the number 1, 60 times). 2014-08-05 14:49:38 -04:00
evilhero
9e0c94c41d FIX: Removed unnecessary excessive logging lines when populating new weekly pull-list 2014-08-05 14:10:09 -04:00
evilhero
ed561615f5 IMP: Manual Post-Processing scan will now remember set value and auto-populate field in Manage/Manual Post-Processing tab. 2014-08-05 14:08:47 -04:00
evilhero
173b8a9836 FIX: When sending to blackhole, would error out on logging invalid variable. 2014-08-05 14:05:00 -04:00
evilhero
7076adccfb FIX: (#777) Check Folder option now works again (scheduled manual post-processing on a pre-determined directory), IMP: Removed an unnecessary logging line when file checking and fixed an incorrect len statement 2014-07-30 01:11:19 -04:00
evilhero
ccbdbb4116 FIX (#776): Forgot trailing ')' in sabnzbd/ComicRN.py 2014-07-29 11:23:11 -04:00
evilhero
794199dd44 FIX: Forgot to include Failed module 2014-07-28 15:29:10 -04:00
evilhero
78261e8fd8 FIX: undefined on filter box on startup, IMP: Added Meta-Tagging options on a series / issue basis on comic details screen, IMP: Issue Information is now available per issue and is extracted currently from the cbz file to display (if no cbz is present, the option isn't available), IMP: Failed Download handling is implemented and available in GUI - required to replace existing autoProcessComics.py and ComicRN.py scripts, IMP: Added ability to specify post-processing script instead of ComicRN.py, IMP: Added abilty to edit the issue date for a given issue by simply clicking on it - this will help to avoid dates that have incorrect or 0000-00-00, IMP: Story Arc searching is working (not adding yet), IMP: Added Archived/Ignored options to Upcoming/Wanted tab, IMP: Fixed some alignment and display issues on the Upcoming section, IMP: Added better directory handling for Updating Comic Location when it needs to get changed for all existing series (locmove in config.ini), IMP: Added better handling for unicode characters in series titles when searching / filechecking, IMP: When adding a new series with no data, Mylar would error out (now will add and just retain 0 issues), FIX: When year was fuzzied, search would still attempt to do a date-check comparison and say everything failed, IMP: Better handling of nzb names when retaining for post-processing comparisons, IMP: Future Upcoming now will use actual shipping date of issue if available in order to see if issue is available, FIX: If annuals were enabled, refreshing a series would put some issues into an Archived status because the actual counts would be off, IMP: When file checking, Alternate Naming would be searched last which resulted in matching incorrectly to the series title or other alternate naming for the given series, now will check the Alternate Naming first for a match, then drop back down to the series name itself otherwise, IMP: Improved Annual detection when integrated with a given series, IMP: Improved the checking of the future Upcoming list for issues marked as Wanted but not available yet and then auto-adding, IMP: Improved upon story arc checking for missing issues / searching for wanted, IMP: Enabling Annuals support now within Configuration GUI, bunch of other things.... 2014-07-28 15:28:09 -04:00
evilhero
5696ab905c FIX: When manual processing with folders, would delete the main folder provided to in the GUI. Now will check if files exist within directory, and that it's not identical as the provided folder and remove if both are not True, FIX: Removed some str statements that were hanging up due to unicode. 2014-06-25 11:32:54 -04:00
evilhero
957baad665 FIX:(#757) Rename Files not using filesystem-safe naming during rename process 2014-06-23 15:10:24 -04:00
evilhero
547f3d26e0 IMP: Refreshing a Series via the button on comic details page has now been changed to a threaded call, which should allow for better use of resources. 2014-06-22 18:19:32 -04:00
evilhero
6f5a4c91fd FIX: If manual post-processing was passed a folder with more than one issue, would delete the passed folder after the first post-processed issue was completed - now will check if directory is empty prior to deletion 2014-06-22 18:17:31 -04:00