aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2020-06-09Fix a small number of compile warningsaled
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-09Merge pull request #3259 from crobibero/omdb-plugin-configdkanada
Add omdb config as embedded resource
2020-06-07Merge pull request #3250 from shayaantx/masterdkanada
Ignore languages with null ids when fetching images from tvdb
2020-06-06remove extra spacingCody Robibero
2020-06-06Add omdb config as embedded resourcecrobibero
2020-06-06Fix a small number of compile warningsaled
2020-06-06Merge remote-tracking branch 'upstream/master' into iloggercrobibero
2020-06-06Merge pull request #3208 from jellyfin/pluginsdkanada
More work for core plugins
2020-06-05undo erroneous changescrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-06-05Update TvdbSeasonImageProvider.csshayaantx
2020-06-04Ignore languages with null idsshayaantx
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-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-05-31fix some easy warnings for tmdbdkanada
2020-05-31move tmdb to plugin folderdkanada
2020-05-31add plugin configurations for tvdb and omdbdkanada
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-27Remove "download images in advance" optionferferga
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-25remove uses of fnchecked from pluginsdkanada
2020-05-23Remove 'General' as an ExternalIdMediaType, and instead use 'null' to ↵Mark Monteiro
represent a general external id type
2020-05-22Merge pull request #3056 from rigtorp/tmdbsearch2Anthony Lavado
Reduce number of TMDB lookups if filenames have punctuation chars
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-17Move ExternalIdMediaType enum to MediaBrowser.ModelMark Monteiro
2020-05-17Rename external id type 'None' to 'General'Mark Monteiro
2020-05-17Merge branch 'master' into externalid-typeMark Monteiro
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-14If second cleaning results in same name skip lookupErik Rigtorp
2020-05-14Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.csErik Rigtorp
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-14Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.csErik Rigtorp
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-14Merge pull request #3089 from MrTimscampi/tmdb-original-titledkanada
Add more information to TmdbSeriesProvider
2020-05-13Fix style issue in TmdbSeriesProviderMrTimscampi
2020-05-12Initial migration codePatrick Barron
2020-05-12Remove support for injecting ILogger directlyPatrick Barron
2020-05-12Address suggestionsMrTimscampi
2020-05-10Add Director to role mapper for TMDbMrTimscampi
2020-05-10Add more information to TmdbSeriesProviderMrTimscampi
2020-05-08Add Post subtitle in APIredSpoutnik
2020-05-07Rename member variables to conform to coding standardErik Rigtorp
2020-05-07Reduce number of TMDB lookups if filenames have punctuation charsErik Rigtorp
Previosly TMDB would be queried with the raw name and always fail, then retry with the cleaned name. Now non-word chars are always cleaned out first. If first query fails, retry with more aggressive cleaning.
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11Fix indentationBond_009