Radarr/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
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
DownloadProvider.cs
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
HistoryProvider.cs
IndexerProvider.cs
InventoryProvider.cs
MediaFileProvider.cs
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
QualityProvider.cs
RootDirProvider.cs
SabProvider.cs
SceneMappingProvider.cs
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