You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/NzbDrone.Core/Providers
Mark McDowall f9dab843ae
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
..
Converting ConfigFileProvider will now add missing config values automatically, with a default value. 13 years ago
Core Alot of refactoring. 13 years ago
ExternalNotification Better fix for Prowl logging issues. 13 years ago
Indexer Removed single search method in indexer base. 13 years ago
Jobs InitializeJobs will use current DateTime to setup new jobs (Prevents jobs running immediately for new installs). 13 years ago
Xbmc Added Growl (Not yet visible on the GUI). 13 years ago
AutoConfigureProvider.cs Removed subsonic completely 13 years ago
DiskScanProvider.cs Updated some logs, removed .vob .ts from video extentions 13 years ago
DownloadProvider.cs ExternalNotifications enabled (Xbmc only right now). 13 years ago
EpisodeProvider.cs Fixed some bugs, cleaned up some code. 13 years ago
ExternalNotificationProvider.cs ExternalNotifications enabled (Xbmc only right now). 13 years ago
GrowlProvider.cs Better fix for Prowl logging issues. 13 years ago
HistoryProvider.cs Added delete and redownload commands to History Grid (redownload will delete the existing item from history and then start an episode search) 13 years ago
IndexerProvider.cs Added Tests for CentralDispatch 13 years ago
InventoryProvider.cs Removed un-needed call from Episode Search. 13 years ago
MediaFileProvider.cs Moved duplicated NormalizePath method to PathExtentions 13 years ago
MisnamedProvider.cs EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class) 13 years ago
NewznzbProvider.cs Fixed adding of Newznab provider. 13 years ago
NotificationProvider.cs Cleaned up progress notification. 13 years ago
PostDownloadProvider.cs Fixed broken tests 13 years ago
ProwlProvider.cs Better fix for Prowl logging issues. 13 years ago
QualityProvider.cs Added Tests for CentralDispatch 13 years ago
QualityTypeProvider.cs Quality size sliders are implemented. Limits are calculated based on MB/Minute. 13 years ago
ReferenceDataProvider.cs Added ReferenceDataProvider to provide lookups (and refreshing) of IsDaily - which will check if the series is a daily series. 13 years ago
RootDirProvider.cs Moved duplicated NormalizePath method to PathExtentions 13 years ago
SabProvider.cs GetSabName will return cleaner Season naming when it is a FullSeason release. 13 years ago
SceneMappingProvider.cs Minor code changes 13 years ago
SearchProvider.cs Removed un-needed call from Episode Search. 13 years ago
SeriesProvider.cs lots of different things ;) 13 years ago
SmtpProvider.cs Added SMTP settings editing to the UI. 13 years ago
TvDbProvider.cs Alot of refactoring. 13 years ago
TwitterProvider.cs Twatter has been added, Notifications cannot be saved (yet), nor will they send, but the framework for a user to setup Twitter (Authorize NzbDrone) is in place. 13 years ago
UpcomingEpisodesProvider.cs UpcomingEpisodes will not show ignored episodes. 13 years ago
UpdateProvider.cs Fixed issue where update provider called db in a loop. 13 years ago
XbmcProvider.cs Replace '&' with its XML encoded equivalent, before parsing XML. 13 years ago