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 |
Mark McDowall
|
35cad3d27e
|
Added partial season searching when a full season NZB is not available.
|
13 years ago |
Mark McDowall
|
fbb4ced77c
|
Full season searching for Nzbs.org and NzbMatrix will also look for S01 in addition to Season.
|
13 years ago |
Mark McDowall
|
485f618e02
|
Full Season searching added (Single NZB). SearchProvider added to perform both Season and Episode searching, triggered via jobs.
Tests added for season searching.
|
13 years ago |
kay.one
|
8d12630856
|
Newzbin now parses the language out properly.
Fetch episode filters episodes from wrong series
|
14 years ago |
kay.one
|
c37544d4ce
|
Episode is now marked as grabbed on download
|
14 years ago |
kay.one
|
f2b091dcd2
|
Fixed issue with nzbs.org search where title contained brackets
|
14 years ago |
kay.one
|
cd96d546e8
|
limited newzbin search to English only.
|
14 years ago |
kay.one
|
07312780f1
|
ParseEpisodeInfo is now separated into ParseTitle and ParsePath
|
14 years ago |
kay.one
|
acf23d4fc2
|
Removed subsonic completely
|
14 years ago |
kay.one
|
add780b431
|
Ninject is now forced to use proper constructor.
|
14 years ago |
Mark McDowall
|
5e02ab972c
|
Added NzbMatrix Search Url, with tests.
|
14 years ago |
kay.one
|
67e55e5c39
|
newzbin now supports episode search
|
14 years ago |
kay.one
|
1239da656e
|
Rewrite of InventoryProvider
|
14 years ago |
kay.one
|
cbbb6e2b18
|
Oh hai search!
|
14 years ago |
kay.one
|
ac2d33443b
|
More EpisodeSearchJob fixes/tests
|
14 years ago |
kay.one
|
a6ad977114
|
Fixed import new series being stuck in a loop if an update failed
Seperated IndexerProviderTest from ProviderTests
Fixed some ToString() issues
Refactored IndexerBase/IndexerProvider
|
14 years ago |
kay.one
|
9417748056
|
Initial support for episode search in indexerbase and Nzbs.org
|
14 years ago |
kay.one
|
500e9af6c3
|
Fixed a bug where reports weren't being added to history
|
14 years ago |
kay.one
|
5be99200c6
|
Added newzbing tests, fixed quality parse bugs
|
14 years ago |
kay.one
|
ae8465834b
|
Merge branch 'markus101'
|
14 years ago |
kay.one
|
f33c2c4939
|
Added episode status to back end, getting ready for backlog
|
14 years ago |
Mark McDowall
|
9c51633470
|
Fixed nzbs.org RSS URL.
Series Details Specials looks like the standard season grids.
|
14 years ago |
kay.one
|
8fca3c3419
|
more test/fixes
|
14 years ago |
kay.one
|
849beef5a2
|
Added inventory provider with basic tests
|
14 years ago |
kay.one
|
53e6b60382
|
Renamed IndexerProviderBase to IndexerBase since its no longer a provider
|
14 years ago |
kay.one
|
9c1ff4af6b
|
initial stage of indexer refactoring. things compile.
|
14 years ago |
kay.one
|
67d8bf4147
|
Removed indexertype property
|
14 years ago |
Mark McDowall
|
58b19b6f10
|
Removed blackhole downloading from IndexerProviderBase.
ConfigProvider returns defaults from SabHost and SabPort.
|
14 years ago |
Mark McDowall
|
85c17c9270
|
Changed nzbs.org provider URL to grab only xvid and x264 rips (cats 1, 14) instead of type 1 (All TV)
|
14 years ago |
Mark McDowall
|
11b96afd75
|
Merge conflicts resolved.
Added Language parsing.
|
14 years ago |
kay.one
|
cb4d0e2450
|
fixed blackhole config to be boolean
|
14 years ago |
kay.one
|
34f7b9ca7d
|
removed some warnings, logging tweaks
|
14 years ago |
Mark McDowall
|
0e429f58a1
|
Added Supports backlog boolean for Indexers.
|
14 years ago |
Mark McDowall
|
9518c61fc2
|
Changed constructor for ExternalNotificationProviderBase.
|
14 years ago |
Mark McDowall
|
a36d5fae2f
|
Added ExternalNotificationProviderBase based on IndexProviderBase.
|
14 years ago |
Mark McDowall
|
b146b62ef3
|
Added images for provider, shown on the History grid.
|
14 years ago |
Mark McDowall
|
7e946277bb
|
IndexerType added, this will store the source indexer in history, so users can see (if they care) and we can add an icon if we want.
|
14 years ago |
Mark McDowall
|
4e9f8bd2d0
|
Handle failed downloading on NZB so it will not get added to the History if it fails.
|
14 years ago |
Mark McDowall
|
fbdc752f77
|
Fixed NzbDownloadUrl for NzbsRUsProvider
|
14 years ago |
Mark McDowall
|
6f46a1211e
|
Added DownloadFile method to HttpProvider.
Fixed Link that is returned from NzbMatrixProvider.NzbDownloadUrl.
IndexerProvider will now download the NZB to the disk if SABnzbd is not configured.
|
14 years ago |
Mark McDowall
|
ee00ef8c17
|
Added notes for handling Full Season releases, decisions to be made on how to handle them and how to correct multi-episode releases (as long as the first episode is needed we mark it as so).
Currently full season releases can be parsed, but will not process.
|
14 years ago |
Mark McDowall
|
a5d9ee17bf
|
Episode Title added to parseResult.
|
14 years ago |
Mark McDowall
|
cb992f1b52
|
Added StatsProvider.
Bound AutoConfigureProvider to kernel.
Feed Item Parsing will now check for a SceneName match in SceneNameHelper.
|
14 years ago |
kay.one
|
b65fe99b30
|
Fixed network auth issue, custom parser issue
|
14 years ago |
kay.one
|
a8815cd5ea
|
Fixed rss datetime bug
|
14 years ago |
kay.one
|
e6fb02fac6
|
Fixed IsNeeded() with tests
Added sample xml from all indexers to test project
Fixed a bug where parser would try to use file extension from a report title.
|
14 years ago |
kay.one
|
198d92f433
|
Merge branch 'markus101'
|
14 years ago |
Mark McDowall
|
ea2e520632
|
Newzbin feed will be grabbed using HTTP Authentication.
|
14 years ago |
kay.one
|
6f4a9f577e
|
Downgraded more logs
|
14 years ago |
Mark McDowall
|
822719bdaf
|
Missed some changes for send to Sab functionality in IndexerProviderBased.
|
14 years ago |
Mark McDowall
|
32dcf1feec
|
NZB will be sent to SABnzbd when needed.
|
14 years ago |
kay.one
|
217f98c4a9
|
Moved GetSabTitle from episodeprovider to sabprovider, removed seriesprovider dependency
|
14 years ago |
kay.one
|
680ea45839
|
fixed Episode.ToString() bug
|
14 years ago |
kay.one
|
af1511e1f3
|
Fixed history grid layout
|
14 years ago |
kay.one
|
e074164a47
|
more tests and bug fixes
|
14 years ago |
kay.one
|
23f6cc3901
|
More tests
|
14 years ago |
kay.one
|
fd32a04d45
|
Attach to debugger is a lot more reliable.
Added system/config ui
rss job only runs enabled jobs
fixed wrong mappings for indexers in settingscontroller
|
14 years ago |
kay.one
|
8c7c2ac296
|
More work on indexers/jobs
|
14 years ago |
kay.one
|
e9c63b81e6
|
Added asp.net tick timer
Added health monitoring
Updated database logging
|
14 years ago |
kay.one
|
8a53e5fe72
|
Merge branch 'markus101'
Conflicts:
NzbDrone.Core/Providers/Indexer/IndexerProviderBase.cs
|
14 years ago |
kay.one
|
10ad7d1ed5
|
Added sabtitle method
Added custom parse option to Indexrbase
|
14 years ago |
Mark McDowall
|
f3457a730c
|
CustomParser will run now.
|
14 years ago |
Mark McDowall
|
64bbf8a9b5
|
Newzbin override for getting proper and quality.
|
14 years ago |
kay.one
|
2a603d908f
|
Merge branch 'markus101/NzbDrone'
Conflicts:
NzbDrone.Core/CentralDispatch.cs
NzbDrone.Core/NzbDrone.Core.csproj
NzbDrone.Web/Views/Settings/Indexers.ascx
|
14 years ago |
Mark McDowall
|
c6ef828429
|
New UI for Indexer Settings, RAZOR!
Renamed NzbMatrix and NzbsRUs Providers
|
14 years ago |
kay.one
|
62b8d4be06
|
Merge branch 'mark-fork'
|
14 years ago |
kay.one
|
b6c04dc2d0
|
project updates
|
14 years ago |
Mark McDowall
|
0241e80c8a
|
More quality parsing tests.
Better series/episode info parsing.
NzbMatrix and NzbsRUs Indexer Providers.
|
14 years ago |
Keivan
|
6f2dcbf838
|
Revered back to subsonic
Added indexer configuration back-end
|
14 years ago |