Sonarr/NzbDrone.Core/Providers
Mark McDowall dfd0720872 Added BannerDownloadJob, it will run every 30 days.
New series will have their banner downloaded on import.
2011-09-10 01:42:05 -07:00
..
Core Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
ExternalNotification ExternalNotifications enabled (Xbmc only right now). 2011-07-28 00:21:49 -07:00
Indexer Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
Jobs Added BannerDownloadJob, it will run every 30 days. 2011-09-10 01:42:05 -07:00
Xbmc Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
AutoConfigureProvider.cs
DiskScanProvider.cs Delete existing files on import if equal or better quality otherwise skip importing. If the folder is not deleted after processing it is renamed so it will not be processed repeatedly. 2011-08-25 23:23:21 -07:00
DownloadProvider.cs ExternalNotifications enabled (Xbmc only right now). 2011-07-28 00:21:49 -07:00
EpisodeProvider.cs Removed AttachSeries for IEnumerable and using join instead, speed difference is negligible or in some cases faster . 2011-09-04 19:56:45 -07:00
ExternalNotificationProvider.cs ExternalNotifications enabled (Xbmc only right now). 2011-07-28 00:21:49 -07:00
HistoryProvider.cs Added delete and redownload commands to History Grid (redownload will delete the existing item from history and then start an episode search) 2011-08-26 17:59:51 -07:00
IndexerProvider.cs Added Tests for CentralDispatch 2011-07-07 22:41:08 -07:00
InventoryProvider.cs
MediaFileProvider.cs Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00
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) 2011-09-04 00:45:58 -07:00
NotificationProvider.cs Removed basic notification. client side notification should be used. 2011-08-21 18:19:34 -07:00
QualityProvider.cs Added Tests for CentralDispatch 2011-07-07 22:41:08 -07:00
RootDirProvider.cs Updated Add Series 2011-07-27 15:59:48 -07:00
SabProvider.cs GetSabName will return cleaner Season naming when it is a FullSeason release. 2011-08-28 15:22:19 -07:00
SceneMappingProvider.cs Fixed SceneMappingProvider to resolve an issue with series with multiple clean names failing to return a Scene Name when being looked up via SeriesId. 2011-08-22 23:07:04 -07:00
SearchProvider.cs EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated. 2011-09-05 17:44:03 -07:00
SeriesProvider.cs Added BannerDownloadJob, it will run every 30 days. 2011-09-10 01:42:05 -07:00
TvDbProvider.cs
UpcomingEpisodesProvider.cs
XbmcProvider.cs XbmcProvider updated to include new Json API methods. 2011-07-09 11:19:33 -07:00