kay.one
3beeff4e18
Add TvDbEpisodeId to Episode. now we can index episodes before they showup in thetvdb
14 years ago
kay.one
e9c63b81e6
Added asp.net tick timer
...
Added health monitoring
Updated database logging
14 years ago
kay.one
10ad7d1ed5
Added sabtitle method
...
Added custom parse option to Indexrbase
14 years ago
kay.one
9028e498ca
Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
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
kay.one
59899286ee
Added TimerProvider
14 years ago
Mark McDowall
c6ef828429
New UI for Indexer Settings, RAZOR!
...
Renamed NzbMatrix and NzbsRUs Providers
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
kay.one
fcf51978f9
Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one
7efbfdbb89
removed IEpisodeProvider, ILogProvider
...
fixed some broken tests.
14 years ago
Mark McDowall
1a9948de2f
Removed IDiskProvider.
...
Removed IIndexerProvider.
14 years ago
Mark McDowall
e5413d67d6
Removed IRenameProvider.
14 years ago
Mark McDowall
0d95302aee
Removed IHistoryProvider.
14 years ago
Mark McDowall
c25af5978d
Removed ISeriesProvider
14 years ago
Mark McDowall
bd0a7a58dd
Removed INotificationProvider
14 years ago
Mark McDowall
f52b399ed6
Removed IExternalNotificationProvider
14 years ago
Mark McDowall
c77a88dd2f
Removed IDownloadProvider
14 years ago
Mark McDowall
0ee4f8cc9b
Removed IPostProcessingProvider
14 years ago
Mark McDowall
030c6fb7b7
Removed ITimerProvider
14 years ago
Mark McDowall
8380c25eaf
Removed IUpcomingEpisodesProvider
14 years ago
Mark McDowall
83ebd89ff8
Removed IXbmcProvider.
14 years ago
Mark McDowall
d63fe6ad56
Removed IRootDirProvider.
14 years ago
kay.one
a9f08caa18
Removed IQuality provider
...
Updated AutoMoq to support SetConstant
14 years ago
kay.one
0a783542a6
Removed ITvDbProvider
...
Added SetConstant to AutoMoq
14 years ago
kay.one
c1bd62ae64
Added AutoMoq. Removed IHTTP Provider
14 years ago
kay.one
73aecc0796
added test for basic FeedProviderBase, fixed some issues with it.
14 years ago
kay.one
8a3fe0f14e
added more tests for seriesprovider
14 years ago
kay.one
ac7c795eb6
Updated Exceptioneer.
...
project cleanup
14 years ago
kay.one
16234d6b79
Added nzbs.org using the provider model.
14 years ago
kay.one
7e4c38ec3f
removed most of existing rss code
14 years ago
kay.one
11e2b63b60
more rss refactoring
14 years ago
kay.one
62b2cd510f
started rss cleanup
14 years ago
Keivan
e33f5206fa
Add existing now does is reall time TvDb lookup
14 years ago
kay.one
ff75d0c555
Upgraded to MVC3, Hello Razor.
14 years ago
kay.one
6870c2326f
Updated Ninject using NuGet
14 years ago
kay.one
d4179818cc
removed upnp code
14 years ago
Mark McDowall
1076b3ab58
RssItemProcessingProvider will now handle full series NZBs.
14 years ago
Mark McDowall
6c818bd8d8
Upcoming shows view added.
14 years ago
Mark McDowall
84f0dfed4e
Removed un-needed WebClient from XbmcProvider.
...
BackLog Provider created.
QueueIfWanted moved to new class (RssItemProcessingProvider) to cutdown on repeating code (between RssSyncProvider and BacklogProvider)
Style.css now sets width for rootDirectories class (when adding a new show).
14 years ago
Mark McDowall
636f352599
Ability to manually add a show has been added.
...
UI cleanup for adding series (new, existing and manual).
14 years ago
markus101
48b89abfeb
Add Existing Series works, UI shows TVDB Name and Path so you can check before adding to DB.
14 years ago
Mark McDowall
2871723bfe
Manage multiple Tv Root Folders in Settings/General.
...
Start of AddExisting.
14 years ago
markus101
0cb20b0092
XBMC Provider finished
14 years ago
markus101
1314d00c97
Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
14 years ago
markus101
46830a2777
EpisodeSorting setup, setting page created and usable, needs labels still.
14 years ago
markus101
891acfff44
Fixed issues that came up after making changes to Episode and EpisodeFile.
14 years ago
markus101
6e66a7a27f
Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet.
...
Split out settings model to support validation.
14 years ago
Keivan
ca27c75df5
simplified quality fixed some broken tests
14 years ago
markus101
3b63cfb5d2
Added Quality Provider to interface with QualityProfiles.
...
Changed QualityProfile and AllowedQuality to be meet requirements
14 years ago