aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2019-12-19Refactor list of RemoteImageInfoDavid
2019-12-19Add requested changesDavid
2019-12-18Add Tmdb as a Provider for Season ImagesDavid
Changes to be committed: modified: CONTRIBUTORS.md new file: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonImageProvider.cs modified: MediaBrowser.Providers/Tmdb/TV/TmdbSeasonProvider.cs
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-12Replace '_' with ':' in config keysBond-009
2019-12-11Clean up checks for Dictionary keysMark Monteiro
2019-12-11Fix issue with episode searchMark Monteiro
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-01Fix for #2088EscAbe
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-21Update depsBond_009
2019-11-07Merge branch 'master' into installationmanagerBond-009
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-03Conform MovieResult.cs to the formatting standards.Erwin de Haan
2019-11-03Fix the last docs warnings.Erwin de Haan
2019-11-02Merge pull request #1915 from Bond-009/hexdkanada
Rewrite hex encoder/decoder
2019-11-01Improve IInstallationManager interfaceBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-11-01Style fixBond-009
2019-11-01Fix buildBond-009
2019-10-29Fix commentsBond_009
2019-10-29Address commentsBond_009
2019-10-29Fix more warningsBond_009
2019-10-22Store MediaAttachments in DB.Andrew Mahone
2019-09-25Some style fixesBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-09-02Merge pull request #1686 from Bond-009/warn7Anthony Lavado
More warning fixes
2019-09-02Merge pull request #1702 from Bond-009/warn8Anthony Lavado
Fix more warnings
2019-09-01Use regex to replace multiple spaces with one spaceAndrew Rabert
This communicates the intent of the code more clearly than before. No noticeable performance impact.
2019-09-01Fix infinite looping when scanning TV metadataAndrew Rabert
It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a
2019-09-01Fix more warningsBond_009
2019-08-29More warning fixesBond_009
2019-08-29move the transcode pathdkanada
2019-08-19Add newline after end tagClaus Vium
2019-08-19Require latest C# version in Providers projectClaus Vium
2019-08-18Fix style issuesClaus Vium
2019-08-18Add Writer and Producer to crew listClaus Vium
2019-08-18Fix api urlClaus Vium
2019-08-18Move and rename tmdb providers for better separationClaus Vium
2019-08-17Merge pull request #1629 from cvium/fix_tvdb_guest_starsAnthony Lavado
Fix tvdb guest stars with multiple roles
2019-08-17Merge pull request #1628 from cvium/fix_tvdb_ep_provider_idAnthony Lavado
Always fetch episode id as EpisodeInfo does not contain it
2019-08-16Move the first argument to its own lineClaus Vium
2019-08-16ContinueClaus Vium
2019-08-16Place args on separate linesClaus Vium
2019-08-16Invert the second ifClaus Vium
2019-08-16Invert the ifClaus Vium
2019-08-16Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-08-16Improve LocalizationManagerBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing