Mark McDowall
|
3468adf85c
|
Removed extraneous dictionary, no dictception.
|
13 years ago |
Mark McDowall
|
9048da1dd5
|
Rss feed paring will check for errors and give a better error if found.
|
13 years ago |
Mark McDowall
|
f26ef627df
|
New: Newznab will show indexer name and logo when possible.
|
13 years ago |
Mark McDowall
|
dec06e20d6
|
New: Nzbs.org removed, added as a default Newznab provider. (Please update your settings)
|
13 years ago |
Mark McDowall
|
5aff4ab240
|
New: NzbInfoUrl added to history (link to NZB info at indexer) - Not supported for Womble's.
|
13 years ago |
Mark McDowall
|
b314ff5e82
|
Added NzbInfoUrl to indexers.
|
13 years ago |
Mark McDowall
|
724e354eee
|
Fixed bug with RSS Item TIitle.
Fixed broken tests.
|
13 years ago |
Mark McDowall
|
4f005e45c0
|
Search Results grid added.
|
13 years ago |
Mark McDowall
|
47a225c264
|
Fixed: Issue preventing some users from using Womble's Index.
|
13 years ago |
Mark McDowall
|
eb0c75061d
|
Fixed: NzbClub nzb URL.
|
13 years ago |
Mark McDowall
|
5650f891ee
|
Added some additional logging around sizing.
|
13 years ago |
Mark McDowall
|
a947cd2743
|
New: Added NzbClub.com as an indexer, enabled by default
|
13 years ago |
Mark McDowall
|
3a8f40511d
|
New: Added NzbIndex.nl as an indexer, enabled by default
|
13 years ago |
Mark McDowall
|
55cbc59887
|
Fixed: Search failure is more friendly.
Womble's Index is enabled by default.
|
13 years ago |
Mark McDowall
|
89691f923b
|
Fixed images for FST and Wombles.
|
13 years ago |
Mark McDowall
|
c5367624ea
|
New: Added FileSharingTalk indexer.
Fixed Atom DateTime parsing bug.
|
13 years ago |
Mark McDowall
|
82ddd34483
|
New: Womble's Index
|
13 years ago |
Mark McDowall
|
e8be045d12
|
Fix: Newzbin will no longer include Full DVD releases, or other non-standard formats.
|
13 years ago |
Mark McDowall
|
64a913fb8e
|
Fix: Newzbin custom parser will now reject full DVD reports.
Fixes bug: ND-31
|
13 years ago |
Mark McDowall
|
6375df058e
|
Fix: NzbMatrix report age is now parsed properly.
|
13 years ago |
kay.one
|
ada0a3bfbc
|
updated indexer error logging
|
13 years ago |
Mark McDowall
|
783f32a849
|
Fix: Newznab will now use the NZB download link properly.
Fix: Newznab will properly get the size for the NZB.
Fixes bug: ND-30
|
13 years ago |
kay.one
|
2303a02a06
|
Fixed: Fixed issue where NzbMatrix servers would die if series title started with 'the'
|
13 years ago |
kay.one
|
11db27f6ac
|
Better check against internal server error exceptions during unit tests.
|
13 years ago |
kay.one
|
7e38afc838
|
Logging/Download notification tweaks.
|
13 years ago |
kay.one
|
e0f901dbe7
|
Fixed an issue where publish date could not be parsed for rss items.
|
13 years ago |
kay.one
|
9d126e54c9
|
New: Added support for limited retention. Reports older than the configured retention are skipped.
|
13 years ago |
Mark McDowall
|
5bf56ffca3
|
Age parsing added to the indexers.
|
13 years ago |
Mark McDowall
|
308fd11c83
|
Fix: Series Titles with apostrophes when searched on NzbMatrix will now return valid results.
Each indexer can now override GetQueryTitle from IndexerBase if required for special title searching.
|
13 years ago |
kay.one
|
5ecbdd3e64
|
Package cleanup
|
13 years ago |
kay.one
|
5717b7f596
|
New: Rewrite of download decision engine.
|
13 years ago |
kay.one
|
174f765ec9
|
New: NzbDrone service to automatically report errors and episode parse issues.
|
13 years ago |
kay.one
|
2009693787
|
Fix: Indexers that are enabled but aren't configured correctly will be skipped during rss/search
|
13 years ago |
Mark McDowall
|
fb17765d3a
|
Fixed issues with searching and the results being filtered before the SearchProvider could properly handle them.
|
13 years ago |
kay.one
|
5e3e071692
|
Added a duplicated item to Queue.txt, reformated existing json sample files.
|
13 years ago |
kay.one
|
78268f3c58
|
Better parser logging.
|
13 years ago |
kay.one
|
9d90f04b6e
|
Added Linq post filtering to indexer searches.
|
13 years ago |
Mark McDowall
|
e7b8ae4520
|
Nzbs.org will search for individual episodes with less strict terms.
|
13 years ago |
kay.one
|
9406ca9cf5
|
Better exception data for feed errors.
|
13 years ago |
Mark McDowall
|
ffde7c0987
|
Log indexer name when failing to process feed.
|
13 years ago |
kay.one
|
ab29a114d1
|
newzbing now uses HTTPS.
|
13 years ago |
kay.one
|
ba12465bb0
|
Removed code duplication in IndexerBase
|
13 years ago |
kay.one
|
30497357b4
|
Removed single search method in indexer base.
|
13 years ago |
Mark McDowall
|
7af6977cab
|
Indexers will actually support searching for daily episodes.
|
13 years ago |
Mark McDowall
|
cadccb4360
|
EpisodeSearch properly uses PerformSearch.
PerformSearch will handle shows that air daily.
|
13 years ago |
Mark McDowall
|
30e21ecd16
|
Searching will be more picky now to ensure the proper series and season (and episode if relevant)
|
13 years ago |
Mark McDowall
|
067d735448
|
Set Newznab searching limit to 100 items, RSS queries will use the default (set per site, I think).
|
13 years ago |
Mark McDowall
|
6c86f1dfdd
|
Newznab providers can be configured by the end user.
|
13 years ago |
Mark McDowall
|
e4f01ae0d4
|
Size is now parsed for each item in the feed.
QualityType added to database to allow saving of size limits.
Fluent now uses longs for multiplication, to ensure it doesn't overflow.
|
13 years ago |
Mark McDowall
|
0b586de226
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
A bunch of files changed removing System.Linq, thanks Resharper :(
|
13 years ago |