Commit Graph

1012 Commits

Author SHA1 Message Date
evilhero 5d624ed0db IMP:(#298) Added Pushover notification option (Pull Request from pyntel) 2013-04-22 00:13:56 -04:00
evilhero 152a60dafe IMP:(#268) Added CHMOD Config options, fixed missing directory errors (Pull Request from claym) 2013-04-21 23:43:57 -04:00
evilhero 199fd25d8f FIX:(#349) Import would fail on not being able to detect year if year was the last item in the filename, FIX:(#353) Titles with same not not detecting as 'Ended' properly, IMP: CV_ONLY and CV_ONETIMER now set to default to 1, IMP: Added additional publisher images 2013-04-21 23:11:12 -04:00
evilhero f929943ec0 FIX:(#341) SABnzbd Post-Processing would fail on multi-volume series (ComicID starting with a 'G' in Mylar) 2013-04-14 02:59:04 -04:00
evilhero b9ce2d7e36 FIX:(#340) Increase result-set from 25 to 50 to allow for lower-issue number variations. 2013-04-14 02:56:12 -04:00
evilhero 184ba5ad2e IMP: Added 'All' as data-display value in dropdown to tide over lack of pagination at top for the time being 2013-04-13 22:55:00 -04:00
evilhero d3b97bc08e FIX:(#337) nzbx.co fix for incorrect link URL's (fix for the fix that was corrected) 2013-04-12 00:52:01 -04:00
evilhero 8bfa050523 FIX:(335) ? in filenames / comicnames correctly accounted for now in all facets, IMP: Improved upon RegEx's in Experimental Search (Thnx SpammyHagar), IMP: Added individual pulls for Pullist now (Grabbag_dir set in config.ini, else defaults to ComicLocation root), FIX:(#331) Incorrect re.sub when using blackhole functionality which causes it to break 2013-04-11 22:14:27 -04:00
evilhero 587c99e194 FIX:(#330)(#328) Series' that had #1/2 issue would error out. 2013-04-11 12:49:19 -04:00
evilhero c6e9d94614 IMP: CVInfo will get updated if CV_ONLY enabled and CV_ONETIMER 2013-04-10 12:45:56 -04:00
evilhero 4653fea4c7 FIX:(#312) Archive count not working properly 2013-04-10 11:59:12 -04:00
evilhero 3b891174e6 FIX:(#319) Issues not detected when checking for files if 'au' present in another form within filename (ie. 'August, 2012') 2013-04-10 11:50:09 -04:00
evilhero a3e60b24a3 FIX:(#318) Invalid Issue error when trying to add series with the latest issue being a non-numerical issue (ie.1AU) from pullist 2013-04-10 01:27:42 -04:00
evilhero 1feedd55e0 FIX:(#314) Partial fix - X-23 will now match and download. Regex volume parsing still needs to be done for experimental. 2013-04-09 23:40:14 -04:00
evilhero 215d70406e FIX:(#317) If a series in Weekly Pullist contained ONGOING or (VU) it would take it as part of title and never matchup 2013-04-09 23:17:07 -04:00
evilhero fbe03ce08b IMP: Error-Check built-in on startup for series' that didn't complete properly and break the main page on startup 2013-04-09 22:59:48 -04:00
evilhero 59072add8a FIX:(#312) Transition from Downloaded to Archive doesn't update count (long-time outstanding bug + more verbosity now), FIX:(#316) Negative issue numbers accounted for and working, FIX:(#323) Sending to SABnzbd using nzbx.co wasn't working 2013-04-09 22:28:27 -04:00
evilhero 30a385227d FIX:(#308)(#313) CV_ONLY issues should all be fixed now - adding new series, refreshes etc., IMP: Added a Recreate Pullist button on Weekly tab - will delete the existing pullist and data, recreate it from fresh, and proceed to run through the watchlist updating necessary issues 2013-04-08 12:31:41 -04:00
evilhero 2c2405224a FIX:(#310) Issue 1 not being pulled in when using CV-ONLY option, IMP: Added some basic informational logging for CV conversion 2013-04-07 15:18:26 -04:00
evilhero acc60d9ff7 FIX:(#308) Issues adding large series (100+ issues), FIX:(#294) AU problems with snatches/file checking, FIX:(#310) double issues occuring -- Now if CV_ONLY enabled along with CV_ONETIMER in config.ini, doing a Refresh on a series will correct data issues while retaining Issue Status 2013-04-07 14:06:36 -04:00
evilhero 92fcbea9d1 FIX: missing bracket from last commit in PostProcessor.py 2013-04-07 02:54:13 -04:00
evilhero ebbe8217f4 FIX:(#307) Post-Processing error on versioning log, FIX: 'The' in title accounted for better in searching and results 2013-04-07 02:34:37 -04:00
evilhero 6e9833ee2e FIX:(#304) Index out of range on recheck, FIX:(#303) Comicvine link updated on details page, FIX:(#302) Query rate (Search Delay) Added as a configuration option, FIX:(#300) Version number error on searching when no version number, FIX:(#297) Manual Rename of Files working, FIX:(#294) 'AU' issue problems should be resolved now, FIX:(#290) V#(year) and Vol#(year) added to filechecking, IMP: ComicVine data use only now as a hidden option (cv_only = 1 in config.ini), IMP: added as options for file naming, IMP: Rough drafting of Annuals (annuals_on = 1 in config.ini), Other fixes.. 2013-04-06 05:43:18 -04:00
evilhero d9b2d9f0a4 Merge branch 'development' of https://github.com/cpoo22/mylar into cpoo22-development 2013-04-03 10:55:09 -04:00
evilhero df322cc1d6 FIX: Age of Ultron Issue Numbering for cross-over issues (have AU in issue number) would fail on new pullist, adding a series, checking files, searching, and post-processing (should be all working now) 2013-04-02 04:56:24 -04:00
evilhero 624238e313 FIX:(#296)(#244) When trying to enter the UEC after a search result, it would error out and display a blank page 2013-03-30 13:31:13 -04:00
evilhero 335393a99a FIX:(#295) IndexError when starting Mylar with an empty DB 2013-03-30 12:53:07 -04:00
Chris Chamberlain 6a27da1cee Fix for bug #284
While is always true due to

20 < "0" being true
2013-03-29 11:16:55 +00:00
evilhero ed6f6e93a9 FIX:(#287) Unicode error using Experimental search 2013-03-29 00:14:39 -04:00
evilhero 75f2a99b3f FIX: Numerous fixes due to CV API changes - namely dealing with issue #'s and decimals no longer being present. Should be working (searches/etc) now, FIX: Accounted for issues with alphanumerics (ie. Age of Ultrons) 2013-03-29 00:02:35 -04:00
evilhero b4f76daf29 FIX: Searching was broken due to API changes. 2013-03-27 03:03:10 -04:00
evilhero e9485a0b23 FIX: (#286) Everything broke - comicvine new API, changed some structuring...should be working again now. 2013-03-26 22:35:44 -04:00
evilhero 2dd905cca2 FIX:(#283) Error on adding multi-volume series due to pagination problems 2013-03-26 03:50:00 -04:00
evilhero 2775cd496e FIX:(#272) Database locking errors constantly should be resolved now, FIX:(#269) Date not populating if no publication date was found (defaults to on-sale now), IMP: started the framework for Annuals 2013-03-21 13:09:10 -04:00
evilhero 5eaf02c817 FIX:(#275) If using a provider other than Newznab, versioning would never be asearched upon (thnx pipieye!) 2013-03-17 02:19:14 -04:00
evilhero 4c92423cf0 FIX: UEC wouldn't write to the custom_exceptions file in the proper format, this should be resolved now 2013-03-16 13:59:56 -04:00
evilhero 9bfcb74d45 FIX: fixed some problems with the Next/Previous option, IMP: Added another check for dead entries on startup to be cleaned. 2013-03-16 13:16:42 -04:00
evilhero 0054e4009d FIX:(#272) Database Error: database is locked during initial startup. 2013-03-14 16:35:05 -04:00
evilhero 8d06556bf8 FIX:(#271)'and' replacement too aggressive - fixed, FIX: Accounted for series containing ':' when searching, FIX: If a issue was published in January, expanded search results to include previous year incase of incorrect year posting, FIX: Extra backslashes in provider URL. 2013-03-14 05:56:37 -04:00
evilhero e1fdfed281 FIX:(#191) Put back the Download-to-local option on details page 2013-03-14 04:55:38 -04:00
evilhero 31fc75fdd6 FIX:(#259) More checks in place to avoid errors on loading Main Home page, FIX:(#267) Previous/Next comic selection now working 2013-03-14 04:33:16 -04:00
evilhero 5f8e11740d FIX: corrected some missing icons 2013-03-14 03:52:55 -04:00
evilhero b7b2daa130 IMP:(#267) Previous/Next arrows on Comic Details page to skip to said series, IMP: Added some Mylar blurb info on Configuration 2013-03-12 21:41:45 -04:00
evilhero 01d2494786 FIX:(#264) NMA Notify On Snatch not working 2013-03-12 15:28:11 -04:00
evilhero 71b9dc8e5b FIX:(#91) Covers only would get downloaded - min/max size restrictions only work for Experimental atm. Will now remove 'Covers only' based on filename 2013-03-12 12:40:49 -04:00
evilhero e7c05c5a73 FIX: Weeklypull list fix for limited series not being marked as Wanted, FIX: (#256) If No Series Year is provided, defaults to 0000 and causes error - uses alternate Series Year if this is the case 2013-03-12 12:13:43 -04:00
evilhero 8eeaa4e2a9 FIX: UEC wouldn't put new lines in custom_exceptions.csv resulting in errors when trying to use the file. 2013-03-12 12:06:44 -04:00
evilhero 2b44858677 FIX: Both NZBGet and SABnzbd are not selected by default after upgrading (previous issue) 2013-03-12 12:04:28 -04:00
evilhero fad92c7745 FIX: Ongoing Limited Series wouldn't have status of Continuing and wouldn't get marked on weekly pull list (ie.Alpha:Big Time), IMP: Comic Volume is now autopopulated (v2,v3,etc) - can also be edited 2013-03-11 13:25:45 -04:00
evilhero b290be3d47 IMP: Versioning in search now provided (Edit Settings on series detail page) in the format of v# 2013-03-07 22:07:14 -05:00