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 |
evilhero
|
4a9af8e19d
|
FIX:(#652) NZBMegaSearch would error out on searches due to date comparison error, IMP: Removed some spam console logging when unknown issues discovered.
|
2014-03-23 03:10:23 -04:00 |
evilhero
|
af41c43b4c
|
FIX: If no providers are selected, will abort search so it doesn't spam, FIX: (#650) Changed nzb.su to use new api url, FIX: (#649) Filechecker parsing failed on recheck/post-process on Windows machines, FIX: Annuals would not get manually post-processed, FIX: Added missing icon for manually adding a series to another series, IMP: Removed dead provider (nzbx) references
|
2014-03-21 14:48:25 -04:00 |
evilhero
|
b7347a80ef
|
IMP: Ability to now use the 'future pull-list' to mark series that have no data as of yet to be 'watched', IMP: Added extra tabs to Upcoming page (Upcoming no data=series on the future-pullist that are to be watched and then auto-added and downloaded when information is available - usually for number 1's, future upcoming=up to 3+ months in advance showing what's coming up for series in watchlist), IMP: Improved date comparisons for determing when issue reboots in a given year are the correct series
|
2014-03-19 15:07:25 -04:00 |
evilhero
|
d5d443d716
|
FIX:(#646) Decimals in series would not get scanned by file-checker, IMP: Traverse subdirectories now supported both in file-checker and in manual post-processing, FIX:(#582) If year comes before issue #, subname is passed with no issue number (thnx Kalinon), Fix: Fixed issue with file names with no seperation for year (ie. Comic_Series_2013_001.cbz') which causes it to be registered as a decimal (thnx Kalinon), FIX: Removed HTML %28 %29 from subname (thnx Kalinon)
|
2014-03-19 15:04:00 -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
|
050cafa4d8
|
FIX: If Invalid entry in Upcoming, would error out (thnx breaker), IMP: Removed unecessary print and logging statements
|
2014-03-04 00:11:52 -05: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
|
436edde0e3
|
FIX:(#637)(#638) monthname error on post-processing, FIX:(#636) aName server error 500 on webpages
|
2014-02-26 21:45:02 -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
|
bbf9c0f0e6
|
IMP: Dognzb / nzb.su RSS Feeds and API searches should now be working again (no UID needed for dognzb) (thnx lostkt87 for all of the detailed logs and feedback), FIX: Filechecker wouldn't recognize some alpha-numerics in issue numbers
|
2014-02-01 14:50:48 -05:00 |
evilhero
|
ce5576dd0d
|
FIX:(#613) filechecker will now account for - in series and in issues more accurately, FIX:(#621) host_newznab_fix error, FIX:(#620) Changed dognzb RSS url as per request, FIX:(#619) Will log details to log file if sucessfully added series using 'addbyid' command, IMP: Removed unnecessary logging lines during filechecking, FIX: (#616) Fixed ID retrieval for KAT (for do-not-download usage), IMP: Increased month-lap to include March publication dates (some issues have dates of Mar-2014, but are being posted as 2013)
|
2014-01-31 01:36:58 -05:00 |
evilhero
|
125d92dc3a
|
FIX: Substitutes.csv wouldn't replace characters ocassionally due to improper comparisons, IMP:(#619) addbyid is now url callable (http://mylaraddress/addbyid?4050-X or X), IMP: some matching improvements for future pull list
|
2014-01-29 14:24:53 -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
|
d146e0f0db
|
FIX:(#608) Anti-hammering code not disabled for local newznab IP (thnx IanHub), FIX: PostProcessing will now be able to handle .INH and .NOW issues, FIX: Search improvements for issues with decimals and non-numerics (ie. 18.INH), FIX: If annual present in series directory, but no annual data present for series, would error out
|
2014-01-26 23:23:11 -05:00 |
evilhero
|
aad93a2314
|
IMP:(#559) Differences between pull-list naming and ComicVine - substitutions.csv usage, FIX:(#583) When Importing Series, if filenames had a volume label it would error out, FIX:(#597) When Importing Series, decimal in issue would cause error, FIX:(#600) Annuals file format now inluded as (thanks uspider7), IMP:(#571) centos-init.d and ubuntu-init.d added, Various other fixes....
|
2014-01-16 15:25:02 -05:00 |
evilhero
|
b27584af81
|
FIX:(#599) 'Newer version available, you're 0 commits behind' error, FIX:(#572) On Windows systems, when metatagging enabled would not delete temporary files (Thanks uspider7), IMP: Removed redudant looping code from cmtagmylar module, FIX: Annuals now will display correctly without destroying table layout after changing any issue status on screen, IMP: Added .NOW to issue scanner checks, FIX: When selecting one-off from Weekly Pull-list and not on watchlist, would error out as no year provided
|
2013-12-30 14:30:50 -05:00 |
evilhero
|
c93386586a
|
FIX: decimal issues weren't being searched properly and giving errors
|
2013-12-11 13:54:43 -05:00 |
evilhero
|
0759154e14
|
FIX: PostProcessing would fail if Meta-Tagging enabled on a Manual Run, FIX: Account for .INH issues in searches, filechecker and adding/refreshing series, FIX: Would error on weekly pull retrieval if website polled was down, FIX: In Weekly Pullist, Issues containing alphas (ie. .INH) would incorrectly be determined as just containing the numeric
|
2013-12-11 13:18:13 -05:00 |
evilhero
|
4b26013400
|
FIX: (#584) If publication date was in February, wouldn't rollback year to previous when doing deeper searches, IMP: Versioning check will remove some erroneous numerics, IMP: RSS Feeds better matching for nzbs, FIX: If annuals not enabled and annuals within given series directory, would error on refresh/recheck files
|
2013-12-09 14:44:26 -05:00 |
evilhero
|
227547977e
|
IMP: Experimental RSS search will now remove year requirements if series is the only series with that title, FIX: RSS Feeds for Experimental wasn't searching properly, FIX: Experimental sometimes wasn't able to download nzb (zero-byte returned)
|
2013-12-03 14:04:38 -05:00 |
evilhero
|
f74809f094
|
FIX: Removed unnecessary logging statments when refreshing series
|
2013-12-03 12:17:46 -05:00 |
evilhero
|
f1e7b9d50e
|
IMP: Added ForceRSS Check and Test SABnzbd Connection buttons in Config, FIX: If Annuals not enabled, would error on home screen, IMP: updated mylar.init.d (thnx Kalinon), FIX: Manual Post-Processing fix for Manual Run (thnx Kalinon), IMP: Library Monitor working (check folder every X minutes and Post-Process), IMP: Future Upcoming introduction, IMP: Experimental search better handling of year inclusions, FIX: Filechecker will now pick up series with years in the series title accordingly, FIX: Torrent seedbox sending would lockup occassionally when attempting to send torrent file, FIX: malformed image url on some series, IMP: Moved issue updating to a seperate function, IMP: When series was refreshed, would download the last issue (or few issues depending on date), regardless of status, IMP: When series is volume 1 or volume label doesn't exist, either assume V1 or remove volume requirements to improve matching hits, IMP: StoryArcs will now check in StoryArc folder for existing issues and change status in StoryArc accordingly...
|
2013-11-28 10:48:59 -05:00 |
evilhero
|
eace56d92e
|
IMP: Added non-default Newznzb category to Newznab UID GUI field. Type in '#8020' or whatever category comics is on newznab installation (not required for normal newznabs), IMP: When issue was found via torrents by RSS, it would continue to look via db/api searches'
|
2013-10-31 14:54:19 -04:00 |
evilhero
|
c030ba5465
|
FIX: Scanning in an Existing directory via the Manage tab didn't do anything (broken link)
|
2013-10-25 23:31:51 -04:00 |
evilhero
|
17866be3a1
|
FIX: Provider Priority Error on very first run
|
2013-10-24 22:14:31 -04:00 |
evilhero
|
527c23526e
|
FIX: Invalid Torrent files (Bencoded Error), IMP:(#562) update mylar.init.d (thnx Kalinon), IMP:(#558,#560) Added quiet variable to config.ini (kat_proxy) for bypassing blocked url, FIX:(#556) Torrent File Names now fixed for KAT (format of: series_issue_year), FIX: KAT Torrent searching wasn't going through all iterations of issue numbering for matches
|
2013-10-18 21:04:16 -04:00 |
evilhero
|
45c69f97a3
|
FIX:(#550) Quality settings not being saved (cbr/cbz/any)
|
2013-10-03 23:44:57 -04:00 |
evilhero
|
6a8993d03e
|
FIX: Removed unnecessary provider statements
|
2013-10-01 15:10:40 -04:00 |
evilhero
|
4ce7728b00
|
FIX: necessary git catchup (bad merge)
|
2013-10-01 14:37:42 -04:00 |
evilhero
|
336a8d1b46
|
IMP: missed an abbreviation
|
2013-10-01 13:42:39 -04:00 |
evilhero
|
732d93e109
|
IMP: added necessary abbreviations
|
2013-10-01 13:41:33 -04:00 |
evilhero
|
85db439550
|
FIX: Added addtional newsgroup to Experimental option for some newer results (0-day)
|
2013-09-20 01:17:04 -04:00 |
evilhero
|
e86b5ce00f
|
FIX:(#537)digitsvalid error, FIX:(#539) allowance for infinity symbol as Issue# (file-check fix for it next), IMP: Autocorrect ComicTagger path if .exe/.py given within path, IMP: Manual Run detection improvements (volume inclusions), IMP: Reading order # appending to storyarc filenames as option, IMP: story-arc filename/search revisions
|
2013-09-18 00:49:24 -04:00 |
evilhero
|
68337e8234
|
FIX: decimal issues were not being displayed on Weekly Pull-list (would still search/download/marked as wanted)
|
2013-09-11 14:49:26 -04:00 |
evilhero
|
5859b17e5e
|
FIX:(#533) Decimal issues not detected when filescanning, FIX:(#532) Decimal issues/Annuals count not being included in count totals, FIX: During Post-Processing, if decimal issue MetaTagging would error out, IMP: Removed some verbose logging in file checker
|
2013-09-09 00:39:08 -04:00 |
evilhero
|
9491d5f9ca
|
IMP: Added pretty notification icons to config, FIX: When searching, if found title contained 'the' it wouldn't match, FIX:(#532) Annuals reflected correctly in Total column on homepage, FIX: Forcibly marking a series as Continuing wasn't reflected properly on homepage, IMP: Changed 'Zero Suppression' to 'Issue Number Padding' in Configuration GUI
|
2013-09-08 00:49:09 -04:00 |
evilhero
|
3ee2c6a692
|
IMP: Boxcar support now added (awaiting Review), IMP: Manage tab now contains Import Directory, Manual Run, and other options, FIX: added status' to StoryArcs
|
2013-09-07 02:05:32 -04:00 |