Commit Graph

1348 Commits

Author SHA1 Message Date
evilhero ef6e7d67a4 IMP: Added '-fs' (fixslashes) to maintenance mode to correct double-slashes incorrectly appearing within db Comic Location paths 2018-06-09 13:57:12 -04:00
evilhero 97d4fbbf47 FIX:(#1971) Fixed some incorrect logging statements that would halt import process from continuing 2018-06-09 11:14:06 -04:00
zxvv 9e785bb602 revise .split() on 'file not found' error messages 2018-06-09 10:56:21 -04:00
zxvv 4656a5f763 fix typo
Please ignore this if it's more efficient to fix other ways!
2018-06-09 10:53:46 -04:00
evilhero e685002c05 IMP: Changed from io.open to csv for export method, consolidated sql query into one line, will create alternate file if cannot remove pre-existing csv file 2018-06-08 11:04:34 -04:00
Craig Hornsby 7cb179d21f I was unable to write out the wanted_list.csv file
The wanted_list.csv file is now written out.  It outputs the correct information (as far as I could tell).  However, I recommend testing on Linux.  I modified it on Windows, and changed the way the file is opened.  There's still an issue - if there are commas in the fields that will generate another column upon import (as expected).  I would have to look a little more at the standard method of dealing with commas on CSVs to make a recommendation here.
2018-06-08 09:31:57 -04:00
infomofo 1ec6a1e087 Fix a misleading error message 2018-06-08 09:23:58 -04:00
evilhero 5e6b861fad FIX: Fix for manual post-processing when name differed from series, would not store the 1st manual post-process iteration and ignore it completely when actually performing post-processing 2018-05-31 13:28:12 -04:00
evilhero f30358573d FIX: Fix for mis-spaced line in sabnzbd module from previous commit, FIX:(#1963) Remove stale entries from storyarcs table on startup to avoid errors when viewing Upcoming table due to invalid references 2018-05-24 12:23:32 -04:00
evilhero 30a7c1c559 FIX:(#1956) When using Completed Download Handling with NZBGet, and item was downloaded before the monitor could find it - would fail to locate the download in the queue and enter in a continuous loop, FIX: As above issue, but with SABnzbd - will now check history if item cannot be located in queue before giving up 2018-05-24 11:36:37 -04:00
evilhero eb3f7ccac2 FIX:(#1961) Silent error occured when performing a Mass Import and one of the titles contained a utf-8 character that could not be converted 2018-05-23 22:38:24 -04:00
evilhero 05081d9a62 FIX:(#1789) Fix for OPDS Feed not showing non-watchlisted items of an arc 2018-05-23 10:23:36 -04:00
evilhero c557626e64 added additional logging for import scan to help break down problematic import erroring 2018-05-23 10:05:11 -04:00
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 6ab1715c53 Merge branch 'development' 2018-05-13 16:09:03 -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 c047a88463 Merge branch 'development' 2018-04-25 13:02:57 -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 c336227b32 Merge branch 'development' 2018-04-22 01:26:01 -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
evilhero 2b9813daae Merge branch 'development' 2018-04-20 12:13:38 -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 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
evilhero ae3aa9f75b FIX:(#1880) When adding a series, would sometimes generate a NameError 2018-03-05 12:35:15 -05:00
evilhero e35e36efd1 FIX:(#1879) When searching for Story-Arcs, would return an error message in some instances due to an improper variable mismatch, FIX: Story-Arc search results would always return the Year as being None 2018-03-05 12:25:36 -05:00
evilhero feaf102ed3 FIX: Fix for marking a Snatched Download as Failed and having it return an error to the GUI, but still process the Failed request 2018-03-02 21:21:11 -05:00
evilhero 3e9d7a87a7 FIX:(#1876) When adding file to uTorrent via snatch, Mylar would successfully add but return an error due to an invalid format 2018-03-02 02:08:49 -05:00
evilhero 1c1d5550b5 FIX:(#1875) Manual meta-tagging would not remove cbr file from original location 2018-03-01 17:02:57 -05:00
evilhero 6f4b5688a4 FIX: fix for auto-snatch not being clickable on weeklypull, IMP: Took publisher logo workflow and moved it from html into helpers.py, IMP: Added/Updated some of the publisher logos, FIX: Corrected mis-match table entry on choose download option, FIX: Refresh Series will now reload the screen after completion, FIX: Removed some unnecessary logging lines from cmtagmylar 2018-03-01 14:49:30 -05:00
evilhero 24512d60de FIX: Fix for storyarcs not honoring the storyarc directory option when toggled off on arc detail pages (which would also call errors during post-processing). It is a global setting, and as such is only available for toggling now on the story arc main page, FIX: Story arc settings were not being updated when clicking on the Update button 2018-03-01 11:44:29 -05:00
evilhero 79a1fd7aec IMP: config.ini option (show_icons) to either show icons / show only text on weeklypull 2018-02-28 11:43:33 -05:00
evilhero 1304866298 FIX: When adding a story arc, if storyarc dir in cache location was not present wouls throw error 2018-02-27 18:07:00 -05:00
verbumfeit 38e01091f3 Removed unnecessary return statement 2018-02-27 18:03:41 -05:00
verbumfeit 6ee257a1d6 Add missing space in Telegram notification 2018-02-27 14:24:25 -05:00
verbumfeit e898240421 Eliminate repetition in Telegram notification
Removal of unnecessary status argument
2018-02-27 14:24:25 -05:00
verbumfeit 96127ea42a Eliminate repetition in Telegram notification 2018-02-27 14:24:25 -05:00
verbumfeit e1e2916f07 Fix chmod/chown for single file 2018-02-27 14:11:32 -05:00
barbequesauce 9c65a0d37a FIX: #1861 move notif from attachment to msg body
FIX: #1861 move notif from attachment to msg body
2018-02-26 11:52:34 -05:00
barbequesauce cd5bbfe74b FIX: #1861 move notif from attachment to msg body
FIX: #1861 move notif from attachment to msg body
2018-02-26 11:50:17 -05:00
evilhero 8de481431d IMP:(#1689) Added rename option to the Manage Comics dropdown selection, FIX: Removed spam logging line from search displaying at INFO level, IMP: Added a few exception/catch spots when importing and using the 'do not move' option for better troubleshooting 2018-02-26 11:45:33 -05:00
evilhero 4042b9b053 FIX: fix for some id / nzbhydra2 problems when generating the id for reference, which would cause invalid url's in some cases, FIX: added a cleanup routine for post-processing individual issues via api call 2018-02-24 18:02:14 -05:00
evilhero a1709db0a7 FIX: (#1864) Fix for cleanup not removing original location of file & folder, regardless of method, FIX: Choose Download from weekly pull would not return valid results if series had a Volume listed on the page, IMP: Fix for 32p referencing incorrect search results if publisher was set, FIX: other small code changes that would cause various errors on some systems, but I can't remember them all atm - cause, snow. 2018-02-23 13:32:01 -05:00
evilhero 8081a50d4d FIX: fix for stray readinglist references that has been changed to storyarcs on initialization 2018-02-21 14:55:23 -05:00
evilhero 6a45836ed5 FIX: just trying to clean up the login stuff...again 2018-02-21 14:54:29 -05:00
evilhero f091ac5fa2 FIX:(#1863) Error when downloading issues using nzb sources 2018-02-21 14:23:50 -05:00
evilhero 397290d8ee FIX:(#1862) I hate you, windows. 2018-02-21 13:51:25 -05:00
evilhero 413da0f46c FIX: Fix for retry issue throwing a config error when trying to resnatch a torrent snatched to a client 2018-02-21 10:15:05 -05:00
evilhero cc7d0a31fe FIX:(#1861) Freespace check would not run on Windows-based OS 2018-02-21 10:11:36 -05:00
evilhero 7919ac9feb FIX: Fix for typo in post-processor would result in key error 2018-02-21 09:46:03 -05:00
evilhero edbed3b106 FIX: one more attempt at forms login + from_page 2018-02-18 17:18:11 -05:00
evilhero 74dca7d696 FIX: another attempt at the forms page + from_page problem 2018-02-18 17:08:50 -05:00
evilhero a300fc26ed FIX: Another attempt at the forms auth + from_page problem 2018-02-18 16:55:00 -05:00
evilhero a90efefeb4 FIX: fix for forms login not honouring from_page 2018-02-18 16:49:33 -05:00
evilhero a68ec6bb78 FIX: fix for not having requests installed when using ComicRN - autoProcessComics updated to accomodate legacy fall-back mode via api 2018-02-18 16:46:06 -05:00
evilhero 9c93d29c81 FIX: Added catch exception to having a blank publisher name as a result of a failed refresh sequence 2018-02-18 13:57:22 -05:00
evilhero 4cce202fe4 FIX: fix for previous commit/typo 2018-02-18 11:32:35 -05:00
evilhero f2d4926947 FIX: if refresh series would fail, creates None values for latest date that causes problems thereafter 2018-02-18 11:14:59 -05:00
evilhero cfdacb4501 FIX: When updating series covers using alternate_latest_series_covers option, will now update the image on screen immediately after a Refresh, FIX: Removed unnecessary logging lines from serach results showing full results 2018-02-17 23:23:07 -05:00
evilhero d12e4d779d FIX:(#1857) When adding new comic would error if cover.jpg was to be placed in series directory 2018-02-17 23:11:48 -05:00
barbequesauce 8568c41baf Possible fix for issue #1855
Should be tested more thoroughly
2018-02-17 18:02:27 -05:00
evilhero 0873be54fd FIX: fix for not monitoring any storyarcs present on the upcoming tab 2018-02-16 17:46:58 -05:00
evilhero da9f7c6521 FIX: fix for series cover being set to None on refresh 2018-02-16 17:01:07 -05:00
evilhero cbb04d523e FIX: fix for throwing error on startup when no user/pass enabled, FIX: Choose specific download option was broken for non-watchlisted items on the weekly pull 2018-02-16 16:41:44 -05:00
evilhero 17f8c8d72b FIX: Fix for search links returning an invalid id 2018-02-16 16:04:52 -05:00
evilhero eb5b6b1d5c FIX: fix for wwt with torznab not working due to url changes 2018-02-16 15:48:31 -05:00
evilhero 0ff38c164e IMP: Added Choose specific Download option to manually select from result list on Upcoming/Details/Weekly tabs, IMP: Added Wanted storyarcs to the overall Wanted section so now will search as per global options (storyarc issues can be displayed optionally on Wanted tab), IMP: Added custom url option for image banners/posters for storyarcs, IMP: updated Cherrypy, FIX: Fixed ComicRN not working when forms authentication used - in conjunction updated autoProcessComics to 2.0 which now uses apikey instead of user/pass, IMP: Alternate Series Covers option for alternating existing series image to the most current issue image, IMP: Added overall series total to series page for reference, IMP: Search workflow completely changed to accomodate more than one indexer - now will simultaneously sumbit initial request to each provider, wait 30s submit additional as required at 30s intervals, FIX: Removed TPSE as an option and relabelled to just Public Torrents, IMP: Added direct backlog search to WWT option (pack support will follow), FIX: Removed line about configparser being required for ComicTagger usage, IMP: Test code in place for newzab testing, FIX: Fixed layout problem with torrents that are in auto-snatch status on weekly tab, IMP: backend code improvements to allow for better alias usage and annual linking directly from WS, IMP: Updated systemd init-scripts with read.me, IMP: When post-processing, will now check for available destination free space before actually moving files, IMP: Will copy during metatagging to cache folder instead of move being an option so cleanup is cleaner if something fails, FIX: Changed readinglist table to storyarcs for clarity, IMP: When post-processing issues, will now only update the one issue status and adjust totals accordingly (instead of doing a complete rescan of the series), FIX: Clear out empty ID's from the Failed DB on startup, IMP: Initial code-run at REST API interface, FIX: Fixed some matching problems with 32p due to case, IMP: removed apikeys from log entries that were accidentally logging, IMP: When searching 32p, if items get packed up - will now delete the cached reference so new items of the same can be located, IMP: ForceSearch option switched to scheduler so simultaneous runs should not occur, FIX: Fixed manual metatagging error that would occur if multiple destination directories existed 2018-02-16 14:57:01 -05:00
evilhero a012d503a8 FIX: fix for weeklypull not dropping stale entries or when switching btwn different alt_pull methods due to fallback 2018-02-15 13:56:12 -05:00
evilhero 9d90f42655 FIX: fix for weekly pull not deleting stale entries when recreating pull-list 2018-02-15 13:01:26 -05:00
evilhero 42215e9e89 Merge branch 'development' 2018-02-06 10:57:32 -05:00
barbequesauce ba2c9ed2f6 Fix Torzanb typo
Fix Torzanb typo
2018-02-06 10:38:15 -05:00
evilhero 2d97824c89 FIX:(#1842) Forms Login did not respect http_root option 2018-01-16 12:35:34 -05:00
evilhero a2f3fb7d67 (#1834) Added login page as an optional authentication method (thnx to 2mny for the Proof of concept & help) 2018-01-14 22:28:42 -05:00
evilhero ad74051985 FIX: Fixed problems with NZBHydra v2 downloads using incorrect URL reference 2018-01-12 13:27:56 -05:00
evilhero 828ddb0124 FIX: removed some config logging lines 2018-01-12 09:47:32 -05:00
evilhero 1d253a1c3c FIX:(#1841) Legacy mode for 32P was broken due to previous config changes 2018-01-12 09:46:02 -05:00
evilhero 4e66e093a7 FIX: fix for This Week tab Previous/Next week arrows not referencing the correct week properly 2018-01-05 22:24:20 -05:00
evilhero 8f40463dc0 FIX:(#1835) Fix for '-' not being removed during search queries to ensure all the matches get retrieved for analysis 2018-01-04 13:35:37 -05:00
Tim Curtin 6912487570 Config module requires integer for log_level 2018-01-02 22:58:14 -05:00
LordJay23 a13a112f6d Typo in API 2018-01-02 22:55:33 -05:00
LordJay23 92ee4be87e API - addStoryArc, getStoryArc API Reference Update OPDS minor fix for custom story arcs 2018-01-02 22:55:33 -05:00
LordJay23 750657bea1 API - addStoryArc 2018-01-02 22:55:33 -05:00
DarkSir23 002d96e4af OPDS Recents Fix 2017-12-29 21:48:18 -05:00
evilhero 053626a96b Merge branch 'development' 2017-12-20 09:46:34 -05:00
evilhero f62f937b4a FIX:(#1570) After initiating a Wipe NZBlog command, the nzblog table that is recreated is missing a column which will trigger an error when performing a post-processing run 2017-12-20 09:43:04 -05:00
evilhero be28ccaa28 Merge branch 'development' 2017-12-18 13:40:48 -05:00
LordJay23 ba005073ab OPDS - Location location location 2017-12-14 09:15:55 -05:00
LordJay23 c8a4c9837d OPDS - Annuals in Recents Fix 2017-12-13 10:45:49 -05:00
evilhero b29a732f28 FIX:(#1796) When renaming issues, if issue number was not a non-padded number and annuals were enabled would not return valid results, FIX: (#1796) When searching against CV with multiple common terms, would improperly remove characters without adjusting for previous changes 2017-12-13 10:40:43 -05:00
evilhero 6f133be1ef FIX:(#1796) When performing mass import or a large import via selection, would thread each import which would result in a db lock/error in some cases when there was a combination of files with and without metadata, FIX: Search results would include some common words when filtering, got rid of them, FIX: Total parse counter during an import would not reset to 0 on subsequent imports resulting in inflated numbers 2017-12-11 13:49:40 -05:00
evilhero 549378c4fb FIX: Fix for some issues with importing - moving files to new location would fail if create_folders was set to False, duplicaes of the same series would appear in different Status during import, status was not updating to Imported after successful import, incorrect empty import value of None was entered after successful import 2017-12-08 13:08:28 -05:00
DarkSir23 05ac670ccc Issue Searching for OPDS 2017-12-08 12:41:37 -05:00
DarkSir23 994113dd5a Story Arc Fix for OPDS 2017-12-08 12:41:37 -05:00
DarkSir23 c7aa240f5b Story Arc Fix for OPDS 2017-12-07 13:27:16 -05:00
LordJay23 74a7c07dcb Further Fixes to OPDS - Story Arcs and Unicode fixes 2017-12-07 09:56:03 -05:00
LordJay23 5ff4c200d8 Another Unicode Fix 2017-12-07 09:56:03 -05:00
DarkSir23 745b515b6f Unicode Fix for OPDS 2017-12-06 14:40:27 -05:00
evilhero a0ebd3ad7e FIX: Post-processing was not properly detecting annuals 2017-12-05 15:48:43 -05:00
DarkSir23 6df8976f73 Story Arc Fix 2017-12-05 15:46:09 -05:00
LordJay23 8d87d9e447 Recents fix 2017-12-05 15:46:09 -05:00
evilhero 48c30f150f FIX:(#1787) Removed wait for process ending entirely when performing shutdown/restart/update 2017-12-04 11:59:06 -05:00
evilhero d438584ab0 FIX: Improved pack support - will now properly determine issue numbering sequence across packs that contain both a range and individual issues (ie. '1-4, 0') 2017-12-03 12:47:40 -05:00
evilhero 812e80800c FIX:(#1794) undeclared variable when manual post-processing 2017-12-02 12:00:20 -05:00
evilhero a5db9d61a8 FIX: NZBGet auto-complete would fail silently even after sending to client, FIX: If both SAB & NZBGET completed download handling were enabled, would incorrectly queue against the wrong item, FIX: Config entry was located under an incorrectly named section, IMP: Config module can now move values across renamed values/sections and clean up erroneously named ones via dict, IMP: Improved manual PP-speed when combined with torrents as will now just scan the directory for previous completion vs scanning and parsing, IMP: Auto-snatch can now snatch previously Snatched torrents manually via Manage Issues tab or Weekly tab, FIX: Already in Library option in search results would use the incorrect value for the localized link 2017-12-01 17:10:20 -05:00
evilhero 25aa51fc90 FIX: Fix for annuals not post-processing properly, FIX: Fix for annuals not being refreshed upon detection on pull-list, IMP: improved detection of filenames that have some different filename schemes so that they get manually post-processed properly 2017-11-30 12:48:16 -05:00
evilhero a657b7cde4 FIX: fix for volume error when accessing pull occassionally due to table creation leaving out some columns 2017-11-29 12:21:08 -05:00
barbequesauce 1d5e3a0def Removing added --nolaunch option from restart 2017-11-29 12:03:43 -05:00
evilhero d719efded3 FIX:(#1790) Fix for missing variable declaration on versioncheck 2017-11-29 09:19:02 -05:00
evilhero 391e498614 IMP: Added additional logging for git updates which will relay the actual error message from git instead of a generic error message 2017-11-28 21:45:31 -05:00
evilhero 2c5fc49c56 FIX: error being returned on manual post-processing runs due to some the changes in previous commits 2017-11-28 19:13:43 -05:00
evilhero c02c946f35 FIX: (#1779) Download button from weekly pull would return a 500 error, FIX: When editing the Alternate Search Name field on the series detail page, would drag and drop the text box instead of highlighting the text within, FIX: Fix for filechecker/post-processor erroring out on an 'alt_series' message and/or creating .BAD files during post-processing, IMP: Removed some more unneeded logging lines 2017-11-26 02:30:40 -05:00
evilhero 6a3c2a1610 FIX: Completed download handling option was missing, along with some other items due to an improper commit merge 2017-11-26 00:51:42 -05:00
evilhero 28666178f2 FIX:(#1788) pull-list would result in microseconds error 2017-11-25 20:14:44 -05:00
evilhero ea34294006 FIX: Fix for startup errors on clean installs referencing scheduler variables 2017-11-25 20:03:43 -05:00
evilhero 05a3c49c65 FIX:(#1784) On new installations, pull-list tab would give a float error due to some improper trapping of variables 2017-11-25 15:56:29 -05:00
lordjay23 5e3000d311 More OPDS fixes (Recents failing if a book file is missing) 2017-11-25 13:43:00 -05:00
evilhero d86f4c2cb5 FIX: fix for initial startup not creating values for config.ini successfully 2017-11-25 13:40:34 -05:00
evilhero 40c945376a FIX:(#1785) Additional fix for config.ini's that are manually entered that have a % value, and/or initial startup sequences with said character 2017-11-25 13:16:09 -05:00
evilhero ab0d195196 FIX:(#1785) Fix for passwords containing a % character causing interpolation problems due to the config parser 2017-11-25 12:14:06 -05:00
evilhero 6754ad0b8b Tiny OPDS fix (Not showing non-post-processed issues in Recent) 2017-11-24 00:13:32 -05:00
Rupa Schomaker 3ac494222f skip file rather than try to serve it up. Prevents error, but now the dir count and the real count differ. Probably want to only list items at the directory level when the item physically exists on disk. 2017-11-24 00:04:27 -05:00
Rupa Schomaker b9f11bfb79 move page size to a class constant rather than having magic 30 everywhere. Probably should move to config... 2017-11-24 00:04:27 -05:00
DarkSir23 be108c6579 OPDS Add Recent Additions 2017-11-23 14:43:31 -05:00
evilhero 7be5b02ff6 FIX: After a save, Local Watch Dir option for Torrents would become unchecked if it was enabled 2017-11-23 09:50:04 -05:00
lordjay23 11b3ca3ff8 OPDS AllTitles Fix 2017-11-23 09:47:41 -05:00
evilhero 7421ffb12d FIX:(#1776) If newznab provider does not have the rss url on the same url as the api, rss would always return 0 hits. Now will try to use rss url first, and if fails diretly query the api for the last 100 items, IMP: Will now disable nzb provider that returns a 503 in response to a query (timed feature coming), FIX: Some issues arose when 0 providers were enabled after disabling, as well as if torrents were disabled but the torrent provider was enabled, IMP: Removed some unnecessary logging when peforming provider order search sequence 2017-11-22 13:23:52 -05:00
evilhero f77d144c73 FIX: Fix for naming conventions that displace part of the series title after the issue number, which would cause problems when post-processing/file checking 2017-11-22 12:02:32 -05:00
lordjay23 c2cd9f44f3 OPDS AllTitles Fix 2017-11-21 10:09:23 -05:00
evilhero 54009f9179 FIX: fix for config page not displaying after a save when run behind reverse proxy 2017-11-18 19:37:03 -05:00
evilhero a6ee85c9ae Added Paused status to weekly pull list to show series that are in a Paused status, but would have been marked as Wanted otherwise 2017-11-18 14:32:30 -05:00
evilhero e4541708b8 FIX: changed how scheduled jobs are ran when forced, which also fixed the db updater not returning to a Waiting status after it was run 2017-11-17 20:00:49 -05:00
evilhero 75f12b15ce FIX: When adding series that have no issue dates whatsoever would error out/display incorrect count values 2017-11-17 19:52:48 -05:00
evilhero c45a70b0da IMP: Added config.ini option to not create series folders (create_folder=True/False) when adding/refreshing series, IMP: Adde test connection button for rtorrent, FIX: Fixed weekly pull recreate, FIX: Removed TorrentProject from public torrent searches, FIX: Updated url for demonoid again, FIX: Fixed schedulers not running/returning error when forced from schedulers tab, IMP: Removed some more unnecesary logging lines 2017-11-16 11:22:46 -05:00
evilhero dccbdcdba8 FIX: Fixed search query to be more accurate on multi-termed queries 2017-11-15 17:49:57 -05:00
evilhero 95b39ca1ed FIX: fix for search not returning results properly to screen 2017-11-15 15:01:45 -05:00
barbequesauce 62b6f16e98 Add config data viewer 2017-11-15 11:53:37 -05:00
evilhero 7c171a7e8f FIX: fix for keyfile usage with auto-snatch using correct information 2017-11-13 11:53:16 -05:00
evilhero e02a5d01f6 FIX: Fix for Mylar usage behind reverse proxy not returning properly on a Recreate Pullist, IMP: Removed some unnecessary logging lines from the weekly pull logging 2017-11-10 20:11:18 -05:00
evilhero 8f4082c7b8 FIX: fix for configuration save error due to blacklisted_publishers not being handled correctly 2017-11-10 20:02:44 -05:00
evilhero 689268684b IMP: Changed configuration completely. New config processing, global/config variables changed over entire application. All changes in the configuration GUI take effect immediately after saving - no more need to restart Mylar, IMP: Added provider order sequence header to the top of the Providers tab for improved visibilty, IMP: Added completed download handling for both SABnzbd and NZBGet - will monitor active queue for downloads sent by Mylar and then post-process them accordingly (no more ComicRN), FIX: When recreating a pullist for a week that's not the current week, will now refresh series that are still missing data in case of late population, IMP: Removed loose/explict search options, and search results will now match more accurately to the terms entered, as well as being much quicker, IMP: Changed colour-codes on search results screen, green now indicates that the series is a print series, non-green indicates that it is either a HC/TPB/digital series and will also be indicated as such, IMP: Fixed weeklypull not refreshing some series due to legacy numbering on series deemed as Ended by Mylar, or the pull not refreshing propeprly and thereby were not elgible to be considered as a valid series for matching, IMP: Fixed problem with the scheduler of the weekly pull not running at the designated time, which causes problems when attempting to match series to the pullist for issues, IMP: Changed the autosnatch script so that the get.conf is no longer required to be maintained seperately. The get.conf config items are now located in the main config.ini and have to be repopulated initially, FIX: Fixed problem with the import count not resetting to 0 on subsequent runs of the Import A Directory option, IMP: Changed the sab api key from using the nzbkey to the full api key as is required for completed download handling, FIX: Fixed the retry option for newznab entries so that it should work across the board now for newznabs as opposed to only some providers, IMP: some minor code cleanup 2017-11-10 14:25:14 -05:00
DarkSir23 8744904147 OPDS Root Fix 2017-11-03 11:13:20 -04:00
DarkSir23 a171bf8164 OPDS (Near Completion) 2017-11-03 10:27:52 -04:00
DarkSir23 b4d913807a OPDS Story Arcs (part 1) 2017-11-01 23:21:20 -04:00
DarkSir23 c612c56841 OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23 bc8eb58e70 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 f9b1236215 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 27eca82cf0 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 aeb9101469 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 ecc9837ef3 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 74fca9dfb1 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 aa57ceb36d OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 8a81a47552 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 9e8020d4c0 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 acaf26e29f OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 787f86c30d OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 5c3c51fb89 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 64a0820a7c OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 0d1c2347d7 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 db8bfacf07 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 6fc94f2e93 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 86257821fc OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 64465a0c51 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 d1fe14742c OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 2318b6d5e0 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 fdaf8bf9bc OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 1da79a4515 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 743955c16b OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 f247f90f22 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 723abecbe1 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 fd30eadfe6 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 bf3442fad3 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 47b9d47216 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 abcf30ee2f OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 15c4944722 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 c1ac9402da OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 7527e64e7a OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 c409fb9c17 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 8c76a8d8be OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 6cdbfe5bbf OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 83b33c0681 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 2b040648bc OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 07b0ad3565 OPDS Publisher Indexing 2017-11-01 23:21:20 -04:00
DarkSir23 2ae50b5401 OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23 81df32f7fa OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23 becdf1f162 OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23 0c1c69e5cb OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23 80db3d3c5c OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23 c3b20c5e72 OPDS Publishers Part 1 2017-11-01 23:21:20 -04:00
DarkSir23 e1f4cabc0b OPDS Authentication, Cleanup, and Config Fixes 2017-10-31 13:41:44 -04:00
DarkSir23 4540a864d2 Fixed ComicVine Defaults 2017-10-31 10:15:17 -04:00
DarkSir23 2dd342c7d3 OPDS Start More config fixes for defaults 2017-10-31 10:15:17 -04:00
DarkSir23 abfd9492be Config Fixes 2017-10-31 10:15:17 -04:00
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 a226658876 Merge branch 'development' 2017-10-12 12:06:07 -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 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 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 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 17365fefe1 Merge branch 'development' 2017-09-05 21:29:33 -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 b21e95caf5 Merge branch 'development' 2017-08-19 22:26:23 -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 70a4afde40 Merge branch 'development' 2017-07-15 15:56:46 -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 f9f992298b Merge branch 'development' 2017-07-13 14:06:52 -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
evilhero e48ff520a1 FIX:(#1667) 32p api searches returned invalid timestamps when OS being used has a different long-date format than expected, FIX: Public torrent searches would error due to size of torrent being in KB instead of expected MB,GB (added TB acceptance as well) 2017-07-09 14:51:54 -04:00
evilhero f9b08c6da6 FIX:(#1667) Demonoid RSS date changes caused RSS to not populate and failure to continue rss searches/populating 2017-06-29 13:50:00 -04:00
evilhero 3d91a5e521 FIX: Fix for TPSE switching to magnets only - will now send magnet link to chosen client, IMP: Telegram & Pushover notifications will now take on-screen data for test connections instead of always from cached, IMP: SABnzbd test connection will take on-screen data for test connection instead of always from cached, FIX: Quick fix for torrent-auto-snatcher trying to snatch single issues when the directory only contains the 1 file, FIX: On 32p, when doing api search and then verifying posting date of issue against store date of issue, would take the posting date as a string thinking it was an integer and causing mismatches for snatches (usually on mutli-volume series) 2017-06-08 20:23:59 -04:00
Brian Hartvigsen 61d5590796 Fix adding torrents to transmission
Addresses an issue when Mylar and Transmission are no on the same disk space (e.g. Docker or a remote transmission instance.)  Using `file://` tells transmissionrpc to base64 the contents of the torrent file vs passing the path to the torrent file to transmission.

Fixes #1526
2017-06-02 10:17:50 -04:00
evilhero 535c557e30 FIX:(#1630) One-off issues will now be post-processed according to grab-bag dir location, IMP: One-off pull-list issues will now have the status marked accordingly on weekly pullist for tracking purposes, FIX: Fix for utorrent not being able to update status properly after initial snatch, FIX: Fix for some incorrect variable references due to different snatch methods when trying to run on-snatch scripts, FIX: Fix for auto-torrent-snatcher trying to snatch a torrent with an '&' in the filename, FIX:(#1637) Fix for telegram not saving on snatch toggle properly, IMP: added additional logging for metatagging when attempting to create temp folder in cache location, IMP: will now clean up any left over metagtagging directories that fail during normal post-processing instead of leaving and continuing, FIX: Will notify on one-off grab's/storyarc's being post-processed, FIX: fix for displaying cbz issue details (the 'i' on the comic details page) in which the series title contained non-alphanumeric characters, IMP: Added ability to change status to Wanted on Upcoming tab (will perform an immediate search on selected issues), IMP: Threaded the one-off search call from the weeklypull 2017-06-02 10:05:06 -04:00
evilhero 48d4d87197 Merge branch 'development' 2017-06-02 09:43:36 -04:00
evilhero c4b12b21cd FIX:(#1640) invalid variable reference when logging failed attempt to sign-on to 32p 2017-05-24 07:40:52 -04:00
evilhero bd03003bd3 FIX:(#1639) invalid key reference during force search 2017-05-19 07:36:23 -04:00
evilhero dee1932beb FIX:(#1639) module import failure during force search 2017-05-18 22:19:07 -04:00
evilhero d70eab5a4a IMP: Added 'Manually check for issues' button on weekly tab where it will search for any Wanted issues on the pullist in an non-Downloaded status, IMP: Sorted Wanted tab so most recent is at top, followed by Status order (Wanted, Snatched, Failed), IMP: Sorted Newznabs in GUI so that enabled are at the top and disabled newznabs are nearer to the bottom, IMP: When force searching, will now start with the most recent issues as opposed to a random sequence order 2017-05-18 14:45:29 -04:00
evilhero 20051f6c26 FIX: Fix for 32p api searches, would use stale torrent_id's when searching, which would result in no results. Will now refresh the id's for the series torrents every 24hrs or as required 2017-05-18 13:14:58 -04:00
kounch 24dd025cc3 Suppor for non-ASCII characters in filenames
When a filename has characters like ñ or Á, an encoding exception is thrown (e.g. UnicodeEncodeError: 'ascii' codec can't encode character...)
This fixes it.
2017-05-17 12:59:10 -04:00
kounch 259dac8474 Support for non-ASCII characters in filenames
When a filename has characters like ñ or Á, a decoding exception is thrown (e.g. UnicodeDecodeError: 'ascii' codec can't decode byte...)
This fixes it.
2017-05-17 12:59:10 -04:00
evilhero 377c25f69b FIX:(#1637) Possible fix for telegram notifications not working on snatch/post-processing 2017-05-16 14:15:11 -04:00
evilhero 5ccd402460 FIX: Fixed NMA & Pushbullet test notification options so that saving the configuration is no longer required prior to testing, FIX: NMA was using incorrect response codes due to xml usage 2017-05-12 14:24:35 -04:00
evilhero 4d5b384c82 FIX: Fix for post-processing files that are retained in the folder monitor location (ie. torrent-seeding), which would result in the same file being post-processed several times over 2017-05-09 14:08:26 -04:00
evilhero ac2281e801 FIX:(#1631) When adding/refreshing an arc that had series that had an identical comicid within another comicid, it would error out due to invalid data being returned 2017-05-09 09:38:23 -04:00
evilhero 2bba83a6d3 FIX:(#1633) Various problems related to qBittorrent - labels not being set properly, some qBittorrent settings would not persist across sessions, snatches would cause an error and/or stop the snatch from being sent in some instances (or trigger failed download handling if it was enabled), FIX: Fixed some os.environ problems when using on-snatch scripts combined with one-off downloads 2017-05-07 13:44:18 -04:00
evilhero 3d28371dcb FIX: Annuals with identical numbering across multiple volumes for the same series would be incorrectly dupe-checked during post-processing and/or incorrectly assigned the wrong status for the given issue 2017-05-04 14:41:05 -04:00
evilhero a750e2baad FIX: Fix for the torrent auto-snatch script not intializing properly 2017-05-02 09:22:20 -04:00
evilhero 003d3bad7a FIX:(#1627) Fix for torrents using local watchdir as an option erroring out after a snatch, FIX: Added auto_snatch_script location field to allow for seperate auto_snatch script location in addition to other custom on-snatch script, IMP: torrent hashes were not being saved to snatch db for future reference in some cases 2017-05-01 14:42:14 -04:00
evilhero c5e46e552f IMP: Added Qbittorrent download client option, FIX:(#1604)Folder Name with a . at the end appears mess up on windows, FIX:(#1607) invalid reference to arc variable during post-processing, IMP: added an auto-snatch option for rutorrent/deluge seedbox users on nix systems (will automatically download the file to a local client for immediate post-processing), IMP: can now run custom script on snatch, FIX: Fixed a problem with volume labels getting reset on series refreshes to None, FIX: When recreating the pull (either automated/manual), will now wipe out the existing entries from the table prior to getting new information, IMP: Will now store hash of torrent (if applicable) when storing snatch information 2017-04-28 02:12:45 -04:00
evilhero 2246aacc7d FIX:(#1600) Folder volume naming will now default to V1 if not indicated and the tag is used as well as the new SETDEFAULTVOLUME to True in the config.ini, FIX: Fix for post-processing getting locked up on some machines due to story arc post-processing, FIX: Fixed some incorrect css references resulting in some weird displays, FIX: If 32P torrent feed didn't have a torrent size, would error, IMP: Can now add/remove story-arc issues from directly within story-arcs. They will stay removed until arc is deleted. Added arcs are done by providing an issueid and a reading order number to set it to. IMP: Can now change reading order number by directly clicking on reading order column and entering in new sequence number. Screen refresh needs to be done thereafter still however. 2017-04-04 11:19:40 -04:00
evilhero 32134e796e Merge branch 'development' 2017-03-31 10:46:30 -04:00
evilhero cc7c4a790d FIX:(#1609) if annual integration was not enabled, and an annual was encountered for a series on the weeklypull for which the annual was not monitored but the series was - would mistakingly try to update the annual as if it were being watched 2017-03-31 10:41:36 -04:00
evilhero 5f8d3a9533 FIX: weekly pull would error when going back previous weeks due to change in previous commit 2017-03-26 22:32:33 -04:00
evilhero 13246bb144 FIX:(#1601) Fix for weekly directory not being used new formatting when post-processing items 2017-03-26 14:53:41 -04:00
evilhero a825a8959a Merge branch 'development' 2017-03-26 14:23:46 -04:00
evilhero e7f4a5b8ad FIX: Typo and removed unused module 2017-03-24 11:54:18 -04:00
evilhero 4630a5b6e6 FIX: Changed CV url to https to get ahead of the change (verify option is available in config.ini as cv_verify), FIX:(#1598) Renaming comics with alphanumeric characters was not working, FIX: Story-arc issue status were not getting exact status as watchlisted issues during an add/refresh, FIX: Fix some problems related to not using a story arc directory or grab-bag directory (just monitoring) 2017-03-24 11:42:41 -04:00
evilhero 3c36d33eb7 FIX: Fix for some import errors related to cbz files containing no metadata, FIX: Fixed some grouping errors on the import results page, FIX: Added in an exception check during the metadata process to gracefully capture errors 2017-03-23 11:54:26 -04:00
evilhero 4359de96a8 FIX: Fix for filechecker not scanning in filenames that contained a 'Vol' indicator but had a space seperating the indicator from the volume numeric 2017-03-22 13:02:05 -04:00
evilhero a8bef2e7f3 FIX:(#1304) Fix for rename problem when series title is utf-8 encoded during an import sequence 2017-03-20 22:03:34 -04:00
evilhero 5399f6dfcc FIX: fix for last PR with whitespaces and bad characters within 2017-03-15 14:40:17 -04:00
evilhero d2fc2b6d02 FIX: just some whitespace errors 2017-03-15 13:28:59 -04:00
barbequesauce 69cc847715 Add random delay to avoid DDOS protection
Add random delay to avoid DDOS protection (per issue 1571)
2017-03-15 13:26:45 -04:00
evilhero e10b2b7b9b FIX:(1564) Fake the RSS Feed generation for nzbhydra so it can poll against the last 100 entries via api, instead of rss query 2017-03-15 13:05:37 -04:00
evilhero 8891088b4d FIX: bencode problem for deluge users when snatching torrent 2017-03-09 14:47:17 -05:00
evilhero 1f7f8e9add FIX:(#1585) Fix for error when displaying Pullist page on a non-English Windows machine due to date presentation 2017-03-04 14:15:34 -05:00
evilhero d94ae388de FIX:(#1578) Fixed another error with nzbname generation with invalid options 2017-03-02 14:29:20 -05:00
evilhero e400bf7a5d FIX:(#1578) Fix for error when torrents are searched against, but blackhole method is enabled 2017-03-02 13:12:05 -05:00
evilhero 44a92cacec FIX:(#1578) Uncaught exceptions on manual search with torrents, FIX:(#1399) RSSCheck spamming the console, FIX: Numerical Sorting not working correctly on home page and comic details pages 2017-02-28 10:59:19 -05:00
evilhero 3fa3cfe032 Merge branch 'development' 2017-02-28 10:58:08 -05:00
evilhero 651535581f FIX: Fix for utorrent not setting labels after adding torrent, IMP: Moved bencode to lib folder and set rtorrent/utorrent to use instead of different versions 2017-02-21 12:23:32 -05:00
evilhero 44cd0de31f Merge branch 'development' 2017-02-16 00:16:38 -05:00
evilhero c9c99adebd FIX:(#1570) Post-processing would fail when using ComicRN script 2017-02-15 23:58:35 -05:00
evilhero f8a88a95d0 FIX: Fix for manual post-processing tidy-up phase after meta-tagging (would leave empty folders within cache), FIX: Removed unused section from within the upcoming tab 2017-02-13 12:39:57 -05:00
evilhero 0acd21eb3f Merge branch 'development' 2017-02-13 12:15:25 -05:00
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