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.
Prowlarr/NzbDrone.Core/Providers
Mark McDowall a56213047f
EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated.
13 years ago
..
Core Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
ExternalNotification
Indexer Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
Jobs Season searching fallback to individual episodes will done in order from 1 to n. 13 years ago
Xbmc Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
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 . 13 years ago
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) 13 years ago
NotificationProvider.cs
QualityProvider.cs
RootDirProvider.cs
SabProvider.cs
SceneMappingProvider.cs
SearchProvider.cs EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated. 13 years ago
SeriesProvider.cs
TvDbProvider.cs
UpcomingEpisodesProvider.cs
XbmcProvider.cs