aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins
AgeCommit message (Collapse)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-07Check HTTP status code before writing response to file (#8863)Bond-009
fix https://github.com/jellyfin/jellyfin/issues/8084
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-03Add MusicBrainz server validation and fallback (#8833)Shadowghost
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for studio image providerShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-10-31Backport pull request #8667 from jellyfin/release-10.8.zDavid Ullmer
Enable OMDB plot for non-English languages as fallback Original-merge: f83a24ec4385e8142646ec7d13a5e6f4c9074ae9 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-10-22Apply review suggestionsShadowghost
2022-10-22Migrate MusicBrainz plugin to MetaBrainz.MusicBrainzMrTimscampi
Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-06-14Merge pull request #7934 from Bond-009/xmlasync2Claus Vium
Enable XmlReaderSettings.Async, fixes #7929 (cherry picked from commit 1b8a2519911192fb272b15c07cc66dec6659aad9) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07Merge pull request #7551 from cvium/fix_trailertypeCody Robibero
fix: remove (incorrect) negation of bool expression (cherry picked from commit fec2cf5060cdfdf5fa5bbd1e88529fc373dca945) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07Merge pull request #7507 from crobibero/studio-image-pluginCody Robibero
Fix StudioImageProvider (cherry picked from commit 5de2db9f5294d7a614d00ff6a6fc1dc0a2919c57) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-18tmdb - update available series end statusCody Robibero
2022-03-11Merge pull request #6528 from oledfish/additional-episode-ordersJoshua M. Boniface
2022-03-08Remove unused poster support from StudiosImageProvider (#7423)Bill Thornton
2022-03-04Update artwork repository urlsBill Thornton
2022-01-20Merge pull request #7219 from 1337joe/tmdb-image-provider-logoCody Robibero
2022-01-19Merge pull request #7176 from dmitrylyzo/fix-trailers-1Bond-009
2022-01-19Add TMDb logo handlingJoe Rogers
2022-01-18Add all TMDB episode ordersoledfish
2022-01-16Merge branch 'jellyfin:master' into additional-episode-ordersoledfish
2022-01-14Fix duplication of remote trailersDmitry Lyzo
2022-01-13Fix build errorSenorSmartyPants
2022-01-13Config option to import season name from TMDBSenorSmartyPants
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-24Fix buildBond_009
2021-12-23Fix config.htmlCody Robibero
2021-12-23Merge branch 'master' into studios-images-pluginCody Robibero
# Conflicts: # MediaBrowser.Providers/MediaBrowser.Providers.csproj
2021-12-20Use our own Contains extensioncvium
2021-12-03Merge pull request #6874 from 1337joe/tmdb-image-size-optionsCody Robibero
2021-11-30Use SSL for tmdb imagesJoe Rogers
2021-11-22Address review commentsJoe Rogers
Store null instead of calculating scaled image sizes. Add endpoint to provide TMDb image size options.
2021-11-20Remove unnecessary N/A checks (converter changes them to null)cvium
2021-11-20Don't use AppendFormatcvium
2021-11-19Add image scaling options for tmdbJoe Rogers
2021-11-19Refactor omdb providerscvium
2021-11-17Merge pull request #6860 from cvium/fix_xml_endless_loopsCody Robibero
2021-11-17Read past empty elementscvium
2021-11-16Fix release buildcvium
2021-11-16Fixcvium
2021-11-16Remove unused dependenciescvium
2021-11-05Add cast limit to tmdb plugin settingsJoe Rogers
2021-11-04Add missing checkboxesJoe Rogers
2021-11-04Merge pull request #6763 from 1337joe/tmdb-image-provider-dedupClaus Vium