aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins
AgeCommit message (Expand)Author
2021-04-01set original title in tmdbmovieproviderClaus Vium
2021-03-17Clean the entity name for non-words before searchingcvium
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-10Merge pull request #5431 from cvium/fix_tmdb_imdbidClaus Vium
2021-03-09Use imdbid as fallback in movie providercvium
2021-03-09Default to the searchinfo year, fallback to parsed yearcvium
2021-03-07Use FileShare.None when creating filesDavid
2021-03-05Do not use language or imagelanguages when searching for imagescvium
2021-03-02Fix TMDb search name containing year (#5349)David Ullmer
2021-02-22Merge pull request #5270 from Bond-009/imdbJoshua M. Boniface
2021-02-20Merge pull request #5242 from jellyfin/cancellationtokensdkanada
2021-02-19TMDB: Also search with IMDB or TVDB Id if specifiedBond_009
2021-02-18TMDB: Include year in searchBond_009
2021-02-15Properly forward cancellationTokensBond_009
2021-01-26Remove season name from metadata resultMariusz Chryc
2021-01-12Fix Omdb cachingBond_009
2021-01-04Fix serialization loopcrobibero
2021-01-03Fix OMDb convertercrobibero
2020-12-30Merge branch 'master' into PluginDowngradeCody Robibero
2020-12-28Make RootObject and SeasonRootObject internal againDavid
2020-12-27Code revieDavid
2020-12-26Remove manual N/A removal and write directly to streamDavid
2020-12-25Remove attributesDavid
2020-12-25Remove JsonOmdbNotAvailableConverterFactorycrobibero
2020-12-25Add tests for special Omdb jsoncrobibero
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Fix OMDb "N/A"David
2020-12-23Add missing optionsDavid
2020-12-23Remove custom Json serializer from ProvidersDavid
2020-12-18Renamed Guid property to IdGreenback
2020-12-07Fix potential null referencecrobibero
2020-11-28remove deprecated flag to disable music pluginsdkanada
2020-11-25Use proper Named HttpClient for MusicBrainz requestscrobibero
2020-11-22Null PointerGreenback
2020-11-21Null pointer fix. (#4527)BaronGreenback
2020-11-19Merge pull request #4298 from crobibero/bye-tvdbJoshua M. Boniface
2020-11-18More spelling corrections.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-15Merge remote-tracking branch 'upstream/master' into bye-tvdbcrobibero
2020-11-14Missed some stuffBond_009
2020-11-11Merge remote-tracking branch 'upstream/master' into bye-tvdbcrobibero
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
2020-10-17Use nameof where possibleBond_009
2020-10-17Merge pull request #4261 from Spacetech/music_brainz_provider_thread_safeJoshua M. Boniface
2020-10-16Apply suggestions from code review (updating comments)Gary Wilber
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-10Merge pull request #4221 from Spacetech/tvdb_series_provider_InvalidOperation...dkanada
2020-10-09Remove tvdb plugin from server.crobibero
2020-10-06Minor improvements to tmdb codeBond-009