aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2020-08-06Remove rate limit from TMDb providercvium
2020-08-06Throw HttpException when tvdb sends us crap datacvium
2020-08-06Make external ids nullable in TMDbcvium
2020-08-04Merge pull request #3809 from Bond-009/minor4Anthony Lavado
Minor improvements
2020-08-04Change OnRefreshStart and OnRefreshComplete logging levels to debugcvium
2020-08-03Minor improvementsBond_009
OFC I reduced some allocations
2020-08-03Bump PlaylistsNET from 1.0.6 to 1.1.2dependabot[bot]
Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET) from 1.0.6 to 1.1.2. - [Release notes](https://github.com/tmk907/PlaylistsNET/releases) - [Commits](https://github.com/tmk907/PlaylistsNET/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-02Change Budget and Revenue to long to avoid overflowcvium
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-07-26Merge pull request #3660 from crobibero/plugin-config-locationAnthony Lavado
Force plugin config location
2020-07-23Merge pull request #3632 from azlm8t/log-path-on-errorBond-009
tvdb: Log path on lookup errors
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-22implement change properlycrobibero
2020-07-22Force plugin config locationcrobibero
2020-07-20fully remove jquerycrobibero
2020-07-20fix built in plugin jscrobibero
2020-07-19Add missing documentation.Patrick Barron
2020-07-19Clean up ProviderManager.csPatrick Barron
2020-07-19Fix tvdb actors urlcrobibero
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-07-16Add EnumeratorCancellation attributecrobibero
2020-07-15Change to IAsyncEnumerableClaus Vium
2020-07-15Fetch image keytypes before querying imagesClaus Vium
2020-07-05Merge pull request #3505 from Bond-009/minor3Joshua M. Boniface
Minor fixes
2020-07-04Update MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.csBond-009
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-07-04Minor fixesBond_009
2020-07-04Use Array.EmptyPatrick Barron
2020-06-26Merge remote-tracking branch 'upstream/master' into external-id-typeMark Monteiro
2020-06-22Fix scan crashedBond-009
2020-06-20Merge pull request #3380 from Bond-009/warn20Anthony Lavado
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
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