aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20fix some documentation periodstelans
2020-06-20fix SA1119telans
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix brace spacing for do while loopstelans
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15Switch to M3uContentcrobibero
2020-06-15Bump PlaylistsNET from 1.0.4 to 1.0.6dependabot[bot]
Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET) from 1.0.4 to 1.0.6. - [Release notes](https://github.com/tmk907/PlaylistsNET/releases) - [Commits](https://github.com/tmk907/PlaylistsNET/commits) Signed-off-by: dependabot[bot] <support@github.com>
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-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-12Merge pull request #3071 from rigtorp/tvdb-normalizedkanada
Make tvdb name normalizer unicode aware
2020-06-12Merge pull request #3313 from crobibero/update-dotnet-coredkanada
Update to .NET Core 3.1.5
2020-06-11Make tvdb name normalizer unicode awareErik Rigtorp
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-10Clarify comment and log actual search stringErik Rigtorp
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