1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-26 09:36:53 +00:00
Commit graph

495 commits

Author SHA1 Message Date
Cybr Wizrd
a27a18619e In retryissue: Missing U in UID for nzb.su (should be NZBSU_UID, not NZBSU_ID) 2015-02-17 02:06:32 -05:00
evilhero
a692cfb745 FIX: Hopefully addressed the issue where re-downloads of the pull-list occur after they've already been downloaded, FIX: Having duplicate issues within the series directory will now be handled properly based entirely on duplication settings in the GUI, FIX: Fixed a small bug when adding a series, would not populate the pull-list when the series was on said list, IMP: Removed Downloaded status as an available option to change issues to on the comic details page, FIX: Formatted multiple series diretories on the comic details page a bit better, IMP: Added different css colouring for Downloaded status on the weekly pull list, FIX: Annuals should now be appearing on the Manage Issues tab 2015-02-09 13:44:10 -05:00
evilhero
f31f279add FIX: If an issue was downloaded where the series contained an ', it would fail to match up on post-processing due not accounting for the ' properly within the nzb name that is stored by Mylar 2015-02-08 14:55:33 -05:00
evilhero
946c3d48e1 FIX:(#939) Redirect loop error when ALT_PULL is enabled and attempting to load up new weekly pull-list, FIX: When manual post-processing and doing out-of-whack check if the Series Total was equal to the Have Total, would perform an endless loop sequence. 2015-02-02 15:29:21 -05:00
evilhero
e7b1cdf843 FIX: When searching for issues prior to local OS' epoch date, would error due to resulting mktime comparison (mainly Windows based). Now will just set a pre-determined value for anything prior to 1970 to use as a posting date when comparing dates. 2015-02-02 13:59:30 -05:00
evilhero
c730c59552 FIX: Pushbullet notifcations fixed (will send to all pushbullet devices assigned to provided pushbullet apikey currently) 2015-01-31 17:21:42 -05:00
evilhero
950c843a76 FIX: Marking an annual as Wanted will now initiate a search in the background instead of locking the current session while searching 2015-01-30 20:13:56 -05:00
evilhero
c140c75785 FIX: Adjusted generated nzbname to remove titles that had apostrophes which would cause non-matches during post-processing 2015-01-30 20:11:40 -05:00
evilhero
df09b562f8 FIX: When updating a setting in the comic details/Edit Settings tab, would take 'None' as a valid Alternate FileName if nothing else was present - which would cause errors when file-renaming. 2015-01-30 20:07:21 -05:00
evilhero
ee87963762 FIX: when adding story arcs would always return a message indicating arc was already in list,and would not add the arc 2015-01-29 20:45:44 -05:00
evilhero
590d838401 FIX:(#936) Error on Manual post-processing would give an 'IOError: [Errno 9] Bad file descriptor' message 2015-01-29 13:51:43 -05:00
evilhero
0b9ce0befe FIX: (#932) RSS Checker would not include first item in rss feed 2015-01-28 02:39:21 -05:00
evilhero
b27ecf8911 FIX: Error when doing Force Check, or scheduled search 2015-01-25 14:21:52 -05:00
evilhero
cd5a8b2be5 IMP: Added HTTPS support, with certificate/key generation, FIX: If a series had a ', search results would miss some key results when not hitting rss feeds, IMP: Better handling of series' that have non-alphanumeric characters when it comes to requesting search results, FIX: Removed some unnecessary spamming when file-checking/manual post-processing in relation to # signs 2015-01-24 21:26:22 -05:00
evilhero
e80c39c085 IMP: Alternate File Naming can now be configured on a per-series basis, which will rename series' accordingly when manual renaming or post-processing (both downloaded & manual), FIX: Will now better handle filenames that contain a # to denote an issue numbering (file-checking), FIX: When manually renaming, if issue numbering had a trailing decimal would error out, FIX: When parsing search results, if an nzb had a ' in the title, would be incorrectly accounted for - will now be able to match these series' more reliably 2015-01-24 03:33:54 -05:00
evilhero
91e41039a6 FIX: removed comments within html 2015-01-21 14:18:45 -05:00
evilhero
80a86d53a5 FIX: Viewing specific Issue Details on the Series Detail page would result in a 500 error (for Windows users), IMP: Removed popup alert message when viewing the specific issue details. 2015-01-21 14:07:41 -05:00
evilhero
61af7a5e3d FIX: Removed the 'v' from the volume tag when applying it to the ComicRack tagging when using meta-tagging 2015-01-20 00:41:29 -05: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
ae6f2830c3 FIX: When downloading/post-processing a cbz file, and meta-tagging was enabled - would delete the actual cbz file at the end of the sequence and mark it as Archived. Now will tag it correctly and more importantly, not delete said file after sequence has been run. 2015-01-19 00:11:59 -05:00
evilhero
2be2c78a00 FIX: Windows users were unable to view more detailed information on a given issue - the 'i' icon beside each issue that is in Downloaded status AND is a cbz file. 2015-01-19 00:10:46 -05:00
evilhero
db093f7a75 FIX: Invalid Try/Except iterations during db execution on startup - only affect new installations of Mylar. 2015-01-19 00:06:43 -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
568f0de60c FIX:When parsing search results, would cause ValueError when attempting to determine the volume label when the volume was present and words starting with 'v' were present after 2015-01-04 03:53:23 -05:00
evilhero
4109760616 FIX:(#916) Error adding series when Issue Title field was not present 2015-01-04 03:47:45 -05:00
evilhero
77899c2390 FIX:(#912) Updated fix to include issues that have trailing decimal places - whether on purpose or not, which was causing incomplete loading of these series 2015-01-02 01:56:01 -05:00
evilhero
054b7cf3aa FIX:(#912) Unable to add series that have issue numbers containing 'O' and 'X'. Also updated file checking to include the same fix. 2015-01-01 19:58:31 -05:00
evilhero
7e6a0e648a FIX: (#910) Upcoming tab would be unaccessible if there were annuals present that just had an IssueID, with no associative ComicName within the annuals table. 2015-01-01 19:33:47 -05:00
evilhero
212cfa7758 FIX:(#905) Removed Donation button from config screen to lessen confusion, FIX:(#906) External links will now open in new tab (again), as well as changelog link from within Update popup 2014-12-20 12:12:46 -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
cebb3b4ada FIX: When using the 'Snatched as Have' option, downloading issues wouldn't get tallied into the total correctly, IMP: Moved the code to check for Issue Titles within a filename into it's own function to allow it to be called from different modules 2014-12-18 13:12:46 -05:00
evilhero
423bce0461 FIX:(#904) If a series only had one issue, when adding would keep the status as Skipped regardless if 'Automatically Mark All Issues as Wanted' was enabled, FIX: When a series had an annual on the weekly pull-list that had no data in CV yet (ie. first annual issue), it would always get added/refreshed as Skipped regardless of settings 2014-12-18 13:03:45 -05:00
evilhero
d748d80ff1 IMP: Added ability to set Snatched Status as being able to accumulate the HAVE totals for every series - (config.ini - snatched_havetotal = 0/1) 2014-12-08 12:48:13 -05:00
evilhero
f3806a1b4c FIX: When Adding a Story Arc via the Search method, if an issue had no title it would error out and only display a few issues when viewing the arc, IMP: When viewing a specific Story Arc, if it was an imported cbl, the issue's would not display the Publication Year properly, IMP: Removed a spammed print message, IMP: Changed the colour of the Donate button so that it's blue. 2014-12-08 12:19:20 -05:00
evilhero
f19783ed56 FIX:(#898) When attempting to parse torrent name to generate filename to send to client, would error out if the title of the torrent contained any special characters. 2014-12-04 03:18:36 -05:00
evilhero
7acf1d8b84 IMP: Added donation button/section (finally) - Flattr & Bitcoin can currently be used. 2014-12-01 20:13:50 -05:00
evilhero
4607a1688b FIX: Error when using Experimental search (typo) 2014-12-01 17:15:31 -05:00
evilhero
70f0c75dc8 FIX: When starting up Mylar for the very first time, will indicate -1 series have been ordered, FIX: When using the ALT_PULL method for the pull-list, would grab html colour codes occasionally 2014-12-01 12:25:35 -05:00
evilhero
1ad1d7e927 FIX:(#897) Improvements for Experimental search and better rss handling/searching for it, IMP: restricting filetypes to cbr/cbz, as well as file-sizees, should now be working for Experimental / CBT / KAT, FIX:(#885) referencing issue_firstword errors should now be fixed and working again, IMP: Attempt at better handling of filenames that have issue titles within them (searching only) 2014-12-01 12:23:49 -05:00
evilhero
eeae5e77ea IMP: Specifying log file size (within the GUI) has now been fixed and is working with rollovers. 2014-12-01 12:17:08 -05:00
evilhero
b760c913f7 FIX:(#891) If series on watchlist was on pull-list listed as a comp (ie.l-4), would assume it was a valid issue and error out, FIX: Fixed an invalid cache location reference point 2014-11-25 11:59:56 -05:00
evilhero
3a6332e122 Fix: (#889) Error whrn tryjng to send nzb to nzbget client (emptynzb) 2014-11-24 10:12:07 -05:00
evilhero
67ce6f80d7 FIX:(#886) some nzb providers would have the nzb url double url-encoded, resulting in empty nzb files being retrieved. 2014-11-23 03:19:08 -05:00
evilhero
860b4d8ea8 FIX: stupid typo on weeklypull module. 2014-11-21 12:18:46 -05:00
evilhero
4c8935804c Way too many fixes, some improvements (multipe_dest_dirs, alt weekly pull) 2014-11-21 12:16:28 -05:00
evilhero
1d4ac8a97b FIX:(#886) Fixed issue for all the geeks in us (error was given as invalid api key within sabnzbd on an attempted send) 2014-11-21 11:46:34 -05:00
evilhero
b8a478a93b FIX:(#886) when sending nzb link to SABnzbd, would incorrectly take the first apikey entry as the nzbkey, when it was the provider apikey, IMP:(#840) Snatch notification fix for Boxcar2, IMP: Publisher and series volume improvement when parsing search results. 2014-11-19 15:50:49 -05:00
Michael Chen
395ca8b75c Add sigterm handler to shutdown from rc.d scripts 2014-11-07 14:22:48 -05:00
Pedro Vanzella
78e8110015 Fix Mako Runtime Error when adding multiple comics.
Sometimes, when adding multiple comics, series['Previous'] or series['Next']
wouldn't be set by the time data/interfaces/default/comicdetails.html got
rendered, which resulted in a KeyError and a ugly error screen.
2014-11-07 14:12:06 -05:00