aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2020-12-25Remove JsonOmdbNotAvailableConverterFactorycrobibero
2020-12-25Add tests for special Omdb jsoncrobibero
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Explicity reference Newtonsoft.Jsoncrobibero
2020-12-23Use streams instead of stringsDavid
2020-12-23Updated to latest unstable.BaronGreenback
2020-12-23Fix OMDb "N/A"David
2020-12-23Add missing optionsDavid
2020-12-23Remove custom Json serializer from ProvidersDavid
2020-12-22Remove unused depscrobibero
2020-12-18Renamed Guid property to IdGreenback
2020-12-15Add missing seasons during AfterMetadataRefreshcvium
2020-12-10Simplifycvium
2020-12-10Remember to await the async taskcvium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-07Fix potential null referencecrobibero
2020-12-04Merge pull request #4651 from crobibero/iso_managerJoshua M. Boniface
Remove IIsoMounter and IsoMounter
2020-12-04Merge pull request #4242 from Spacetech/library_scan_speedClaus Vium
Increase library scan and metadata refresh speed
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-12-02Remove LazyGary Wilber
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-12-02Minor improvementsBond_009
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-11-28remove deprecated flag to disable music pluginsdkanada
2020-11-25Use proper Named HttpClient for MusicBrainz requestscrobibero
2020-11-22Null PointerGreenback
2020-11-21Update MetadataService.csBaronGreenback
added return Task.CompletedTask;
2020-11-21Update MetadataService.csBaronGreenback
removed async line 232
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-21Null pointer fix. (#4527)BaronGreenback
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-11-19Merge pull request #4298 from crobibero/bye-tvdbJoshua M. Boniface
Remove TheTVDB plugin from server source.
2020-11-19Merge pull request #4507 from BaronGreenback/SpellingJoshua M. Boniface
Corrects spelling in comments
2020-11-19Merge pull request #4342 from crobibero/base-item-managerClaus Vium
Add BaseItemManager
2020-11-18More spelling corrections.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-17Merge pull request #4489 from jellyfin/dependabot/nuget/PlaylistsNET-1.1.3Anthony Lavado
Bump PlaylistsNET from 1.1.2 to 1.1.3
2020-11-15Bump PlaylistsNET from 1.1.2 to 1.1.3dependabot[bot]
Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/tmk907/PlaylistsNET/releases) - [Commits](https://github.com/tmk907/PlaylistsNET/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-15Merge remote-tracking branch 'upstream/master' into bye-tvdbcrobibero
2020-11-15Merge remote-tracking branch 'upstream/master' into http-exceptioncrobibero
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-14remove custom HttpExceptioncrobibero
2020-11-14Missed some stuffBond_009
2020-11-14Access last element by index where possibleBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-11Merge remote-tracking branch 'upstream/master' into bye-tvdbcrobibero
2020-11-10Update packages to net5crobibero
2020-11-10Merge pull request #3196 from ferferga/images-advanceClaus Vium
Remove "download images in advance" option
2020-11-10Removed code as suggested by @cviumFernando Fernández
2020-11-08Merge pull request #3086 from redSpoutnik/api-upload-subtitleClaus Vium
Add Post subtitle in API
2020-11-08Apply suggestions from code reviewClaus Vium