aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/Tmdb
AgeCommit message (Expand)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-04-07Merge pull request #7551 from cvium/fix_trailertypeCody Robibero
2022-03-18tmdb - update available series end statusCody Robibero
2022-03-11Merge pull request #6528 from oledfish/additional-episode-ordersJoshua M. Boniface
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-24Update StyleCopBond_009
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
2021-11-19Add image scaling options for tmdbJoe Rogers
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
2021-11-03Move ConvertToRemoteImage to TmdbClientManagerJoe Rogers
2021-11-02Switch to method per image conversionJoe Rogers
2021-11-02Make tags import from TMDB configurablezehner
2021-11-01Extract duplicate code, add testJoe Rogers
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-03Fix warning: Using directive is not required by the code and can be safely re...KonH
2021-09-11Merge pull request #6457 from Izumiko/adultClaus Vium
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-09-07Add "Production" and "TV" episode orders.oledfish
2021-08-25Add 'includeAdult' option for TheMovieDbIzumiko
2021-08-09Update per feedbackRich Lander
2021-08-09Update MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.csRich Lander
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-05-18Move GetMetadataLanguageDavid Ullmer
2021-05-18Fix cache keyDavid Ullmer
2021-05-17Add tests for NoralizeLanguageDavid Ullmer
2021-05-12Fix Tmdb person languageDavid Ullmer
2021-05-10Use TMDb parental rating building from movies for showsDavid Ullmer
2021-05-01TmdbUtils: Use ordinal string compareBond_009
2021-04-21Merge pull request #5881 from cvium/tmdb-episode-externalidsBond-009
2021-04-21Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.csBond-009
2021-04-21Merge pull request #5870 from cvium/fix-tmdbpersonproviderBond-009
2021-04-21Add tvrage and imdb ids for episodescvium
2021-04-20use int.Parsecvium