evilhero
|
1072a51f0c
|
FIX:(#189) Weekly Pull list not matching on some series with symbols in the name
|
2013-01-28 17:35:04 -05:00 |
evilhero
|
7e0ef1774c
|
FIX:(#186)(#187) Weekly pull list would either error out on start-up, or wouldn't display any data, IMP: Removed 'want' from Weeklypull as wasn't working, IMP: setting up the base for some mass importing.
|
2013-01-28 15:31:43 -05:00 |
evilhero
|
e8efcfac79
|
FIX: Removed erroneous Issue Details link from Comic Details pages
|
2013-01-27 05:08:32 -05:00 |
evilhero
|
8c70872c11
|
FIX:(#170) Possible Fix due to page-encoding - added some error traps, FIX:(#184) unclosed table row cell, possible fix, FIX:(#77) A+X would not match on results, IMP: Delete all None and Error-d out (ComicID displaying) from DB on startup - 'if Present in watchd...'(#170)
|
2013-01-27 05:07:08 -05:00 |
evilhero
|
4d1b61846b
|
FIX: comics that had alot of issues would take forever to initially add (improved speed performance).
|
2013-01-24 13:31:03 -05:00 |
evilhero
|
a831608d37
|
FIX: (#181) 2000 AD exception added to csv for mulit-volume support, FIX: ComicYear was parsed wrong when using multi-volume occassionally, IMP: Turned off console printing for parsing
|
2013-01-24 12:01:27 -05:00 |
evilhero
|
16c69e7bf5
|
FIX:(#170) crashing on Checking diretory for existing issues, FIX:(#179) won't try and search for 'None', TMP IMP: added some console logging to parse for (#170)
|
2013-01-24 04:42:47 -05:00 |
evilhero
|
eecf06b4ef
|
FIX: Post-Processing should now fully work once again.
|
2013-01-23 05:07:27 -05:00 |
evilhero
|
6bea1d7819
|
FIX: Home screen will remember number of results/page now
|
2013-01-23 04:50:33 -05:00 |
evilhero
|
3e5448e62a
|
FIX: removed unnecessary html files (forgot last commit)
|
2013-01-23 04:47:21 -05:00 |
evilhero
|
22f492b781
|
IMP: Filtered data and colours now working on main page and comic detail page (meaning you can now display 10,25,50,100 titles / issues at a time per page), IMP: Removed unnecessary html files
|
2013-01-23 04:43:21 -05:00 |
evilhero
|
25c83bdab4
|
IMP:(#133) CVinfo option added in Configuration/Advanced Options
|
2013-01-23 03:22:22 -05:00 |
evilhero
|
f30d507ab9
|
FIX:(#169) 500 Error on startup trying to retrieve Weekly Pull-list
|
2013-01-23 02:50:49 -05:00 |
evilhero
|
6ef8ab7b8d
|
FIX:(#173) If a search result contained a watchcomic title, it would match incorrectly, FIX:(#172)(#163) Post-Processing would fail on finding directory - hopefully fixed now, FIX:(#167) NZBX would fail on send to SAB, IMP:(#109) Make All Skipped Wanted option now available on Comic Details page
|
2013-01-23 02:34:50 -05:00 |
evilhero
|
974e49d276
|
FIX: added some direct verbose logging to PostProcessing to help with troubleshooting
|
2013-01-22 11:20:47 -05:00 |
evilhero
|
634a5b3f99
|
FIX: Search results erroring out after parsing titles, FIX: minor Ultron Error-Checker fix
|
2013-01-21 13:11:37 -05:00 |
evilhero
|
ba1b3c9021
|
FIX: Blackhole post-processing fixed to allow for variations in SAB spaces/dots - was failing (#163)
|
2013-01-20 03:41:59 -05:00 |
evilhero
|
36840d3612
|
FIX: if series' had identical names, both would get latest issue from weekly pull list if present regardless of year, FIX: newznab and nzbx wouldn't search for new issues on the weekly list when adding a new series
|
2013-01-18 04:18:31 -05:00 |
evilhero
|
8ac3da86dd
|
FIX: Error on Rechecking Files if an issue was present that Mylar didn't know (#158), FIX: If Alternate Search wasn't selected or was blanked out, would cause searching pattern issues (#161), IMP: On comic details screen (adding / refreshing) If duplicate issues were detected, would only add one instance. Will now check to see if issue publication dates are different and if so will add to details.
|
2013-01-18 02:32:05 -05:00 |
evilhero
|
dfa43893db
|
IMP: Optionally force the cache directory via config.ini (note setting this to something other than {data_dir}/cache will result in no images displayed)
|
2013-01-17 11:22:51 -05:00 |
evilhero
|
c307e6a975
|
FIX: fuzzy year selection would error out if not selected, IMP: fuzzy year option will now show correct prior selection on Edit screen, FIX: Upcoming section (Wanted tab) will only show releases that are NOT available for download now.
|
2013-01-15 17:41:00 -05:00 |
evilhero
|
a8c1ae766a
|
FIX: (#132) values weren't persistent in config file
|
2013-01-15 14:32:31 -05:00 |
evilhero
|
7d1eab92e0
|
FIX: If no option for fuzzy year was selected, search would fail to match on results
|
2013-01-15 14:20:54 -05:00 |
evilhero
|
00fb374a59
|
FIX: Ultron Error-Checker could not find exceptions file if not in root, IMP: will copy the _sample.csv now on startup if not present for use with UE-C
|
2013-01-15 14:02:32 -05:00 |
evilhero
|
45e42bea2c
|
FIX: on/off option for searching for nzbs on startup, FIX: Updating the weekly pull list would always happen (now only on new lists), IMP: Abit more info on startup, FIX: No trailing slash on newznab provider would always return 0 results, FIX: directly adding GCD ID would result in fail, IMP: removed some unecessary code
|
2013-01-15 12:32:08 -05:00 |
evilhero
|
7403e7bcf2
|
Fix: search results with an & would error out, added escape char (thnx ClayM) (#152)
|
2013-01-14 00:42:03 -05:00 |
evilhero
|
aaa4891343
|
FIX: forgot to include updated parse for #151
|
2013-01-14 00:14:08 -05:00 |
evilhero
|
3be8189b2a
|
FIX: some fuzzy-year errors, IMP: added as folder/file naming option (#134), IMP: Lowercase entire filename option in Config (#134), FIX: Parse error on adding new series using Ultron-Checker (#151)
|
2013-01-14 00:12:59 -05:00 |
evilhero
|
4b6ca3cf2e
|
FIX: filescanner wouldn't pick up UPPERCASED extensions, IMP: filename extensions are now lowercased on every download
|
2013-01-13 15:26:45 -05:00 |
evilhero
|
99d5ebb41c
|
FIX: nzbs from nzbx would fail on post-processing.
|
2013-01-13 14:59:25 -05:00 |
evilhero
|
236f42ce81
|
FIX: updated version to master (wrong reference point)
|
2013-01-13 14:20:39 -05:00 |
evilhero
|
e4bfacf1a3
|
just getting inline...
|
2013-01-13 13:08:21 -05:00 |
evilhero
|
05ee593bcc
|
FIX: If an issue was published between Nov-Jan, Mylar wouldn't roll over to the following year and re-do the search
|
2013-01-13 13:07:34 -05:00 |
evilhero
|
a4081edb7e
|
merged manders2600 pull request #140
|
2013-01-13 12:10:41 -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
|
1b34db1f5c
|
Fix: Forgot to include nzbx.co file for searches
|
2013-01-11 16:25:51 -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 |
evilhero
|
a853274506
|
FIX: post-processing failing due to inability to find nzb in db to match (#136)
|
2013-01-07 23:24:00 -05:00 |
evilhero
|
c6d2d296ae
|
FIX: Alternate Search Names (if given) are also used by the filescanner now
|
2013-01-07 15:35:17 -05:00 |
evilhero
|
3eb92f3bc8
|
FIX: If a Comic had (c2c) in the filename, it would cause a mis-hit/error when rechecking/scanning files, adjusted now to work hopefully
|
2013-01-07 14:58:34 -05:00 |
evilhero
|
a9f5d417d9
|
FIX: multi-volume series selection would not follow folder_format in config(#131), IMP: On startup, will no longer refresh a series in order to make sure it's up-to-date for new releases, will only check after designated time in order to stop excessive load
|
2013-01-07 14:26:10 -05:00 |
evilhero
|
254793fd22
|
FIX: Post-Processing will allow for spaces/decimals regardless of SAB settings now, IMP: Post-Processing passing metadata to extra-scripts, IMP: passing nzbs to SAB is done by link only now (no more saving messy files), IMP: Removed some verbose logging from parsing on multi-volumes, FIX: Weekly error on startup (couldn't mark), IMP: Wanted comics on Weekly tab will now appear in Upcoming tab properly, and be marked wanted when data is available from CV/GCD and removed from Upcoming tab
|
2013-01-07 13:26:15 -05:00 |
evilhero
|
3e2ffdd71f
|
Fix: multi-volume series not available (#66 - AtariBaby!), Fix: problem with newznab variable (#135)
|
2013-01-07 05:11:03 -05:00 |
evilhero
|
671e64c3fb
|
Imp: multiple newznab providers can be selected / enabled / disabled now.
|
2013-01-06 12:16:27 -05:00 |
evilhero
|
2ae3a55cb7
|
Fix:AlternateSearch names wouldn't search, Fix:New filescanner, cleaned up code.Fix:If comic contained a . in the title, it wouldn't match.
|
2013-01-06 03:51:44 -05:00 |
evilhero
|
3ff5866763
|
Fix: Recheck files/scanning of files resulted in missing files even if present (issue#127)
|
2013-01-04 22:00:13 -05:00 |
evilhero
|
d7810adafc
|
Fix: cover.jpg was being downloaded and placed in series directory regardless of option check.
|
2013-01-03 22:12:58 -05:00 |
evilhero
|
0a50c65241
|
Fix: when ComicVine's stated issue count is different than the actual count, would error out (ie. for X-Men(2010))
|
2013-01-03 13:26:39 -05:00 |
evilhero
|
99223e92aa
|
Imp: Updating the db for newly wanted comics (pullist) on EVERY start no longer needed, now will only refresh a comic on startup if needed (new pullist and a given comic is listed).
|
2013-01-03 05:26:39 -05:00 |
evilhero
|
1d4da9281a
|
Fix: decimal issues causing a whole whack of problems (filechecking, post-proc, searching), Imp: filechecker will now detect duplicate issues and ignore for overall count
|
2013-01-03 05:01:07 -05:00 |