Commit Graph

1448 Commits

Author SHA1 Message Date
Barbeque Sauce 420a3e0570 IMP: OPDS page size as configuration option (#2393) 2020-01-27 21:51:21 -05:00
evilhero 251c59808c
FIX:(#2408) filenames containing a '@' would not be recognized during a recheck/refresh 2020-01-27 21:37:23 -05:00
evilhero 52bd27cb6b
FIX:(#2404) When changing directory path for a specific series, if the old path didn't exist it would log an error and not update the current page 2020-01-21 16:42:29 -05:00
evilhero 931cbed1c6
FIX:(#2405) When searching annuals would incorrectly grab the wrong issue under certain conditions, FIX: fixed the issue number detection when parsing nzb results due to the use of decimal places as spacers being used by some providers 2020-01-20 13:40:38 -05:00
evilhero 6ffb938735 FIX: fix for incorrect error variable reference during a failed search 2020-01-13 12:05:27 -05:00
evilhero 00d7107d40 FIX:(#2383) Quick patch to bandaid the incorrect writing of a dict to the searchresults table of the db 2020-01-10 10:29:45 -05:00
Barbeque Sauce 4f8943b5b5 IMP: Icon for comicdetails page 2020-01-04 00:07:46 -05:00
Barbeque Sauce 5132dde4ad Update .gitignore 2020-01-04 00:07:46 -05:00
Barbeque Sauce a834df2179 IMP: WebViewer 1.0 2020-01-04 00:07:46 -05:00
evilhero 85f295976d FIX: fix for ½ symbol causing a traceback error for some series 2019-12-29 22:31:50 -05:00
evilhero 9022d16951 LOG:(#2383) added logging line to import results to show search results prior to adding to db 2019-12-29 20:20:41 -05:00
Barbeque Sauce 81fa69c246 FIX: de-sensitize alphabetSearch for case (#2381) 2019-12-29 20:12:44 -05:00
evilhero 54eb2bb96d FIX: fix for week 52-2019 showing up with no entries - will now automatically flip to week 0-2020 to avoid empty pullists 2019-12-29 20:10:48 -05:00
evilhero cbb89e1b60 FIX:(#2372) Fix for file parser not picking up titles in the Series (Year) Issue format in some cases 2019-12-24 14:27:06 -05:00
Barbeque Sauce d5b889720a FIX: make index case-insensitive (#2381) 2019-12-22 19:48:41 -05:00
Barbeque Sauce e3c716da6d FIX: literally unusable 2019-12-22 19:46:42 -05:00
evilhero 2cd1f876ee FIX: fix for post-processing files that are TPB's but matches to non-TPB's series within watchlist 2019-12-08 14:00:52 -05:00
Barbeque Sauce 7e8025c5f6 FIX: return empty comic list instead of crashing
Thanks @LordJay23 and @DarkSir23 :)
2019-12-07 14:51:00 -05:00
evilhero 63e6399dd4 attempted fix for when dupechk bombs and/or error occurs in post-processing and hangs queue 2019-12-04 11:40:59 -05:00
evilhero 0a6b29b9f6 FIX:(#2372)(#2337) fix file parser to pick up file formats where issue numbers are in brackets, series title is followed by a comma and the publication date is between the two? 2019-12-02 16:38:46 -05:00
Barbeque Sauce 0ccd076fc4 FIX: Debian systemd formatting 2019-12-02 15:38:33 -05:00
davalanche 0cc6523115 IMP:(#2352) Added Date and Message-ID Headers to Email Notifications 2019-12-02 15:33:02 -05:00
Barbeque Sauce 66897c1549 IMP: Updated deluge_client for v2 compatibility 2019-12-02 13:38:33 -05:00
evilhero f8a8cb2a6b FIX: Removed Public Torrents as an available search option (forced option to False for possible future additions), FIX: Updated folder format description to show different path variations based on OS 2019-11-20 10:27:55 -05:00
evilhero ffd597b2cf FIX: When doing search match comparisons would ignore the year matching criteria if the filename contained the issue year, but the Volume label in Mylar was V1 2019-11-08 11:22:02 -05:00
evilhero 36f544b6d9 FIX: 'str' object error during post-processing runs 2019-10-11 10:15:12 -04:00
evilhero a1f844f5cd FIX: undeclared variable when using ComicRN script on non-windows OS 2019-10-09 21:30:15 -04:00
evilhero e350eca3ef FIX:(#2359) Unicode logging error on status update during search 2019-10-07 13:20:18 -04:00
evilhero 29f39e59ed FIX: filenames having a decimal as a space delimiter and also a series titles containting a hyphen would not be able to have the issue number properly detected 2019-10-05 11:53:10 -04:00
evilhero 356ecf0dca FIX:(#2355) Fix for incorrectly identifying some series as One-Shot instead of Print 2019-10-04 14:08:36 -04:00
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 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