Barbeque Sauce
7c24b668f7
FIX: make index case-insensitive ( #2381 )
2019-12-15 21:31:24 -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
barbequesauce
38ee0e959b
FIX: notify on some cases of bad import data
2019-06-26 12:07:42 -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
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