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
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
Brian Hartvigsen
bc2b2d561e
Fix escaping display name
...
Comics with an single quote `'` could not be imported as it brake the `onclick` javascript
2017-06-02 10:08:00 -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
hubcaps
33b6de987b
Change up to use already established variable.
2017-05-27 01:36:04 -04:00
hubcaps
74bfca41a7
Removed hardcorded year value and implemented a check for current year instead
2017-05-27 01:36:04 -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
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