Commit Graph

1555 Commits

Author SHA1 Message Date
evilhero 32bacb4e30 FIX: DDL Quietly Fails if /ddl_location is set to a location that doesn't exist (#2278) 2019-10-04 14:05:34 -04:00
Peluko 2776f47198 Not integer exception when file is like 'Something 1-74+Annuals 1-3' 2019-10-04 13:50:23 -04:00
Peluko 46cd4d9317 Fixed index out of range when parsing issue number 2019-10-04 13:50:23 -04:00
Yovarni Yearwood 07750a32da Update for previous fix regarding volume parsing
Narrowed the parameters in which a str.split() would be used to be more exclusive
2019-10-04 13:43:50 -04:00
Yovarni Yearwood 4ae28f6dbf Fixed sandwich variable not being assigned
Added try-except for post-processing failed comics when sandwich was not defined by current parameters.

UnboundLocalError: local variable 'sandwich' referenced before assignment
2019-10-04 13:43:50 -04:00
Yovarni Yearwood 22bf11ef13 Fixed incorrect volume/issue parsing
Some comics declare their volume/issue as v01.002 (volume #1, issue #2) but with the way the application parses this, it becomes "v01002" which can't be properly parsed.

TypeError: expected string or buffer
2019-10-04 13:43:50 -04:00
Yovarni Yearwood a756f637a4 Fixed one instance of an error locking the search queue
UnboundLocalError: local variable 'issueid_info' referenced before assignment
2019-10-04 13:43:50 -04:00
Yovarni Yearwood ec6539a6cf Added win32api module to allow for long path names
Windows has a 260 character limit on directory paths. The win32api module was installed and imported to allow for computers running Windows OS to bypass that limitation, as ComicRN was not able to move or rename files with a long file path.
2019-10-04 13:43:50 -04:00
evilhero 5ffe8fbd30 Merge branch 'development' 2019-10-04 13:39:45 -04:00
evilhero 8d2e0ae1fe FIX:(#2347) module error when attempting to add storyarc 2019-10-04 12:48:02 -04:00
Barbeque Sauce 9fb9ab4d73 FIX: Progress Bar colors match index
FIX: Progress Bar colors match index, #2282
2019-08-05 16:01:38 -04:00
Bart274 f4ea76345a Send snatched_name in Telegram messages on snatch
The current snatch message is always just `Issue snatched!`
2019-08-05 15:52:01 -04:00
evilhero d51ad541d1 FIX: fix to allow for the file parser to adjust for filenames where the date is prior to the issue number 2019-08-05 14:50:45 -04:00
evilhero 15aadaaa23 FIX:(#2313) One-shot file name parsing would not properly detect details in some instances 2019-07-25 20:36:44 -04:00
Roberto Pastor 6a1f96167c - Revamped getAPI, getVersion, getReadList, getIndex and getComic endpoints. - Normalized error responses - Normalized success responses for getVersion, getReadList, getIndex and getComic. 2019-06-26 12:18:00 -04:00
Roberto Pastor 61632d67a0 - Added ComicName to issues and annuals in 'getComic' command - Revamped 'getReadList' command 2019-06-26 12:18:00 -04:00
Roberto Pastor e2f2a8f03b - Removed unnecessary parameter in format 2019-06-26 12:18:00 -04:00
Roberto Pastor 33112c75f4 - Fixed 'getIndex' command 2019-06-26 12:18:00 -04:00
Roberto Pastor ae093da9e5 - Revamped 'getIndex' and 'getComic' commands 2019-06-26 12:18:00 -04:00
Roberto Pastor 9542c47fc2 Reduced `getIndex` response data to only expose minimal and necessary data to the API. 2019-06-26 12:18:00 -04:00
doucheymcdoucherson 6550611e02 deluge options update 2019-06-26 12:10:54 -04:00
barbequesauce 38ee0e959b FIX: notify on some cases of bad import data 2019-06-26 12:07:42 -04:00
evilhero 68a8e77ad1 Merge branch 'development' 2019-06-26 12:04:06 -04:00
evilhero 0af13913ea (#2288) Added getAPI command to API - Mylar apikey can be retrieved using username & password only 2019-06-03 11:54:02 -04:00
evilhero 07f51b7911 FIX:(#2287) Zero-pad single week numbers for weekly directory option 2019-06-03 11:03:25 -04:00
evilhero 3fa8f08e64 FIX: Allow edge-case for manual post-processing of filenames that did not contain a year, but were instead matched to a lone volume on the watchlist, FIX:(#2281) API would not return a response in some instances of manual post-processing calls 2019-05-22 16:36:50 -04:00
evilhero fd3a26dd46 FIX: fix for 32p Test Connection button not using on-screen information for testing 2019-05-19 19:10:57 -04:00
evilhero d280ce0b0b FIX:(#2275) Experimental search was pointing to incorrect/old domain 2019-05-18 11:27:24 -04:00
evilhero 7696edbc8b FIX:(#2271) Saving cover images into series directories on docker installations would fail 2019-05-09 23:37:20 -04:00
evilhero 3d8661c3e1 FIX:(#2274) Repeat issue numbers in series incorrectly detected as duplicate 2019-05-09 10:36:29 -04:00
evilhero 298534958d Merge branch 'development' 2019-05-08 10:40:32 -04:00
evilhero f1e8702d34 FIX: fix for cover import error incorrectly using wrong variable reference 2019-05-04 13:26:29 -04:00
evilhero 779eab841a IMP: (#2271) Added logging of error encountered when unable to save cover into series directory during add/refresh 2019-05-04 11:34:00 -04:00
evilhero d340026502 FIX: fix for file parser error when parsing filename in which series contain numerics and was a special volume 2019-05-04 10:45:23 -04:00
davalanche 224c354c99 FIX(#2266/#2267): Temporary workaround for cfscrape issues - Anorov/cloudflare-scrape#206 2019-05-02 20:49:38 -04:00
davalanche 14c933594b IMP(#2170): Added Deluge Test Button, FIX: "Error fetching data from WWT (https://worldwidetorrents.to/download.php): global name 'newurl' is not defined" 2019-05-02 20:21:30 -04:00
evilhero f847ac6f04 Added rar/unrar requirements to readme file 2019-04-25 13:59:15 -04:00
evilhero ee3f1cfa0c FIX: fix for some missed removal of references resulting in an error when saving configuration 2019-04-22 19:26:52 -04:00
barbequesauce cfb42fb6e5 FIX: redo tooltip for volume numbering to match others
FIX: redo tooltip for volume numbering to match others
2019-04-18 16:26:21 -04:00
barbequesauce f0dd2fde57 FIX: Remove NMA (service no longer exists) 2019-04-18 16:24:51 -04:00
barbequesauce e9d5b8237b FIX: remove NMA (service no longer exists) 2019-04-18 16:24:51 -04:00
barbequesauce 0a501022de FIX: Remove NMA (service no longer exists) 2019-04-18 16:24:51 -04:00
barbequesauce 41179c3b4a FIX: Remove NMA (service no longer exists) 2019-04-18 16:24:51 -04:00
barbequesauce 10eb158e25 Update config.py 2019-04-18 16:24:51 -04:00
barbequesauce 5251d0aa54 FIX: Remove NMA, service no longer exists 2019-04-18 16:24:51 -04:00
evilhero 354c002fb2 IMP: fixed slack notifications when post-processing, updated notifiers.py for slack to accomodate post-processing as well as snatches 2019-04-18 15:48:05 -04:00
misleadingrhino 28c36d7e0e Add issue name, number, and year to the Slack notification
Issue name and number used to be sent as variable snline. This was changed in search.py so this change just adds it back into the notification.
2019-04-18 15:43:01 -04:00
barbequesauce 9eb13d79b2 FIX: Tooltip for volume field, explaining format (#2221)
FIX: Tooltip for volume field, explaining format (#2221)
2019-04-16 10:50:51 -04:00
evilhero b6f4744e9a testing version update 2019-04-16 10:44:09 -04:00
barbequesauce 1b6c0fc5ef IMP: Move refresh timer to top of page
IMP: Move refresh timer to top of page
2019-04-16 10:16:36 -04:00