Commit Graph

447 Commits

Author SHA1 Message Date
Michael Chen 395ca8b75c Add sigterm handler to shutdown from rc.d scripts 2014-11-07 14:22:48 -05:00
Pedro Vanzella 78e8110015 Fix Mako Runtime Error when adding multiple comics.
Sometimes, when adding multiple comics, series['Previous'] or series['Next']
wouldn't be set by the time data/interfaces/default/comicdetails.html got
rendered, which resulted in a KeyError and a ugly error screen.
2014-11-07 14:12:06 -05:00
ministoat ea8548982e Update ComicRN.py
Added line 16: comicrn_version = "1.0"

Prevents error message in Mylar post-processing.
2014-11-07 14:07:28 -05:00
evilhero 3edf32d6e4 FIX:(#877) Download button on Weekly Pull-list was not working. 2014-11-03 13:18:15 -05:00
evilhero 08c364b5ee FIX:(#870) Post-Processing with metadata would fail when attempting to run external command during metatagging (windows systems only) 2014-10-29 14:23:33 -04:00
evilhero 2f59e495dc FIX:(#868) Unrar Path wouldn't keep manual path when specified, IMP: Updated external calls when tagging so to use python that calls Mylar, instead of default python (for those with more than one version of python), FIX: Removal of temporary directories when metatagging is being run and the original file is a .cbz 2014-10-29 00:46:57 -04:00
evilhero 6935260168 FIX: (#867) Related to new pull-list for this week, had an incomplete field which caused the pull to fail. 2014-10-28 13:08:18 -04:00
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