kay.one
|
8fca3c3419
|
more test/fixes
|
2011-05-19 22:52:05 -07:00 |
|
kay.one
|
849beef5a2
|
Added inventory provider with basic tests
|
2011-05-19 21:59:35 -07:00 |
|
kay.one
|
53e6b60382
|
Renamed IndexerProviderBase to IndexerBase since its no longer a provider
|
2011-05-19 21:21:18 -07:00 |
|
kay.one
|
9c1ff4af6b
|
initial stage of indexer refactoring. things compile.
|
2011-05-19 20:47:07 -07:00 |
|
kay.one
|
67d8bf4147
|
Removed indexertype property
|
2011-05-18 20:58:42 -07:00 |
|
Mark McDowall
|
58b19b6f10
|
Removed blackhole downloading from IndexerProviderBase.
ConfigProvider returns defaults from SabHost and SabPort.
|
2011-05-17 17:19:05 -07:00 |
|
Mark McDowall
|
85c17c9270
|
Changed nzbs.org provider URL to grab only xvid and x264 rips (cats 1, 14) instead of type 1 (All TV)
|
2011-05-16 18:22:45 -07:00 |
|
Mark McDowall
|
11b96afd75
|
Merge conflicts resolved.
Added Language parsing.
|
2011-05-08 23:16:26 -07:00 |
|
kay.one
|
cb4d0e2450
|
fixed blackhole config to be boolean
|
2011-05-08 20:31:01 -07:00 |
|
kay.one
|
34f7b9ca7d
|
removed some warnings, logging tweaks
|
2011-05-08 14:49:15 -07:00 |
|
Mark McDowall
|
0e429f58a1
|
Added Supports backlog boolean for Indexers.
|
2011-05-01 01:04:44 -07:00 |
|
Mark McDowall
|
9518c61fc2
|
Changed constructor for ExternalNotificationProviderBase.
|
2011-04-28 23:32:51 -07:00 |
|
Mark McDowall
|
a36d5fae2f
|
Added ExternalNotificationProviderBase based on IndexProviderBase.
|
2011-04-28 23:06:13 -07:00 |
|
Mark McDowall
|
b146b62ef3
|
Added images for provider, shown on the History grid.
|
2011-04-27 21:27:02 -07:00 |
|
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.
|
2011-04-27 17:11:08 -07:00 |
|
Mark McDowall
|
4e9f8bd2d0
|
Handle failed downloading on NZB so it will not get added to the History if it fails.
|
2011-04-27 08:40:00 -07:00 |
|
Mark McDowall
|
fbdc752f77
|
Fixed NzbDownloadUrl for NzbsRUsProvider
|
2011-04-27 08:09:38 -07:00 |
|
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.
|
2011-04-26 23:27:15 -07:00 |
|
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.
|
2011-04-26 08:39:03 -07:00 |
|
Mark McDowall
|
a5d9ee17bf
|
Episode Title added to parseResult.
|
2011-04-25 23:32:10 -07:00 |
|
Mark McDowall
|
cb992f1b52
|
Added StatsProvider.
Bound AutoConfigureProvider to kernel.
Feed Item Parsing will now check for a SceneName match in SceneNameHelper.
|
2011-04-25 22:54:12 -07:00 |
|
kay.one
|
b65fe99b30
|
Fixed network auth issue, custom parser issue
|
2011-04-25 13:21:52 -07:00 |
|
kay.one
|
a8815cd5ea
|
Fixed rss datetime bug
|
2011-04-25 11:16:38 -07:00 |
|
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.
|
2011-04-25 10:48:16 -07:00 |
|
kay.one
|
198d92f433
|
Merge branch 'markus101'
|
2011-04-24 22:42:40 -07:00 |
|
Mark McDowall
|
ea2e520632
|
Newzbin feed will be grabbed using HTTP Authentication.
|
2011-04-24 21:36:52 -07:00 |
|
kay.one
|
6f4a9f577e
|
Downgraded more logs
|
2011-04-24 21:15:23 -07:00 |
|
Mark McDowall
|
822719bdaf
|
Missed some changes for send to Sab functionality in IndexerProviderBased.
|
2011-04-24 15:53:01 -07:00 |
|
Mark McDowall
|
32dcf1feec
|
NZB will be sent to SABnzbd when needed.
|
2011-04-24 15:32:08 -07:00 |
|
kay.one
|
217f98c4a9
|
Moved GetSabTitle from episodeprovider to sabprovider, removed seriesprovider dependency
|
2011-04-23 13:53:13 -07:00 |
|
kay.one
|
680ea45839
|
fixed Episode.ToString() bug
|
2011-04-22 13:59:43 -07:00 |
|
kay.one
|
af1511e1f3
|
Fixed history grid layout
|
2011-04-22 13:48:05 -07:00 |
|
kay.one
|
e074164a47
|
more tests and bug fixes
|
2011-04-22 13:14:02 -07:00 |
|
kay.one
|
23f6cc3901
|
More tests
|
2011-04-22 12:16:52 -07:00 |
|
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
|
2011-04-22 10:09:06 -07:00 |
|
kay.one
|
8c7c2ac296
|
More work on indexers/jobs
|
2011-04-21 23:23:29 -07:00 |
|
kay.one
|
e9c63b81e6
|
Added asp.net tick timer
Added health monitoring
Updated database logging
|
2011-04-21 19:23:31 -07:00 |
|
kay.one
|
8a53e5fe72
|
Merge branch 'markus101'
Conflicts:
NzbDrone.Core/Providers/Indexer/IndexerProviderBase.cs
|
2011-04-20 18:29:41 -07:00 |
|
kay.one
|
10ad7d1ed5
|
Added sabtitle method
Added custom parse option to Indexrbase
|
2011-04-20 18:26:13 -07:00 |
|
Mark McDowall
|
f3457a730c
|
CustomParser will run now.
|
2011-04-20 16:30:50 -07:00 |
|
Mark McDowall
|
64bbf8a9b5
|
Newzbin override for getting proper and quality.
|
2011-04-20 16:29:12 -07:00 |
|
kay.one
|
2a603d908f
|
Merge branch 'markus101/NzbDrone'
Conflicts:
NzbDrone.Core/CentralDispatch.cs
NzbDrone.Core/NzbDrone.Core.csproj
NzbDrone.Web/Views/Settings/Indexers.ascx
|
2011-04-19 18:51:42 -07:00 |
|
Mark McDowall
|
c6ef828429
|
New UI for Indexer Settings, RAZOR!
Renamed NzbMatrix and NzbsRUs Providers
|
2011-04-19 16:46:21 -07:00 |
|
kay.one
|
62b8d4be06
|
Merge branch 'mark-fork'
|
2011-04-18 23:42:25 -07:00 |
|
kay.one
|
b6c04dc2d0
|
project updates
|
2011-04-18 23:37:34 -07:00 |
|
Mark McDowall
|
0241e80c8a
|
More quality parsing tests.
Better series/episode info parsing.
NzbMatrix and NzbsRUs Indexer Providers.
|
2011-04-18 23:33:09 -07:00 |
|
Keivan
|
6f2dcbf838
|
Revered back to subsonic
Added indexer configuration back-end
|
2011-04-18 17:12:06 -07:00 |
|