Commit Graph

1103 Commits

Author SHA1 Message Date
evilhero a331449d30 FIX:(#1959) Test connection button will now return proper status response for NZBGet & will also send now when no category is set, FIX: Fix snatch script error when sending from nzbget and using an on snatch script, FIX: When importing files, would not update the status properly to 'Imported' after a successful import and sometimes create an additional empty entry instead 2018-05-22 13:01:48 -04:00
evilhero 4314b8b98c FIX: Fix for log_dir error on startup when log_dir is not set in the config.ini - either due to new startup or was set to None 2018-05-11 12:34:41 -04:00
evilhero 58b59d49bf FIX: Fix for autoProcessComics not properly determining the post-processing result type, Updated apc version to 2.04 2018-05-09 11:26:28 -04:00
evilhero db47659e42 FIX: When alternate series covers was enabled, would fail to perform complete update properly - leaving some issues unaccounted for, FIX: Will now log when CV does not respond with valid information on most queries (ie. expat errors), FIX: Will only write covers/cvinfo if either do not already exist, IMP: Alternate series covers will now track the last cover by issueid and only download when a newer issue cover is available 2018-05-08 14:01:24 -04:00
evilhero 0b190081ce FIX:(#1944) When adding a new comic and a new issue was found & downloaded, would fail on the updater portion due to an invalid reference 2018-05-08 11:57:13 -04:00
evilhero 8d626ec361 FIX:(#1941)(#1921) Possible fix for inability to correctly parse response from post-processor when using ComicRN 2018-05-02 13:38:51 -04:00
Craig Hornsby 93eb1a8615 Fix so getComic empty results are consistent
The results returned from the api command to getComic would return empty dictionaries for comics and issues, but would return 'null' for annuals.  Now all of them return empty dictionaries, when there aren't any results.
2018-05-02 10:39:04 -04:00
evilhero 47b475702e FIX: callback value was not set on secondary dupecheck pass 2018-05-01 16:28:10 -04:00
evilhero c98d50bd9f FIX:(#1938) better handling of Experimental searches for issue numbers that are padded & search titles having common words removed for more accurate/related hits, FIX: When Oneoff has been downloaded on weekly pull, would point to incorrect local link instead of pointing to CV 2018-05-01 13:43:01 -04:00
evilhero 54304193e2 FIX: Fix for problems when using wwt (returning no search results would throw error, beautifulsoup could not be used if html5lib was up-to-date on the host system 2018-05-01 10:42:00 -04:00
evilhero d6cecceaba FIX:(#1936) Possible fix for post-processing archived issues getting stuck in an infinite loop/crash 2018-05-01 10:38:56 -04:00
evilhero 78d84eee5e FIX:(#1934) added additional parser exception for experimental search 2018-04-27 21:23:04 -04:00
evilhero 0c25634684 IMP: When comic location is changed for a given series, will rename the directory if possible as opposed to creating a new directory, IMP:(#1920) Ability to directly input a 32p series ID for more accurate search results via the series details page/edit tab, IMP: Better error messages regarding: no CV API key being set when searching, and no Comic Location being set when trying to add a series, FIX: When using test SABnzbd button, if SABnzbd was not enabled previously (meaning config saved after the option selected), the test would return a fail status, FIX: When post-processing annuals, would fail to update the correct table resulting in a null table entry that would cause further problems, IMP: Added 1 day grace to the date check when comparing search results to allow for some leniency with regards to timezone differences, FIX: Fixed slight display issue when 32p provider was enabled, but torrents were turned off (pack option was being shown in series page when it shouldn't have been) 2018-04-26 11:27:51 -04:00
barbequesauce 37cd7346bc Changing log level 2018-04-26 09:21:20 -04:00
barbequesauce e6fb428dc6 Re-add filename into filechecker logging
I hate having to rebase after each update :)
2018-04-26 09:21:20 -04:00
evilhero 559e57a5c1 FIX:(#1929) Will default to en_US.UTF-8 locale if locale returns nothing 2018-04-25 13:00:18 -04:00
evilhero 0efc698086 FIX:(#1928) Incorrect logging statement when file checker would attempt to return list of Failed Files 2018-04-22 01:11:52 -04:00
Craig Hornsby 343c5a45b9 Fix for index out of range on cvinfo files
If the cvinfo had information in an unsupported format, like just 4050-xxxxx then the regular expression sub would cause an end of index exception.

Now the regex just looks for 4050-xxxxx, and doesn't really care about the format.

https://github.com/evilhero/mylar/issues/1923
2018-04-18 10:19:04 -04:00
evilhero 6a2b12313e FIX: Changed where version checking would run in startup sequence - is now after the web interface loads so that it will not loop forever in some instances trying to check git but an instance of Mylar is already running, FIX: Added more verbose error logging when checking versions fails 2018-04-16 13:59:17 -04:00
evilhero 0fdb551365 FIX:(#1921) When using ComicRN & NZBget, post-processing would fail due to inability to properly parse return string 2018-04-16 13:50:09 -04:00
evilhero a48c8b5b57 FIX: fix for cv searches for series that have the word 'and' as part of a larger word 2018-04-12 14:09:13 -04:00
evilhero 62277551b2 FIX:(#1918) Incorrect requests import within try/except always default to exception values 2018-04-12 10:25:42 -04:00
evilhero 127b109011 FIX:(#1912)(#1905) Logging would fail to initialize properly on non-English systems 2018-04-08 14:21:01 -04:00
evilhero a895f3f8d3 FIX:(#1905) Unicode errors when logging and system language is not a subset of english, IMP: Added post-processing queue (currently just for forceProcess api, but will be used by default for all post-processing actions soon), IMP: Multiple Torznab support added, IMP: Logging values for number of files and size/file added to config, IMP: Pushover notifications can be sent to specific device now, IMP: Added nzbget, newznab, nzb.su and dognzb test options, IMP: Added graphical checkmark/x when performing various tests (providers, downloaders, notifiers) within configuration, IMP: Removed some more unnecessary logging lines from searches 2018-04-06 13:46:39 -04:00
evilhero 6f57c19290 FIX: corrected exception catch for post-processing move/copy failures so that it logs from correct location 2018-04-04 14:26:39 -04:00
evilhero 1bffccfad3 IMP: Added exact error message logging for post-processing file operation instead of generic 'stupid' message 2018-04-04 10:13:56 -04:00
evilhero 33fc2f5f4d FIX: When post-processing, would error in some cases where a one-off insance was mistakingly being called and the data was incorrect - resulting in a locked up process with no post-processing occuring 2018-03-26 12:16:53 -04:00
evilhero b0d2ab5430 IMP: Added 0-day pack support for 32p (definitely beta quality), FIX: Reconfigured post-process api to allow for direct post-processing of issues/packs directly to either issueid/comicid as appropriate, FIX: Removed some unnecessary logging, IMP: Added better error/logging handling for 32p authentication (will now return proper error instead of a generic message), FIX: auto-snatch environment variables set to use temporary values instead of reusing incorrect globals 2018-03-22 10:00:34 -04:00
evilhero 47fb2db6ed FIX: Fix for db not being created on new installs when in maintenance mode 2018-03-17 22:43:04 -04:00
evilhero 312e699ef1 FIX:(#1893) In maintenance mode, when performing an import into a fresh install, the pull refresh date would not be populated due to the weekly pull not initializing on startup 2018-03-17 22:25:24 -04:00
evilhero 7a1af7c174 FIX:(#1893) json import fails in some cases, due to GUI reference 2018-03-17 11:25:44 -04:00
evilhero 96b5ec55c8 FIX: fix for environment variables being retained incorrectly over time 2018-03-16 16:12:45 -04:00
evilhero 7fe9fa7e78 IMP: Added nzo_id reference to on-snatch call for sabnzbd snatches 2018-03-16 14:15:45 -04:00
evilhero 4508f62b5b FIX: fixed api call to allow for direct post-processing against a given issueid or comicid (if a directory) 2018-03-16 11:12:31 -04:00
evilhero df887bdb63 FIX:(#1890) Original file not being deleted from download location upon successful post-processing 2018-03-15 13:39:41 -04:00
evilhero effdf4b5dd IMP: Added issueid/comicid API to forceProcess API call which will allow for post-processing direcly against an issueid, or a series (if comicid alone is provided) if a directory is provided as the nzb_folder (ie. a pack) 2018-03-12 15:37:38 -04:00
evilhero 9b91a3ec83 FIX:(#1787) Added more specific error logging messages to version check 2018-03-11 11:51:52 -04:00
evilhero e060f37c8e IMP: Added maintenance mode to command line option. Allows for exporting/importing of either json file/db files, as well as updating Mylar without having to load the GUI which sometimes causes problems, FIX: Removed extra Mark as Skipped option from appearing on comic details page, FIX: Added series cover fallback for alternate issue images if issue images were not populated yet, FIX: Removed some unneeded logging lines during weekly pull check 2018-03-09 14:08:25 -05:00
Barbeque Sauce 3ffec19628 FIX: it's a key, dummy 2018-03-09 12:30:23 -05:00
Barbeque Sauce 506435c598 Added DateAdded, ReleaseDate to OPDS titles
Added DateAdded, ReleaseDate to OPDS titles
2018-03-09 12:30:23 -05:00
evilhero b47b5351d4 FIX: Fix for searching for series with a '+' in them not returning any results 2018-03-09 11:47:55 -05:00
barbequesauce 0442d808c9 More details in how log entries are made
More details in how log entries are made: add in the filename & function which is logging something right before the line number
2018-03-08 16:16:59 -05:00
barbequesauce 131cbb3eae Added code line numbers to log formats
Added code line numbers to log formats to ease/speed up troubleshooting.
2018-03-08 16:16:59 -05:00
evilhero a8c2edf33a FIX: corrected incorrect variable reference for story arc options 2018-03-08 16:14:36 -05:00
evilhero 284ddb822c FIX:(#1881) When Manual metatagging (either individual/series) would delete the metatagged .cbz file if the original was also a .cbz 2018-03-07 16:29:19 -05:00
evilhero 1803db9e53 FIX: StoryArc Options / Readinglist / Weekly Folder Options were not saving properly (would reset to default on restart) 2018-03-07 16:11:59 -05:00
evilhero dbb36711bb FIX: misspelt logo location 2018-03-07 14:08:13 -05:00
evilhero 5553e940a0 FIX: When dupchecking and file-size was being returned as 0, would result in an assumed archived status and not post-process - now will recheck existing series dir if required, and run dupechk thereafter, FIX: Post-process was not updating file-size of post-processed issue 2018-03-07 10:02:48 -05:00
evilhero c6c31b3588 FIX:(#1689) When mass renaming, issue count would tally across series instead of being limited to just the given series 2018-03-06 14:33:57 -05:00
evilhero 45ce2bd993 FIX:(#1880) Gzip module was not being called when trying to download image 2018-03-06 14:29:09 -05:00