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
ministoat
ea8548982e
Update ComicRN.py
...
Added line 16: comicrn_version = "1.0"
Prevents error message in Mylar post-processing.
2014-11-07 14:07:28 -05:00
evilhero
3edf32d6e4
FIX:( #877 ) Download button on Weekly Pull-list was not working.
2014-11-03 13:18:15 -05:00
evilhero
08c364b5ee
FIX:( #870 ) Post-Processing with metadata would fail when attempting to run external command during metatagging (windows systems only)
2014-10-29 14:23:33 -04:00
evilhero
2f59e495dc
FIX:( #868 ) Unrar Path wouldn't keep manual path when specified, IMP: Updated external calls when tagging so to use python that calls Mylar, instead of default python (for those with more than one version of python), FIX: Removal of temporary directories when metatagging is being run and the original file is a .cbz
2014-10-29 00:46:57 -04:00
evilhero
6935260168
FIX: ( #867 ) Related to new pull-list for this week, had an incomplete field which caused the pull to fail.
2014-10-28 13:08:18 -04:00
evilhero
5a41c1b0e2
FIX: On new installations, would error out on a string strip call for the CV API key
2014-10-14 20:03:18 -04:00
evilhero
52bbc5b42c
IMP: Added ability to specify unrar location within config.ini (unrar_cmd=full_path), IMP: Added some more exception handling for post-processing errors
2014-10-14 03:31:49 -04:00
evilhero
c071c98302
FIX: updated README to indicate new post-processing folder structure, FIX: Added .AppleDouble to .gitignore for future PR's
2014-10-13 15:54:24 -04:00
evilhero
f55c6f22e0
FIX: When retrieving a .torrent from a torrent provider (such as KAT), if the torrent was sent to the client but was unable to complete the send without an error (usually a 404), Mylar would stop searching - now will either log it and continue searching, or if Failed Handling is enabled will mark it as Failed and continue searching.
2014-10-13 15:49:55 -04:00
evilhero
dadc4baec0
FIX: ( #855 ) When using Experimental Search, unable to find issues when the series contained an '&' due to improper url-encoding
2014-10-13 15:46:38 -04:00
evilhero
d03680f29e
FIX:( #853 ) Incorrectly tallying .AppleDouble files when file-checking
2014-10-12 03:13:43 -04:00
evilhero
fa1168d9d0
FIX: ( #852 ) Bi-Annual would not post-process / file-scan at all and give odd results
2014-10-10 14:35:09 -04:00
evilhero
eb6b3684ed
FIX: When parsing search results, would error out due to inability to properly parse after a hyphen was detected, FIX: When using CBT as a provider, would ignore results due to the way that CBT passes results back to Mylar with the hyphen
2014-10-10 14:32:42 -04:00
evilhero
182315fe23
FIX: If trailing space was in ComicVine API Key in GUI, would cause problems - now trailling spaces are removed from key by default
2014-10-10 14:27:44 -04:00
TheLabRatt
65b3d67b12
Tidy up listLibary
2014-10-10 14:13:31 -04: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
b116df5227
Make "Already in library" link to comic details
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
1a9c4998dc
FIX:( #846 )( #830 ) Renaming of files erroring out
2014-10-07 02:58:22 -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
44f35de4f2
FIX:( #821 ) Additional fixes for one-off's on the weekly pull-list - will finish searching/matching/sending to client (updating the status on weeklypull list will be forthcoming)
2014-09-10 15:33:23 -04:00
evilhero
4552ecc27f
FIX:( #821 ) logger module not loaded when retrieving issue title
2014-09-10 15:19:16 -04:00
evilhero
9c712e6a10
FIX:( #820 ) Error when Refreshing/Adding series that had 'AI' in the issue numbering.
2014-09-10 14:48:50 -04:00