Commit Graph

38 Commits

Author SHA1 Message Date
Adrian Moisey 9a4a6b4bc5 Whitespace cleanup 2015-05-27 00:43:43 -04:00
evilhero f41ee0f34e FIX: Another attempt at the IncompleteRead errors when accessing CV 2015-05-12 22:21:22 -04:00
evilhero c4b9d4a4c4 FIX: Possible short-term fix for IncompleteRead errors occuring when retrieving from CV 2015-05-12 21:35:40 -04:00
evilhero d4113db5bc FIX: Manual renaming of files would fail if any issues where had non-numeric characters, FIX: Removed some unecessary logging statements and print statements when adding story arcs, IMP: After sucessful search result, will now send notification AFTER updating the status, instead of prior which was causing errors if there were errors sending the notification due to timeouts, FIX: Can no longer add identical Story Arcs to the Story Arc Watchlist screen. 2015-01-19 13:41:18 -05:00
evilhero 3945ba4a0d Many updates & bug fixes - too many too list here (check changelog @ http://forum.mylarcomics.com/viewtopic.php?f=2&t=545) 2015-01-16 14:40:08 -05:00
evilhero c814e0aa35 FIX: Would cause an error when importing Story Arcs that did not contain a publisher entry, FIX: When attempting to auto-populate the Series for a given story arc (using the search option) would leave one series out which would result in a None value for the Series Year which caused errors when doing a search for watchlist matches. 2015-01-04 04:17:49 -05:00
evilhero d9a303fe4b IMP: When scanning a folder using the Import a Directory option, upon completion a button to the Import Results Management page will be displayed to allow for easier access / acknowledgement of completion of scan, FIX: Fixed some issues with the search results page displaying too much information, IMP: Improved the ability to see alternate covers within issues when viewing selected issue details via the 'i' icon on the issue details page, IMP: Fixed the problem with issues that had 2015 dates and wouldn't scan in via manual post-processing, IMP: Added duplicate issue detection (beta) - enabled, when post-processing (manually or otherwise), will retain the issue that is bigger in filesize and won't post-process if it's smaller in size, instead of hammering the oldest copy, FIX: bunch of small fixes, and getting groundwork done for other things. 2014-12-18 13:30:57 -05:00
evilhero 4c8935804c Way too many fixes, some improvements (multipe_dest_dirs, alt weekly pull) 2014-11-21 12:16:28 -05:00
TheLabRatt 5bfe348e72 Annuals link to series
Redesigned listLibrary as a dictionary. Annuals now link to their
series.
2014-10-10 14:13:31 -04:00
TheLabRatt ccf30d42df Indicate comics already in library when searching 2014-10-10 14:13:31 -04:00
evilhero 9066ebb965 IMP: (#844)Annuals now deleted from table on a Delete Series command, IMP: (#837)Better volume detection when searching for issues, IMP: (#842)(#808) Added some handling for issue titles when searching (it's not perfect, but it works for most), IMP: (#836)Added .cb7 for filechecking purposes only, IMP: (#830)issue numbers that are -1 can now be renamed, FIX: 'bi-annual' now fixed along with some other improvements for annual handling, IMP: Added version check for autoProcessComics and ComicRN - in order to help warn users of changes and the need to update these files since they are usually outside of the mylar git directory when being used, FIX:(#840) Boxcar2 should be working again, FIX: (#845) If search returned a filename that had no distinction between issue number and issue title and/or extra information, would error out if any of the words contained NOW, IMP: (#823) Added some better detection for NZBGet parameters when using ComicRN.py 2014-10-06 14:10:36 -04:00
evilhero 78261e8fd8 FIX: undefined on filter box on startup, IMP: Added Meta-Tagging options on a series / issue basis on comic details screen, IMP: Issue Information is now available per issue and is extracted currently from the cbz file to display (if no cbz is present, the option isn't available), IMP: Failed Download handling is implemented and available in GUI - required to replace existing autoProcessComics.py and ComicRN.py scripts, IMP: Added ability to specify post-processing script instead of ComicRN.py, IMP: Added abilty to edit the issue date for a given issue by simply clicking on it - this will help to avoid dates that have incorrect or 0000-00-00, IMP: Story Arc searching is working (not adding yet), IMP: Added Archived/Ignored options to Upcoming/Wanted tab, IMP: Fixed some alignment and display issues on the Upcoming section, IMP: Added better directory handling for Updating Comic Location when it needs to get changed for all existing series (locmove in config.ini), IMP: Added better handling for unicode characters in series titles when searching / filechecking, IMP: When adding a new series with no data, Mylar would error out (now will add and just retain 0 issues), FIX: When year was fuzzied, search would still attempt to do a date-check comparison and say everything failed, IMP: Better handling of nzb names when retaining for post-processing comparisons, IMP: Future Upcoming now will use actual shipping date of issue if available in order to see if issue is available, FIX: If annuals were enabled, refreshing a series would put some issues into an Archived status because the actual counts would be off, IMP: When file checking, Alternate Naming would be searched last which resulted in matching incorrectly to the series title or other alternate naming for the given series, now will check the Alternate Naming first for a match, then drop back down to the series name itself otherwise, IMP: Improved Annual detection when integrated with a given series, IMP: Improved the checking of the future Upcoming list for issues marked as Wanted but not available yet and then auto-adding, IMP: Improved upon story arc checking for missing issues / searching for wanted, IMP: Enabling Annuals support now within Configuration GUI, bunch of other things.... 2014-07-28 15:28:09 -04:00
evilhero 8b118ed55e IMP:(#753) Better handling of cbz files when using metatagging option, IMP: Added option for MetaTagging to enable/disable overwriting of existing metadata on cbz files, IMP: Post-Processing will now delete folders that are identical to filenames after successful post-processing, FIX:(#756) Fix for Manual Search for an Issue which resulted in traceback errors upon not finding any matches (Windows), IMP: Added module-name to logging for some modules to help troubleshooting (eventually all will be done), IMP: If a filename contained repeated characters for spaces (ie. ___ or ...), it would fail on post-processing due to the nzbname being off, IMP: Monitoring of CV API will now be persitent on restarts/shutdowns/etc, IMP: Added a maximum CV API global so that it can be adjusted for monitoring more easily should API requirements change, IMP: When Adding new series, will now only mark issues that are actually upcoming as Wanted (based on Store Date) 2014-06-22 04:32:45 -04:00
evilhero c510860c46 FIX: (#746) updated autoProcessComics.py / ComicRN.py's which will now send proper completion messeages to clients, FIX: (#752) refresh series will now test if a series is 'out of whack' with it's numerical issue count (ie. 5/4) or it has no issue data due to a bad refresh / api maxing out and will adjust it's processing to accomodate either, IMP: (#750) Added ComicVine API Checker which will check API counts at regular intervals to inform/warn users of usage, as well as adding a screen-time display of API hits / mins used at the bottom of every page (refreshing/reloading pages will update counts), FIX: (#747)EOL normalization (dos2unix) on search.py - removed classes & exceptions as not being used, IMP: (#747) Skip processing issues with an invalid store date & issue date (thnx rupaschomaker), FIX: Removed strings when searching/logging torrents as was causing ascii errors especially with KAT, IMP: Added [META-TAGGING] to logging for meta-tagging module, IMP: Added ability in GUI to select CR or Cbl tags (or both) when writing metadata to cbz files, IMP: Improved support/usage with ComicTagger v1.1.15 which allows for personal CV API Key usage - if supplied to Mylar, will use when tagging with ComicTagger, IMP: Added Manual Search option to allow for individual searches of issues without changing initial status. 2014-06-18 15:58:19 -04:00
evilhero 3b148298df FIX:(#742) Overlapping of text on ManageComics screen, FIX: Parsed names showing up on Upcoming list instead of actual series titles, FIX:(#744) If Alternate Search used, with a series that has '&' in it, would never get any matches, FIX:(#741) Search results would return multiples for the same search results (default search mode), FIX:(#738) Wipe Nzblog should now return to History page after wipe, IMP: Removed unnecessary logging that resulted in excessive spam, FIX: ManageComics screen - using checkboxes would result in errorswith a table error 2014-06-11 14:39:50 -04:00
evilhero 89f2d3a5f6 FIX: forgot None statements 2014-06-09 04:03:10 -04:00
evilhero 1c35ba48fb FIX: Able to specify own CV API key now (almost a requirement) - warning implemented throughout as well (api key usage 200 hits/15 minutes per api key), IMP: If Store in Weekly Directory option enabled in Weekly Pull-list, when post-processing pull-list files will automatically copy the finished files into the weekly directory as well as normal series directory, FIX:(#737) When using manual Rename with Annuals would get extra words appended to filenames by mistake, FIX: Default set for Safestart mode. 2014-06-09 03:55:05 -04:00
evilhero f53905262f IMP:(#735) Search now has 3 options available - 'loose', 'all', or 'explicit', FIX: weekly pull-list would error out due to excessive threads being generated, IMP: Removed unecessary cursor statements in weeklypull, streamlined back to db module 2014-06-04 14:53:33 -04:00
evilhero cdd409016e IMP:(#732) manageComics now sortable, Status column included, have counts tally correctly, FIX:(#729) if cover image did not exist on CV, would error - now will attempt alternate size, IMP: Option added to search results to allow explicit searching (meaning will search for ONLY terms, instead of default of ALL), FIX:(#730) typo, IMP:(#719) Configuration/Advanced/Notify on manual post-processing of torrents option added now - will notify on post-processing of snatched torrents, IMP: Added some more threading for performance (marking issues as wanted will now thread instead of run & wait) 2014-06-02 15:02:28 -04:00
evilhero 1be1a4a9b2 FIX: If newznab provider and nzbget are used, retrieve nzb link broken, FIX:(#645) Experimental search improvements by series length comparisons, FIX:(#645) Experimental searching will now perform normal searching regiment instead of just one, FIX: Fixed incorrect URL for Series on Reading List page, FIX:(#642) Corrected typo in nzbn and moved post-processor extra scripts code so it runs in manual process (big thnx Decipher), FIX: Newer version message when ahead of current comment (again, thnx Decipher) 2014-03-19 14:54:39 -04:00
evilhero 08f8b4e265 FIX:(#639) If newznab was enabled, and API hits resulted, would error out on doing sdate comparisons, IMP: Added pagination to Annuals as was being cut-off, FIX: flipped back to using offset instead of page for CV searches, IMP: Removed unnecessary print statements 2014-03-02 14:57:57 -05:00
evilhero 606114c743 FIX:(#627) Rebooted #1's showing incorrectly on pull-list/matching, FIX:(#630) identify cbr/cbz files only in filechecker, FIX:(#632) NZBGet Download directory option added, IMP: Manual Annual add now supported via comicid directly (on bottom of comicdetails screen), IMP: Publisher now accounted for when searching, IMP: / added for file format values, IMP: Store/Publication dates now used to help better matching during et all, FIX:(#620) dognzb/nzb.su should be working (again), IMP: Very generic API implemented (taken from headphones), lots of other fixes... 2014-02-26 14:48:50 -05:00
evilhero 7831984096 FIX:(#617)(#618) list index out of range error due to CV changing search constaints and dropping legacy id support, IMP: Pull-list will now display Snatched issues 2014-01-29 00:06:00 -05:00
evilhero 36f7863ac6 IMP:(#398) Manual PostProcess inclusion, FIX:(#434) Search related issues when series title has 'the' and a numeric, FIX:(#432) Age of Ultron (AI), FIX:(#426) -1 Issue support, FIX:(#419) Filecheck support for Title inclusion in filenames, FIX:(#417) Status displayed wrongly on main, IMP:(#417) Indipendent publisher now can set time btwn issues for Continuing/Ended, FIX:(#414) Unicode problem, IMP:(#409) Annual Inclusion (config.ini/Annuals=1), IMP: ReadingLists inclusion (../readlist.html) & more 2013-07-01 01:19:15 -04:00
evilhero 29a8f167aa FIX:(#382) If publisher is not given, would error out on series add/refresh 2013-05-08 22:35:12 -04:00
evilhero 188463470b FIX for ComicVine (inadvertently?) switching to beta API site. Configuration/Web Interface option now available to turn on/off (on = beta..., off = normal api) 2013-05-01 14:13:07 -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 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
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 b4f76daf29 FIX: Searching was broken due to API changes. 2013-03-27 03:03:10 -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 b313ace328 FIX:(#247) Clicking on Add Series would return no search results for some series 2013-03-04 20:05:26 -05:00
evilhero 3173445bc4 FIX:(243) Problem parsing details from CV when description field was malformed 2013-03-02 11:41:59 -05:00
evilhero 1a9131446f IMP: Continuing/Ended on main screen, IMP: Publication dates used now for issue dates, attempts to figure out if no issue date (#193), FIX: If dots used in place of spaces would error on file checking (#199), FIX: When selecting issue for download, would Alt.Search for None regardless if enabled or not (#192), IMP: added more coding for eventual implementation of Importing a directory. 2013-02-06 14:55:23 -05:00
evilhero 05e6cef5ca FiX: error on startup involving git-removed, FIX:Error on weekly check (thnx ClayM), FIX: Nzbx.co would error on no results, FIX: duplicate issues appearing in comic list, IMP:Fuzzy year logic now in Series tab, probably other small stuff... 2013-01-13 10:59:46 -05:00
evilhero 634d1fe03e IMP: error on adding comics will now enter into Ultron Error-Checker for custom_exceptions, Fix: Blackhole naming of ':' in filename, IMP: search for wanted comics will start shortly after Mylar starts up now, FIX: Weekly matches of comics weren't matching if title had a 'The', IMP: nzbx.co provider added (not tested), IMP: Configuration tab showing Mylar paths / build information 2013-01-11 16:20:51 -05:00
Clay Mitchell b1dc013ee2 added "publisher" field to search results
added support for publisher field for searches, removed unnecssary API
call, minor cleanup in xml parsing
2012-12-16 13:09:38 -05:00
evilhero eaed146029 attempted fix for : and & in Comic Titles when adding 2012-09-13 11:27:34 -04:00