aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager/ProviderManager.cs
AgeCommit message (Collapse)Author
2021-03-06Merge pull request #5377 from cvium/fix-tmdb-image-languagesBond-009
Do not use language or imagelanguages when searching for images with TMDb (cherry picked from commit 1d87274cc28da1562a69796b9ad86e044d07a61a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-03-06Merge pull request #5356 from cvium/fix_provideridextensionsClaus Vium
return false when providerid is null or empty (cherry picked from commit ddc62a89bab6b5a1ecdee7a9ebc7f9d5887d8be8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-02Remove LazyGary Wilber
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-11-19Merge pull request #4342 from crobibero/base-item-managerClaus Vium
Add BaseItemManager
2020-11-17Pass cancellation where possibleBond_009
2020-11-14remove custom HttpExceptioncrobibero
2020-10-27Use BaseItemManagercrobibero
2020-09-29Back to HttpExceptionGary Wilber
2020-09-28Use EnsureSuccessStatusCodeGary Wilber
2020-09-27remove status code from exception messageGary Wilber
2020-09-27Check response status code before saving imagesGary Wilber
2020-09-07Fix some warningsBond_009
2020-08-31use named clientcrobibero
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-19Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-19Fix warningsBond_009
2020-08-17fix usingscrobibero
2020-08-17Remove IHttpClient from Providerscrobibero
2020-08-17Remove IHttpClient from ProviderManagercrobibero
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-08-10Merge pull request #3835 from cvium/fix_tvdb_404_shit_nginx_failureBond-009
Throw HttpException when tvdb sends us crap data
2020-08-06Throw HttpException when tvdb sends us crap datacvium
2020-08-04Change OnRefreshStart and OnRefreshComplete logging levels to debugcvium
2020-07-22Log path on lookup errorsE.Smith
If the lookup fails (due to a bad id in an nfo file for example), then we had no indication of which directory failed, so the user can not fix the problem. Now we include the path in the error message such as: MediaBrowser.Providers.TV.SeriesMetadataService: Error in DummySeasonProvider for /media/x/y/z and MediaBrowser.Providers.Manager.ProviderManager: TvdbSeriesImageProvider failed in GetImageInfos for type Series at /media/x/y/z
2020-07-19Add missing documentation.Patrick Barron
2020-07-19Clean up ProviderManager.csPatrick Barron
2020-06-26Merge remote-tracking branch 'upstream/master' into external-id-typeMark Monteiro
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-20Fix issues and add profile image supportPatrick Barron
2020-05-17Rename Name to ProviderNameMark Monteiro
2020-05-17Do not convert 'Type' value to string unnecessarily, and do not replace ↵Mark Monteiro
'General' type with null
2020-05-17Rename external id type 'None' to 'General'Mark Monteiro
2020-05-17Merge branch 'master' into externalid-typeMark Monteiro
2020-05-12Initial migration codePatrick Barron
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-04Log refresh progress at Debug levelMark Monteiro
2020-04-04Register IProviderManager correctlyMark Monteiro
2020-04-01Address commentsBond_009
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-02-28Fix possible race conditionBond_009