evilhero
26e6196d4b
FIX: Quick patch for torrent comparisons during searches when either search results or series title contained a comma
2017-02-11 18:57:19 -05:00
davalanche
1c737b691c
FIX: Prevent the $VolumeN tag from being removed from the 'Advanced Settings - Folder Format' string when adding a new comic with Volume Number = None
2017-02-02 10:40:07 -05:00
davalanche
9493bea29e
FIX: 'Test SABnzbd' Button: Avoid the (silent) failure that occurs when a full API Key is specified instead of a NZB Key
...
The SABnzbd get_config API method does not return a status element on success so just rely on the absence of the 'host', 'nzb_key', and/or 'api_key' elements to get us into the exception block where the test against the NZBKey occurs.
2017-02-02 10:40:07 -05:00
davalanche
38ba9337c2
FIX: getUpcoming API method: Include 'Snatched' issues in addition to 'Downloaded' issues when &include_downloaded_issues=Y, FIX: getUpcoming API method: Align with the Weekly Pull List (use Sunday instead of Monday as the first day of the week)
2017-02-02 10:40:06 -05:00
evilhero
c24e5db131
FIX:( #1559 ) Added option to config.ini(cmtag_volume) for enabling/disabling volume tag when metatagging with CT. By default, it is set to enable
2017-02-02 10:34:49 -05:00
evilhero
b0458c6e09
FIX: Fix for deleting series from the Manage Comics page
2017-02-02 09:09:27 -05:00
evilhero
1f0013281f
FIX: When selecting muliple series of the same title and year, would cause error when performing any action on Manage Comics tab
2017-01-29 19:35:16 -05:00
evilhero
2638a3c0e8
FIX:( #667 ) Removed extra sql query that would cause db locks on Windows machines, and removed some unneeded sql which should improve main page load times
2017-01-26 00:21:15 -05:00
evilhero
a9b7da8690
FIX:( #1548 ) Fix to allow for continuation of polling RSS Feeds if provider is non-responsive
2017-01-25 13:27:03 -05:00
evilhero
6815ead20a
FIX: Typo caused error when updating issue data
2017-01-25 10:07:39 -05:00
evilhero
9843516fcf
FIX: Fix to address .MU issues set to come out this week
2017-01-23 14:58:22 -05:00
evilhero
78da0c4714
FIX:( #667 ) DB Locking would occur on startup sequence on some instances. Removed update call
2017-01-22 18:34:30 -05:00
davalanche
2d71763a96
FIX: getUpcoming API method: days in a new year that precede the first Monday now look to the previous Monday for week and year
2017-01-20 14:56:25 -05:00
davalanche
6a7339a131
FIX: Tweak the getUpcoming API method to work for the first 9 weeks of the year when alt_pull = 2
2017-01-20 14:56:25 -05:00
evilhero
e53f822aa0
FIX: Fixed problem with Import scanner not completing the scan when encoutering an error. Will now log the error(s) and continue scanning.
2017-01-20 14:43:32 -05:00
evilhero
5c6894d13a
FIX: incorrect reference for storedate on retry issue
2017-01-20 14:23:53 -05:00
evilhero
caa5894554
FIX:( #1529 ) Retrying downloads would fail to start search, FIX: One-off downloads from the weekly pull should now be working again, FIX: Test button for 32P Auth mode option will display proper response
2017-01-20 14:15:15 -05:00
evilhero
02fa5baf1e
FIX:( #1545 ) Error on startup when latest date values were in an Unknown format, IMP: better optimization of the main page queries (thnx scotton)
2017-01-20 12:15:33 -05:00
evilhero
a241571a4b
FIX:( #1522 ) Should finally fix the issus with alt_pull 0 method not displaying the pull-list
2017-01-19 10:30:07 -05:00
evilhero
0596c6366b
FIX:( #1542 ) WWT Category update
2017-01-18 13:56:26 -05:00
evilhero
437ea6616b
FIX: When filechecking, if last character in filename was a square bracket would cause error
2017-01-18 10:58:43 -05:00
evilhero
83816cfa64
FIX:( #1541 ) Quick patch for the nzbhydra local adhere to search wait times previous fix
2017-01-16 13:31:34 -05:00
evilhero
5d06667e71
FIX:( #1541 ) Local bypass can now be removed for local nzb searches that want to adhere to the wait factor (ie.nzbhydra)
2017-01-16 10:18:15 -05:00
evilhero
8745345407
FIX: Fix for story-arcs not showing 'Grab it/Remove it' for issues in a Skipped status
2017-01-14 11:30:05 -05:00
evilhero
8e217bcf58
FIX: when extracting cover for issue details, will now return an ordered list of the files within the archive instead of random order
2017-01-10 18:49:11 -05:00
evilhero
cc231a416c
FIX:( #1523 ) filesize of torrent polled from an rss feed has a comma in the size field
2017-01-10 18:47:20 -05:00
evilhero
f2cb786b69
FIX: stupid typos
2017-01-06 14:09:23 -05:00
evilhero
e602518ea6
IMP: Added Hash field to Snatched table to allow for future torrent features
2017-01-06 13:41:13 -05:00
evilhero
6e7f71fb30
FIX: Fix for invalid literal when 32p failed to logon, IMP: when 32P search results via api return more than one possible match, will now wait until issue is matched to correct series before writing the 32P ID to the table to speed up future searches against said series
2017-01-06 13:28:39 -05:00
evilhero
409cc7a382
FIX:( #1528 ) Post-Processing would fail on one-off storyarc when storyarc directory was not enabled
2017-01-06 13:18:38 -05:00
evilhero
9519153db3
FIX:( #1522 ) Fix for weekly pull list being empty when using alt_pull 0 method
2017-01-06 13:06:58 -05:00
evilhero
ea53e30409
FIX:( #1524 ) Fix for download issues button not working on pullist
2017-01-06 13:01:46 -05:00
evilhero
970f6a8b78
FIX:( #1529 ) When retrying downloads from an nzbprovider, would error with invalid global
2017-01-06 12:55:08 -05:00
evilhero
7155f1f831
FIX:( #1525 ) Deluge not setting label properly
2017-01-04 13:43:42 -05:00
evilhero
918b20247b
FIX:( #1509 ) Fix for error with Story-Arcs when adding an arc, and Refreshing an arc
2017-01-03 16:03:18 -05:00
evilhero
da454bd2f9
FIX:( #1517 ) Deluge client would return 'no module named bencode' error upon checking hash
2017-01-02 20:38:52 -05:00
evilhero
49508e4944
FIX: Fix for search compares that are offset by enough timezone difference to place the search in the prior day, resulting in a non-match result
2017-01-02 20:12:18 -05:00
evilhero
2188061ba1
FIX:( #1520 )( #1523 ) DEM torrent provider changed domain causing downloads to point to incorrect domain link
2017-01-02 20:11:28 -05:00
evilhero
ce9e926771
FIX: Fix for empty pullist table for first week of 2017
2017-01-02 00:55:15 -05:00
evilhero
7278198bee
FIX:( #1513 ) Fix for problem with file-scanner recognizing issues with 'Vol.#' in the series title
2016-12-31 01:47:24 -05:00
evilhero
43143d10e3
FIX: Fix for space error on startup
2016-12-31 00:50:21 -05:00
StephenJCotton
dd5b2d37e8
Update to address multi-check not working in Comic Details. this commit fixes evilhero/mylar#1507
2016-12-31 00:47:37 -05:00
StephenJCotton
47a7fb53d3
Add All to Reading List Button, Account for issues renamed/rescanned after adding to reading list but before sync by ignoring stored location in readlist table and instead joining on comics and issues.
2016-12-31 00:40:18 -05:00
StephenJCotton
9d97fbdf8e
New helper function for listing Story Arc IDs and modification to Story Arc Info function to use new helper function
2016-12-31 00:37:13 -05:00
Undeadhunter
48933364bb
Incorperate cfscraper with 32pages auth/torrent download
2016-12-31 00:27:10 -05:00
Undeadhunter
6101943540
Update cfscrape to latest version
...
https://github.com/Anorov/cloudflare-scrape
2016-12-31 00:27:10 -05:00
Undeadhunter
cbcb12516e
Repalce normal requests with CFscraper requests
2016-12-31 00:27:10 -05:00
evilhero
3e7339f066
FIX: just whitespace fix
2016-12-29 11:41:12 -05:00
Undeadhunter
8f4a6797fa
Redo of #1495
2016-12-29 11:37:40 -05:00
evilhero
0961f45ed0
FIX: rtorrent authentication type wouldn't save setting properly
2016-12-29 01:41:13 -05:00