Commit Graph

1075 Commits

Author SHA1 Message Date
evilhero ed55065779 FIX: fix for error during post-processing if multiple_dest_dirs was not present for a given series, FIX: set the versions for the comicrn & autoprocess correctly again 2017-10-28 12:33:59 -04:00
evilhero 1585bd321e FIX: incorrect global reference when rss checking against public torrents 2017-10-26 18:47:23 -04:00
evilhero 06c081b728 FIX: fix for error when searching with newznab and bool conversion error 2017-10-26 14:17:32 -04:00
evilhero fef5347c04 FIX: saving configuration from GUI would result in error pop-up message 2017-10-26 14:12:00 -04:00
evilhero 9ced86a0e1 FIX: when sab_host was blank, would error on config conversion, IMP: Removed blank spaces from extra newzanbs when writing config - also fixes the blank newznabs entries being generated when blank information is present 2017-10-26 13:24:38 -04:00
evilhero b8b52644d9 FIX: fix for blank username/password for Mylar GUI not being accepted as a valid value, IMP: Added error exception display for exception when trying to logon to 32P 2017-10-26 11:53:38 -04:00
evilhero 520e9347f7 FIX: forgot the __init__.py! :/ 2017-10-25 14:39:50 -04:00
evilhero c95b3d847c IMP: Redid configuration completely - added config module and changed structures accordingly. Allow for minimal ini configuration (minimal_ini=True). Updated global/config variables throughout each module as required. Provider order sequence now generated on each save (no longer requires a restart). Bunch of other fixes that were either part of the configuration changeover, or the result of and had to be changed/fixed in order for the this to work 2017-10-25 14:33:56 -04:00
evilhero 8673896d2f added LICENSE file for GPLv3 2017-10-12 12:03:36 -04:00
evilhero afeec67fb8 FIX:(#1739) Fix for logging error when dealing with unicode issues and refreshing/adding a story arc 2017-10-03 17:14:47 -04:00
evilhero 19f34ab79d FIX:(#1736) fix for annuals not refreshing properly when checking to see if issue dates are 0000-00-00 2017-09-29 01:19:38 -04:00
evilhero 7c02c6e4df FIX:(#1736) Error when adding/refreshing series that had invalid dates (ie.0000-00-00) 2017-09-28 23:11:46 -04:00
evilhero 98d705fabc FIX: Fix for db update running against older series and changing the status' incorrectly to Wanted when they should have been Skipped 2017-09-28 20:26:50 -04:00
evilhero ab161f9d9c FIX: When post-processing story-arc issues that were one-off's via usenet, would fail to continue post-processing due to some broken references, IMP: Threaded the retry option from the story arc detail page 2017-09-28 10:05:44 -04:00
evilhero 1fa3de4cb1 FIX:(#1715) When renaming an annual with annual integration not enabled, would throw a logger error, FIX: When adding a series to the watchlist, if 'Automatically Mark All Issues as Wanted' was selected, would fail to mark all issues accordingly 2017-09-26 13:52:02 -04:00
evilhero 08a29f7294 FIX: pullist links for series already on watchlist were broken due to previous commit 2017-09-25 16:37:43 -04:00
evilhero f372d3ae44 FIX: fix for 404 errors due to pullist issues having a 'No' for ComicID so no link was reachable 2017-09-25 14:58:14 -04:00
evilhero 5946c81693 FIX:(#1734) Series that contain a number sign in the actual title would not get parsed properly during a Recheck Files 2017-09-25 14:21:15 -04:00
evilhero 98471d1232 FIX:(#1732) Possible fix for issues not retaining previous status other than Skipped, during a DB update of a series 2017-09-24 13:35:45 -04:00
evilhero 8d199d3ec7 FIX: Fix for appending incorrect unicode api call to the Scan Library path to enable extra long-paths (redacted - will not start scan due to the call) 2017-09-22 12:50:02 -04:00
evilhero bd7224446a FIX:(#1731) Logger error when attempting to rename a -1 issue number 2017-09-22 09:43:47 -04:00
evilhero 53446dc638 FIX: Should be final fix for None status occuring that have caused several pullist/refresh problems, IMP: Will check on startup for any series that contain issues with a None status, and automatically refresh those in the background so that things can be properly accounted for again. 2017-09-21 15:01:11 -04:00
evilhero 60f147455a FIX: Another try at the None Status problem... 2017-09-20 20:32:53 -04:00
evilhero b3fcfab0a0 FIX: Another possible fix for the None Status issue currently happening that is affecting pullist and series refreshes 2017-09-20 20:19:26 -04:00
evilhero 75f243bc8d FIX:(#1719) Fix for logging error trying to log unicode in file format, FIX: Possible fix for weeklypull / refresh causing some series to change status to None 2017-09-20 19:51:00 -04:00
evilhero edfdf98271 FIX:(#1720) Incorrect appending of unicode path when running Scan on Windows OS 2017-09-20 17:32:54 -04:00
evilhero 2420a33dd6 FIX:(#1721) Fix for Clear History returning a syntax error when clearing entire snatch history 2017-09-20 17:28:40 -04:00
evilhero 6294bb7476 FIX: Added unicode option for issue number retention in config.ini as UNICODE_ISSUENUMBERS (enabling will retain unicode issue numbers in filename, not enabling will convert to normal numbering if possible), FIX: Fixed some problems with the weekly pull not properly refreshing series that were on the pullist in order to be correctly marked as Wanted. 2017-09-20 17:21:33 -04:00
evilhero c6a7f4dbdf FIX: Annuals were not being refreshed properly which caused various errors when trying to refresh/update/add series that had annuals integrated, FIX: If an annual had a volume label in the filename prior to the word 'annual', file parser would assume it was a non-annual and mark wrong issues 2017-09-19 11:41:48 -04:00
evilhero 0f1a3578f3 FIX:(#1715) When manually renaming from series detail page, would fail due to an invalid reference, FIX: Fixed some icon display issues with annuals and annual integration not dislaying proper ones, FIX: Annuals were not being refreshed that were previously present, due to a commit fix, IMP: Removed some code not needed 2017-09-18 16:07:21 -04:00
evilhero 8d9d275f07 FIX: fix display issues on series detail page when changing status' or marking as Wanted via icon 2017-09-16 10:43:44 -04:00
evilhero 595ed45511 FIX:(#1658) Retries from history should now be working again (with post-processing), IMP: When refreshing a series, if expected series directory was inaccessible/unavailable would delete old issue data resulting in a blank issue table, FIX: Fixed some encoding problems with the auto-snatch script, FIX: Removed Failed as a possible available option for status change on the Manage Issues tab, IMP: Changed some logger lines from info level to debug. 2017-09-14 14:49:24 -04:00
evilhero 3671a81096 FIX:(#1712) Fix for incorrect variable reference when using public torrents with watchdir 2017-09-13 13:18:14 -04:00
George Leidolf f2bce0f0be Updated SQL to fix Index errors on Refresh Comit 2017-09-12 10:10:23 -04:00
barbequesauce eccc9e14cf Log "Unable to properly verify reference to 32P" as debug
Change the logger call for "Unable to properly verify reference to 32P" from warning to debug
2017-09-12 10:03:14 -04:00
evilhero dd750f7cfc FIX: Fix for schedulers displaying None for Next Runs on startup 2017-09-11 02:09:18 -04:00
evilhero ddd06382a4 FIX:(#1709) TypeError when entering configuration screen 2017-09-11 00:43:04 -04:00
evilhero fe90d9b873 FIX: Stupid path change caused invalid stash notice 2017-09-10 11:55:43 -04:00
evilhero 21eee17344 IMP:New scheduler tab (Manage / Activity) where you can see job current run status', next runtime, and prev runtimes as well as force/pause a job, FIX: Disabling
torrents will now properly hide torrent information, IMP: Specified daemon port for deluge as an on-screen tip for more detail, IMP: Added 100,200,ALL as viewable
watchlist views, FIX: When viewing pullist and annual integration enabled, if annual was present would incorrectly link to invalid annual series instead of the
actual series itself, IMP: Added more detail error messages to metatagging errors and better handling of stranded files during cleanup, IMP: Improved some handling for weekly pull-list one-off's and refactored the
nzb/oneoff post-processing into a seperate function for future callables, Moved all the main url locations for public torrent sites to the init module so that it
can be cascaded down for use in other modules instead as a global, IMP: Added a 'deep_search_32p' variable in the config.ini for specific usage with 32p, where
if there is more than one result will dig deeper into each result to try and figure out if there are series matches, as opposed to the default where it will only use ref32p
table if available or just the first hit in a multiple series search results and ignore the remainder, FIX:Fixed some unknown characters appearing in the pullist due
to unicode-related conversion problems, FIX: fixed some special cases of file parsing errors due to Volume label being named different than expected, FIX: Added a
3s pause between experimental searches to try and not hit their frequency limitation, IMP: Weekly Pullist One-off's will now show status of Snatched/Downloaded as
required, FIX: Fixed some deluge parameter problems when using auto-snatch torrent script/option, IMP: Changed the downlocation in the auto-snatch option to an
env variable instead of being passed to avoid unicode-related problems, FIX: Fixed some magnet-related issues for torrents when using a watchdir + TPSE, FIX: Added
more verbose error message for rtorrent connection issues, FIX: Could not connect to rtorrent client if no username/password were provided, IMP: Set the db updater to run
every 5 minutes on the watchlist, automatically refreshing the oldest updated series each time that is more than 5 hours old (force db update from the activity/job schedulers page will run the db updater
against the entire watchlist in sequence), IMP: Attempt to handle long paths in windows (ie. > 256c) by prepending the unicode windows api character to the import
a directory path (windows only), IMP: When manual metatagging a series, will update the series after all the metatagging has been completed as opposed to after each
issue, IMP: Will now display available inkdrops on Config/Search Providers tab when using 32P (future will utilize/indicate inkdrop threshold when downloading)
2017-09-10 11:50:08 -04:00
evilhero d2b8ffebad FIX:(#1702) Fix for WWT domain change as well as a quick patch for future domain changes 2017-09-05 21:27:54 -04:00
evilhero 5ee122a7df FIX:(#1694) Error occurs during refresh/add of series/arc if the series year on CV is in a XXXX- format to indicate a currently published series 2017-08-11 19:55:54 -04:00
evilhero dfe009f7fb FIX:(#1681) Fix for incorrect manualmeta variable usage 2017-07-28 12:10:13 -04:00
evilhero 906f2b1479 FIX: Metatagging would fail on cleanup process, which would cause comicRN to hang in some instances 2017-07-25 23:08:18 -04:00
davalanche da8bec9bf1 IMP:(#1680) Added Pushbullet Channel Support 2017-07-19 14:09:09 -04:00
Tim Curtin 41f6c4d5e3 Adding log level check for logger using log_level from config.ini 2017-07-19 13:59:51 -04:00
evilhero 61f3a19aec FIX:(#1679) Error regarding rss variable when using nzb providers 2017-07-15 15:54:18 -04:00
Steffen Holm Karstensen 3488436c4b Do not prepend V to volume when tagging with cmtag_start_year_as_volume 2017-07-13 14:40:07 -04:00
pwf115 997808851d Added Slack notification support 2017-07-13 14:28:10 -04:00
evilhero cef6732a9d FIX:(#1678) When searching 32p, would use os-based dates for comparisons which caused problems when it was not English. Now will convert non-English timestamps into an English format so that comparisons will work properly again. 2017-07-13 14:03:32 -04:00
evilhero 148533ccc2 FIX:(#1671) When adding series via the search results page, on some systems it would return an error due to the db not being populated in enough time. Now will wait 5s before attempting to load series detail page to display 2017-07-09 15:48:13 -04:00