Commit Graph

867 Commits

Author SHA1 Message Date
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 7804a0086a FIX: Moved the auto-snatcher for torrents into it's own post-processing subdirectory and added a read.me file with instructions 2017-04-28 02:26:15 -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 13cbe739c6 FIX: story-arc div not closed off in html 2017-04-04 11:32:46 -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 145df6e9f5 FIX:(#1583) Fixed sorting by have column so it is now percentage of completion, FIX: Adjusted the column lengths in order to accomodate everything on one line instead of overflowing rows 2017-03-31 14:22:12 -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 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 d909435f1f FIX:(#1583) Fix for errant have total sorting on main page 2017-03-02 12:49:09 -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 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 cf3f177158 FIX: Fix for some screens not sorting issue number in proper sequence 2017-02-16 00:01:31 -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
StephenJCotton df8983937d Updated jquery.datatables library to address some bugs. Fixes #1566 2017-02-11 18:59:33 -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