evilhero
|
f660a5dff0
|
FIX: Possible error when anti-hammering for nzb sites was enforced and was taking a string instead of the numeric (ie. repeating the number 1, 60 times).
|
2014-08-05 14:49:38 -04:00 |
evilhero
|
9e0c94c41d
|
FIX: Removed unnecessary excessive logging lines when populating new weekly pull-list
|
2014-08-05 14:10:09 -04:00 |
evilhero
|
ed561615f5
|
IMP: Manual Post-Processing scan will now remember set value and auto-populate field in Manage/Manual Post-Processing tab.
|
2014-08-05 14:08:47 -04:00 |
evilhero
|
173b8a9836
|
FIX: When sending to blackhole, would error out on logging invalid variable.
|
2014-08-05 14:05:00 -04:00 |
evilhero
|
7076adccfb
|
FIX: (#777) Check Folder option now works again (scheduled manual post-processing on a pre-determined directory), IMP: Removed an unnecessary logging line when file checking and fixed an incorrect len statement
|
2014-07-30 01:11:19 -04:00 |
evilhero
|
ccbdbb4116
|
FIX (#776): Forgot trailing ')' in sabnzbd/ComicRN.py
|
2014-07-29 11:23:11 -04:00 |
evilhero
|
794199dd44
|
FIX: Forgot to include Failed module
|
2014-07-28 15:29:10 -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
|
5696ab905c
|
FIX: When manual processing with folders, would delete the main folder provided to in the GUI. Now will check if files exist within directory, and that it's not identical as the provided folder and remove if both are not True, FIX: Removed some str statements that were hanging up due to unicode.
|
2014-06-25 11:32:54 -04:00 |
evilhero
|
957baad665
|
FIX:(#757) Rename Files not using filesystem-safe naming during rename process
|
2014-06-23 15:10:24 -04:00 |
evilhero
|
547f3d26e0
|
IMP: Refreshing a Series via the button on comic details page has now been changed to a threaded call, which should allow for better use of resources.
|
2014-06-22 18:19:32 -04:00 |
evilhero
|
6f5a4c91fd
|
FIX: If manual post-processing was passed a folder with more than one issue, would delete the passed folder after the first post-processed issue was completed - now will check if directory is empty prior to deletion
|
2014-06-22 18:17:31 -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
|
2ce158b2e3
|
IMP: Added ComicTagger API option (v.1.1.15-beta) - if 1.1.15 used, will attempt to use personal CV API Key provided in Mylar, otherwise if a lower version or no personal CV API key provided will default to generic ComicTagger key
|
2014-06-15 01:10:45 -04:00 |
evilhero
|
b6217b729b
|
IMP: Experimental search would not remove the word 'the' from series starting with it, resulting in non-hits for such series, IMP: Removed unnecessary print statements from solicit, IMP: If torrents was enabled, but no torrent providers enabled would still check/cache rss feeds, IMP: Additonal logging for weekly-pull copy to Weekly Download directory during post-processing
|
2014-06-15 01:05:42 -04:00 |
evilhero
|
06d3773d21
|
FIX:(#748) Search Provider order is [] (when Newznab Host == Newznab Name)
|
2014-06-15 01:03:03 -04:00 |
evilhero
|
5e34f4d1db
|
FIX:(#740) Properly parse the xml when refreshing/adding a series so Comic Name and Publisher gets populated properly
|
2014-06-15 01:00:34 -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
|
81a8029480
|
FIX: count error on invalid issnum (will address later)
|
2014-06-09 15:49:55 -04:00 |
evilhero
|
bb3cde2c92
|
FIX: change README.md
|
2014-06-09 14:47:46 -04:00 |
evilhero
|
922d340576
|
FIX:(#725) When using Experimental Search, if issue number is not seperate from title will create an int error, IMP: Abit more error logging in regards to ComicVine API usage
|
2014-06-09 14:34:53 -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
|
cc7a2621c7
|
FIX/IMP: (#733) Redid ubuntu startup scripts, PID will now daemonize and get new PID on restart/shutdown (taken from headphones with love) - put in init-scripts directory.
|
2014-06-04 16:31:26 -04:00 |
evilhero
|
7d9a5c0865
|
FIX:(#734) Post-processing leaving blank odir value (nzbget) - untested
|
2014-06-04 15:11:34 -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
|
1fa44a7121
|
FIX:(#723) if nzb.su was enabled, provider_order would return a null value
|
2014-06-01 03:35:18 -04:00 |
evilhero
|
b20449803d
|
FIX:(#721) post-processing would succeed, but exit code returned in sabnzbd, FIX:(#716) If series in watchlist has decimals in title, will check match against filename before proceeding further during post-processing (this could be an on-going type of fix that's needed)
|
2014-05-30 14:10:46 -04:00 |
evilhero
|
a1ef71c881
|
FIX:(#717) MacOS metadata will now be ignored during filechecks, FIX:(#718) searchprov error during searching should be fixed now, IMP: Made manual-run and some other functions threaded to help improve performance, FIX: Manual post-processing should recurse directories properly now (thnx bmfrosty), FIX:(#715) if pre-scripts were being used, post-processing would fail, IMP: Removed some unnecessary logging, FIX: When doing a Force Check (or normal 6-hr delayed api check), would error out if a series was a GN/Trade - now will continue but ignore the GN/trade
|
2014-05-29 14:05:11 -04:00 |
evilhero
|
46f658d6b6
|
FIX:(#707) Updated PP if src & dst were identical during rename call
|
2014-05-26 14:32:44 -04:00 |
evilhero
|
e00d6c5ddf
|
FIX:(#708)(#709) Reverted back to apscheduler for the time being, FIX: unicode normalization for filechecker
|
2014-05-26 14:11:39 -04:00 |
evilhero
|
1f2073b64c
|
FIX: Updated the dbupdater module so it's identical to the Refresh Series option (other was abit buggy and outdated)
|
2014-05-25 15:08:15 -04:00 |
evilhero
|
ea02cd83f2
|
IMP: Ability to now specify search provider order (regardless of torrents or nzb) within the config.ini, IMP: (#667) Changed the db module to try to accomodate db locking errors and lowering the amount of actual write transactions that were committed along with a new scheduler system, IMP: Changed sabnzbd directory to post-processing, and included subdirs for sabnzbd & nzbget ComicRN scripts, IMP: NZBGet Post-Processing ComicRN.py script (updated for use with nzbget v11.0+)added & updated in post-processing/nzbget directory (thnx ministoat), FIX: If Issue Location was None, and status was Downloaded would cause error in GUI and break series, IMP: (#689) Minimum # of seeders added (will work with KAT), IMP: (#680) Added Boxcar 2 IO Notifications, IMP: Added PushBullet Notifications, IMP: Cleaned up some notification messages so it's not so cluttered, IMP: Added Clickable series link in History tab, IMP: Added Post-Processed as a status to History tab to show manually post-processed items, IMP: Removed log level dropdown from Logs page & added 'ThreadName' as a column, IMP: Added Force Check Availability & View Future Pull-list to Upcoming sub-tabs, IMP: Added '--safe' option to startup options which will redirect directly to Manage Comics screen incase things are broken, FIX: Added proper month conversions for manual post-processing when doing comparitive issue analysis for matches, FIX: (#613) Allow for negative issue numbers in post-processing when renaming and issue padding is enabled, FIX: File Permissions on post-processing would stop post-processing if couldn't change, now will just log the error and continue, IMP: Added Scheduler (from sickbeard) to allow for threadnaming and better scheduling, IMP: Filenames in the format of ' () ' will now get scanned in, IMP: During manual post-processing will now stop looking for matches upon a successful match, IMP: A Refresh/Weeklypull series check will now just scan in issue data, instead of series info,etc, IMP: Removed some legacy GCD code that is no longer in use, IMP: Exception/traceback handling will now be logged, FIX: Unable to grab torrents from KAT due to content-encoding detection failing, IMP: Added universal date-time conversion to allow for non-english based dates to be properly compared when checking search results against publication dates, FIX: Annuals will now get proper notification (prior was leaving out the word 'annual' from notification/logs), IMP: Improved future pull-list detection and increased retension (now ~5 months), IMP: Will now mark new issues as Wanted on a Refresh Series if autowant upcoming is enabled (was reverting to a status of None previously), IMP: Cannot change status to Downloaded if current status is Skipped or Wanted, FIX: (#704) UnSkipped will now work (X in options column on comic details page), IMP: future_check will check upcoming future issues (future pull-list) that have no series data yet (ie. #1's) and auto-add them to watchlist when the data is available and auto-want accordingly, IMP: (#706) Downloading issues to local machine (via comicdetails screen) with special characters in filename now will work, IMP: improved comparison checks during weekly pull list and improved speed abit since only refreshing issue data now instead of entire series, Other Referenced issues: (#670)(#690) and some others....
|
2014-05-25 14:32:11 -04:00 |
TheLabRatt
|
326cf60295
|
Use existing CHMOD_FILE var to set permissions on PostProcessed files
|
2014-05-10 03:53:10 -04:00 |
evilhero
|
c54906132b
|
IMP: (#691) option to pas scan directory via api
|
2014-05-08 00:35:13 -04:00 |
evilhero
|
6fc3443af4
|
merge pull request #685 from vergessen: updated dognzb api url
|
2014-05-01 13:07:43 -04:00 |
evilhero
|
df4f897b82
|
FIX:(#672) Removed 'download file to cache' option - now will download directly from series directory and changed to be able to have cherrypy serve out with proper mimetypes
|
2014-04-23 00:00:21 -04:00 |
evilhero
|
668cb7b5d6
|
FIX: (#668) pull list url changed again.
|
2014-04-21 10:50:44 -04:00 |
evilhero
|
ea589b907a
|
FIX:(#673) When adding a series, if the Volume label on CV was Roman numerals (ie.I,II,III,etc) it would error out and fail to add the series succesfully, FIX: If a series failed to add, returning to the home page would result in an NoneType and int error - will now remove the errant series from the db upon loading the homepage.
|
2014-04-20 23:59:55 -04:00 |
evilhero
|
e0299e5c35
|
FIX: Removed unnecessary print statements from importResults, FIX: If Issue number contains a negative, when renaming would rename to '00-1' (with padding enabled), FIX: When searching RSS cache for search results, would use both CBT and KAT regardless if only one was enabled (but either was used previously), FIX: Allow for some issues store dates to have a fluctuation of 1.5 weeks in order to account for some discrepencies in dates with the weekly pullist, FIX: (#671) Issues tagged as Archived (either manually, or by auto-checks) would not tally count the Have totals properly - it would not add the Archived count to the total Have Issue count.
|
2014-04-20 00:01:23 -04:00 |
evilhero
|
a216f3c4d5
|
FIX:(#613) Negative issues now accounted for properly when File Checking, FIX: If filename extension was uppercase, would be ignored (again), FIX: When creating temporary directory for metatagging, will raise exception on error, FIX: Changed 'Enable RSS Feeds' to 'Enable RSS Feeds for torrents & nzbs', IMP: Removed some unnecessary print statements
|
2014-04-14 14:10:10 -04:00 |
evilhero
|
10f797c9b7
|
FIX: if CBT and KAT both enabled, would only use CBT for searches, FIX: Added extra URL for KAT to include Other category when indexing RSS / searching (increase 0-day hits)
|
2014-04-14 13:59:27 -04:00 |
evilhero
|
4c2ec769d1
|
FIX:(#668) URL for pull-list changed, IMP: Better matching when determining if a rebooted series is a valid watchlist match, FIX: Marking issues/annuals via checkboxes should be working again, FIX: Annuals couldn't be marked as Archived, FIX: Total Have count was off if any were Archived.
|
2014-04-14 13:42:42 -04:00 |
evilhero
|
8b67d14bac
|
FIX:(#663) Weekly pull list would crash on issues with decimal places if series on watchlist, FIX: Error logging when performing search, FIX:(#662) Removed 'Test SABnzbd button' as was causing configuration saving issues. Can still be used by url : /SABtest, IMP: Added more logic checking to weeklypull list when comparing series for matches (to ensure an issue is part of a given series), IMP: Removed dead references to nzbx as a provider, FIX: If issue had no leading 0 in a decimal issue, mylar would crash, FIX: None status would occur when refreshing a series and more than one issue was being pulled in for data, IMP: When using manual post-processing, if issue date was near end/start of year issue comparison would fail. Comparison by month now added, FIX: file checking - if decimal in issue and no year present, would skip issue, FIX: manual post-processing - would fail/skip if no year provided for issue within filename, FIX: Manual Annual Add option will only be available if annuals_on=1 within the config.ini now
|
2014-04-07 12:20:05 -04:00 |
evilhero
|
1ace479a04
|
FIX:(#659) annual error on startup, when annuals_on not enabled, FIX: error for week variable on weeklypull module
|
2014-04-03 00:42:23 -04:00 |
evilhero
|
0fa7a25f17
|
FIX: configuration wouldn't save (typo), FIX: Changed some error messages when doing Test SABnzbd and auto-grabbing API
|
2014-04-02 15:14:30 -04:00 |
evilhero
|
dfde9197bb
|
IMP: Removed unneeded code from several modules, IMP:(#659) Subdirectories now will be scanned in properly when in series directories, FIX:(#635)(#658) Moved code from html into module to allow for better integration and further templating needs, IMP: Added ability for mylar to auto-grab SABnzbd API when provided with user/pass, IMP: Test SABnzbd button works again - will auto-rollback to NZBKey usage, IMP: Added counts to Upcoming page, IMP: Added some more detailed parsing to the ImportResults, IMP: ImportResults will now show proper series title, IMP: Improved some logic when determining if a new weekly issue is on a watchlist if a rebooted series, IMP: A bunch of smaller fixes, and some various code tweaks...
|
2014-04-02 15:08:59 -04:00 |
evilhero
|
7c18aafbf6
|
FIX:(#654) Folder names garbled in Windows due to trailing space
|
2014-03-26 14:04:33 -04:00 |