Commit Graph

657 Commits

Author SHA1 Message Date
Brian Hartvigsen 69eeb9b49d Put libs/ in sys.path
Update bs4 to latest version to fix issues
Get clean modules using `pip install --upgrade --target=lib`
Move cherrypy, mako, pystun, bs4 into lib directory
2016-08-23 00:01:41 -06:00
evilhero a850e386d4 IMP: Added new Public Torrent providers to TPSE option (will use TPSE for searches, and both WWT and DEM to poll RSS Feeds from), FIX: Removed KAT as a provider, IMP: Added ability for Retry Issue option to scan through all previous snatches instead of just using the last option, FIX: Tried to fix problems with Wanted tab causing an error when opening (usually after a new install), IMP: Will now store the last time that Mylar retrieved a pullist with alt_pull =2 method and will check every 2 hours for new issues and/or issues being delayed, FIX: Fixed a notification error when doing one-off downloads from the pull-list, FIX:(#1348) Fixed an issue with escape characters when performing a mass update change to the comic location (loc_move setting), FIX:(#1350) When post-processing if filename didn't have a year present, and volume of series wasn't given would cause an error 2016-08-20 17:56:30 -04:00
evilhero a84069d8d2 FIX:(#1349) Malformed string error when Mass Importing, FIX: When locating files to move/archive during an import run that have been detected with a ComicID, will now locate the files to reference by the ComicID instead of by name 2016-08-15 15:51:58 -04:00
evilhero 852baeb0f9 FIX:(#1345)(#1346) six module would cause startup error if it wasn't installed in python 2016-08-11 08:36:03 -04:00
Jonathan Putney 538c2aece8 Not appending port to NZBGet host if it's blank
This helps when using reverse proxies, though it would be nice to have the option to set a web_root for something like this.
2016-08-11 02:12:45 -04:00
Jonathan Putney ab8a87b4ec Swapping NZBGet HTTP/HTTPS check in URL
HTTPS was never being set, because the search was finding 'http' first every time.
2016-08-11 02:12:45 -04:00
evilhero e11555899f FIX: Changed tranmission lib paths to point to current folder (wouldnt run otherwise) 2016-08-11 02:04:53 -04:00
Brian Hartvigsen 5de91332ba Support for transmission 2016-08-11 01:43:11 -04:00
evilhero 06376bc81b FIX:(#1336) Search would crash when attempting to search using a Torznab entry, FIX:(#1338) Added try/exception trap for mktime arguements that where trying to convert improperly formatted dates, FIX:(#1335) Manage Issue View shows annuals with incorrect Status in multiple status views, IMP: Alt_pull 2 method to check for new/updated pull-list every 4 hours instead of 24 (altpull 0/1), FIX: Fixed an error when parsing a filename that contained an numeric + alpha combination, FIX: On ComicDetails for a series would incorrectly indicate that every issue was a Digital Edition print, FIX: Watch action on weekly pull list fixed - will now either indicate as Add Series when the issue information is available on CV (altpull2), or will stay in a Watched status until the information is populated and then auto-add the given series, FIX: Removed Delete Arc dialog box, and redacted back to just 'Remove Arc' option, FIX:(#1332) Unable to Refresh comics via the Manage Comics tab, FIX:(#1135) IndexError when importing more than 100 comics (thnx razorsliph), FIX: When importing and comparing against years when no volume present, would use invalid years for comparisons resulting in manual intervention or wrong series, FIX: Manual Intervention linking during Import would return a blank page, FIX: Legacy mode for 32P would result in parse error, FIX: When Importing, and move files was not selected would pass invalid arguements and not update Import Results screen status, FIX: If copy mode enabled and Duplicate Dump Folder would attempt to reprocess/retag copied file repeatidly, FIX: Fixed some typos and removed some more unnecessary logging statements, IMP: Added option to export all issues in a Downloaded status (Manage / Advanced Options) 2016-08-09 21:21:08 -04:00
evilhero 95b9b10786 FIX: Removed some more unnecessary log spamming when seaching, IMP: Added a 'type' field to the comicdetails page which will show whether or not a series is a Print or Digital Edition. This print/digital is also shown on the searchresults page 2016-07-20 15:49:41 -04:00
evilhero 6768e0e950 FIX:(#1321) Pull list download button creates 500 Internal Server Error, FIX:(#1323) Add One-Off generates 500 Internal Server Error 2016-07-20 15:43:16 -04:00
evilhero 9d0ba136de FIX: When post-processing multiple story-arc issues with manual post-processing, would only post-process the lsat issue in the list 2016-07-20 15:38:17 -04:00
evilhero 836fea2cfe FIX:(#1318) fix typo/commented out 2016-07-12 13:00:37 -04:00
evilhero ca8b7a8095 FIX: forgot proper variable name 2016-07-12 01:46:12 -04:00
evilhero 4c192e3c67 FIX:(#1316) Attempted fix for Wanted section being broken after recent update 2016-07-12 01:15:25 -04:00
evilhero 27e368178d FIX:(#1317) Manual post-processing would not process when volume label in Mylar was None 2016-07-12 00:31:47 -04:00
evilhero 55eedb1869 IMP: Added ALT_PULL=2 method for weeklypull management. Will now update against an external site and pull down already populated ComicID/IssueID's for the series that exist on the pullist. Alternate Search Names aren't needed with this option to match on pullist, as well as CV API Hits are also not used since it is all populated. Also allows for future viewing of pullists (up to 4 weeks in advance), FIX: Alternate search names now will be searched against when doing manual post-processing, FIX: When manually post-processing, if series volume wasn't specified would fail to match against v1 (by default), IMP:(#1309) Https_chain option now allowed within config.ini, IMP: 32P pack support on a per series basis (will search individual torrents first before packs), IMP: When pack is snatched, will mark all issues within pack that are not in a Downloaded status as Snatched within Mylar (annuals currently don't work), IMP: Removed unnecessary config spamming on startup when verbose mode was enabled, IMP: Allow for searching on 32p against series+publisher for some titles that distinguish between series by different publisher, IMP: Better series matching when trying to find series matches on 32P, FIX: When metatagging, if volume label is not provided within Mylar would default to None (now will be v1), IMP:(#1304) Attempt at better file parsing when utf-8 filenames are being parsed, FIX: Proper handling of Infinity issue number when file-checking, FIX: When adding series and annuals were enabled, if annual was a new release, would not be shown on the annual subset table for the given series (and subsequently wouldn't be auto-marked as Wanted), FIX:(#1306) Correct handling of the imported value when doing an import and moving files was selected (would previously error out during moving for some imports), FIX: When cbz files were being imported and were attempted to being auto-imported, would fail due to improper handling of the imported variable, FIX: Manage issues will now default the dropdown to the correct selected option, FIX: Manage Comics - fixed dropdown options for multiple selection of series - delete/pause/resume, IMP: Added 'delete stragglers' option to Story Arcs when deleting an arc to ensure that all traces of the arc are removed from the db, FIX: Manual/group metatagging would not tag properly if the START_YEAR_AS_VOLUME option was enabled, FIX: (#1313) NzbHydra wouldn't set the nzbid properly when using Failed Download handling/Retrying 2016-07-10 18:28:14 -04:00
evilhero 156119ffa4 FIX: When sending a torrent directly to rTorrent, an invalid nodule error would occur 2016-06-11 22:53:41 -04:00
evilhero 93077a0532 FIX: When manual post-processing if filename didn't have a volume label, or a valid year - would error out, IMP: Added additional date recognition fornat of (YYYYMM) 2016-06-11 22:51:52 -04:00
evilhero 0f6f3792b7 FIX:(#1298) Fix for post-processing filenames that do not have a year or volume label present within filename 2016-06-09 10:39:28 -04:00
evilhero e9e9a932c9 Merge branch 'mldangelo-patch-1' into development 2016-06-08 10:56:23 -04:00
Michael 305efa3cbc Update README.md
Fixed some typos.
2016-06-08 10:55:44 -04:00
evilhero fe1832e067 FIX: Fixed Test Connection button for SABnzbd as was trying to load local requests module 2016-06-06 11:35:22 -04:00
evilhero 5431908c83 FIX:(#1296) Incorrect URL being returned with using NZBHydra 2016-06-06 11:03:44 -04:00
evilhero 6ae316c931 FIX: Fix for Manual Post-Processing of issues where multiple series volumes are present within the watchlist - will now verify volume/year to ensure proper match, IMP: Added option in config.ini for metatagging to use start year as volume 2016-06-05 17:24:50 -04:00
evilhero 704ef85dec FIX: NMA was not verifying against connection 2016-05-24 18:45:53 -04:00
evilhero 5f3b76ea67 FIX: When series contained a numeric and a volume label, and the issue number was identical - would fail to scan in correctly 2016-05-24 18:44:11 -04:00
evilhero e485e054be FIX: session cookies for 32p stored in the home directory, instead of Mylar's cache 2016-05-19 11:20:13 -04:00
evilhero 838244e627 FIX:(#1286) Pull-list would not update status to Wanted when updating/refreshing/recreating the pull-list 2016-05-18 00:39:23 -04:00
evilhero 8ac1918b34 FIX: When importing, if search results had a '?' in the year field would cause errors, FIX: Fixed some matching problems when import is determining to auto-match or not based on a year(s), FIX: Delete Import (both selection and checkbox) would not delete in some circumstances, FIX: If the Imort series had a '&', was incorrectly handled 2016-05-16 13:10:45 -04:00
evilhero 7ff779def2 FIX:(#1279) Detect cb7 files during file-checking 2016-05-16 11:16:12 -04:00
evilhero 63729d2a23 FIX: Retrying snatched downloads that used newznab would fail, FIX: Incorrect logging of unicode characters when adding/refreshing story arc 2016-05-16 11:12:31 -04:00
evilhero 872edd4329 IMP: Ability to use 32P session cookies for Auth Login (thnx @btx), IMP: 32P Backlog support! (individual issues only), FIX: 32P will only do one search occurance, instead of issue-numbered padded searching, IMP: When post-processing, if series is in a Paused status or is in an Ended publishing state with 100% of issues completed - will ignore series for post-processing comparisons, IMP: Dynamic Name matching added as matching algorithims in Weekly Pull Lists, FIX: If series contained a '+', would not be able to scan in files for comparison checks (or during post-processing), FIX: File-checking/Post-Processing was taking the incorrect subdirectory path due to escaped slashes (windows only), FIX: If a series contained more than one/multiple special characters, dynamic naming would be slightly off and cause matching problems in some cases, FIX: When peforming a migration of paths in the db using the locmove option, invalid character references would occur on some machines when moving between OS', IMP: Added status checking of an issue prior to downloading (should fix duplicate downloading of same issue within a specific timeframe), FIX: Fixed some parsing issues when using the ALT_PULL=1 method of the weekly pull list, FIX: Fixed some 500 errors when using reverse proxy (flush Impors, Recheck Files, Manage), FIX: When selecting 'Clear Post-Processed items' from history tab, will now also clear 'Processed' items as well, FIX: When importing series that were successfully scanned for metadata and contained valid ComicID's, would fail to regenerate the dataset, IMP: Added exception catch for ComicVine API limit being reached when performing imports (graceful error), IMP: Added graphical icons to indicate Pause/Loading/Error/Active state in the Manage Comics section 2016-05-12 11:28:28 -04:00
evilhero 19cc22b779 FIX:(#1278) TORRENT_LOCAL error 2016-05-11 16:06:16 -04:00
evilhero 33a43262d2 Merge branch 'DarkSir23-development' into development 2016-05-11 10:00:10 -04:00
evilhero aa48391aae Added rutorrent options to GUI, restructured the watchdir options (local/remote) 2016-05-11 09:59:32 -04:00
Jason Cline 162094b980 Fix for branch check, Updated config HTML for uTorrent support. 2016-05-06 13:31:46 -04:00
Jason Cline 9f193dba80 uTorrent Support 2016-05-05 11:40:10 -04:00
Jason Cline 37cf39ccf4 Added uTorrent support 2016-05-05 11:11:39 -04:00
evilhero 09f6e32d60 FIX: Search results sortable by year column 2016-04-30 23:34:25 -04:00
evilhero fad91809d3 FIX: When series contained an exclamation mark, would not match during post-processing/file-checking, FIX: Removed some unnecessary logging lines regarding rss results 2016-04-30 11:56:01 -04:00
evilhero 5183b87be2 FIX: When searching for particular series, would error out in GUI due to invalid date responses, FIX: When new issue was present, but not populated on CV yet, would revert the starting publication date for the series to a ?, FIX: Filechecker would error out on issue_number_position error reference (usually during an import sequence) 2016-04-26 14:55:12 -04:00
evilhero 757939e756 FIX:(#1265) When adding / refreshing a series, would mistakingly remove spaces' 2016-04-26 12:02:40 -04:00
evilhero 019290e55e FIX: Fix volume search comparison for 32p results (and some nzbs) 2016-04-25 14:38:42 -04:00
evilhero 8f53f854ff FIX: When manually post-processing files, if files were in more than one subdirectory level deep would use incorrect path resulting in error, FIX:(#1261, #1262) Traceback error when searching and returned value had volume, FIX: If filenames had the Volume label after the issue number, would fail to recognize the series title properly resulting in errors during scanning, FIX: Removing imported series from the Import List via dropdowns, IMP: Improved upon imports matching up to series that have multiple volumes by comparing issue counts & years, IMP: If an import is determined to need manual intervention, will display only the results that have passed the issue counts/years/name matching as opposed to showing all the results, FIX: When moving files during an import will now only move those files that are attached to the specific grouping by series title/volume, FIX: Import Manual Intervention results sortable by Year column now, FIX: Fixed an errant callback to home during configuration saves that caused web browser error when used with reverse proxy, FIX: During story arc searching if a story arc had a '-' in the arc name, would not be able to find it, FIX: When adding a story-arc, if files pre-existed in the directory attached to the arc would error, FIX: When adding a series, if was used for Folder Format and the volume label didn't exist would label directory with 'noversion', FIX: Selecting to metatag annuals via the manual metatag option on the series detail page, FIX: When retrieving from KAT and response returned was a 404 would ignore it, now will retry alternate torcache site 2016-04-25 11:35:12 -04:00
evilhero 964ebb8265 FIX: When peforming an import on a given series, would error attempting to log an integer value improperly 2016-04-18 13:40:11 -04:00
evilhero eea7a2b692 FIX:(#1253) Missed a dynamic name reference for story arcs, FiX: Removed errant process call to home 2016-04-17 15:30:16 -04:00
evilhero 64c9e88e18 FIX:(#1253) Story arc would fail on adding and error on post-processing due to Dynamic Names not being updated, FIX: Fixed some errant unicode conversion when dealing with Issue Numbering, FIX: Removed some str references when adding/refreshing a series that caused unicode characters to break, FIX: If issue number was unicoded, would error out during scan / actual import 2016-04-17 13:17:40 -04:00
evilhero 6a17c53ded FIX:(#1246) Stupid typo 2016-04-15 16:01:04 -04:00
evilhero df2a7a4102 FIX:(#1248) Attempt to fix permissions problems when passing a numeric into the User/Group fields within the configuration 2016-04-15 14:16:45 -04:00