aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs
AgeCommit message (Expand)Author
2025-10-27Backport pull request #15113 from jellyfin/release-10.11.zivanjx
2024-09-18Sort embedded collections in Nfo filesMarc Brooks
2024-07-17Add TrySetProviderId extensionBond_009
2024-04-24Use StringSplitOptions.TrimEntries where possible (#11421)Bond-009
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-02-19Optimize tryparseBond_009
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-31Backport pull request #8667 from jellyfin/release-10.8.zDavid Ullmer
2021-11-19Refactor omdb providerscvium
2021-11-16Fix release buildcvium
2021-11-16Remove unused dependenciescvium
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Remove sync FileStream hackBond_009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-22Fix analysis issuesRich Lander
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-12Fix Omdb cachingBond_009
2021-01-04Fix serialization loopcrobibero
2021-01-03Fix OMDb convertercrobibero
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-07Fix potential null referencecrobibero
2020-11-21Null pointer fix. (#4527)BaronGreenback
2020-11-18More spelling corrections.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-14Missed some stuffBond_009
2020-08-31use named clientcrobibero
2020-08-19Fix warningsBond_009
2020-08-17Remove IHttpClient from Providerscrobibero
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-15fix SA1005telans
2020-06-06Fix a small number of compile warningsaled