aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/Tmdb/TV
AgeCommit message (Collapse)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-03-18tmdb - update available series end statusCody Robibero
2022-01-19Add TMDb logo handlingJoe Rogers
2022-01-13Fix build errorSenorSmartyPants
2022-01-13Config option to import season name from TMDBSenorSmartyPants
2021-12-20Use our own Contains extensioncvium
2021-11-05Add cast limit to tmdb plugin settingsJoe Rogers
2021-11-03Move ConvertToRemoteImage to TmdbClientManagerJoe Rogers
2021-11-02Switch to method per image conversionJoe Rogers
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 ↵KonH
removed (#2149)
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-05-10Use TMDb parental rating building from movies for showsDavid Ullmer
2021-04-21Merge pull request #5881 from cvium/tmdb-episode-externalidsBond-009
Add tvrage and imdb ids for episodes
2021-04-21Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.csBond-009
2021-04-21Add tvrage and imdb ids for episodescvium
2021-04-20Merge pull request #5744 from mohd-akram/absolute-dvd-orderBond-009
2021-04-13Fix possible ArgumentNullExceptionBond_009
``` System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate) at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, IReadOnlyCollection`1 preferredLanguages, CancellationToken cancellationToken, Nullable`1 type) in /home/bond/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line 280 ```
2021-04-09Add support for TMDB series absolute and DVD orderMohamed Akram
2021-03-17Clean the entity name for non-words before searchingcvium
2021-03-10Merge pull request #5431 from cvium/fix_tmdb_imdbidClaus Vium
Use imdbid as fallback in movie provider
2021-03-09Use imdbid as fallback in movie providercvium
Includes post-ProviderIdExtensions cleanup
2021-03-09Default to the searchinfo year, fallback to parsed yearcvium
2021-03-05Do not use language or imagelanguages when searching for imagescvium
TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify.
2021-03-02Fix TMDb search name containing year (#5349)David Ullmer
2021-01-26Remove season name from metadata resultMariusz Chryc
2020-10-06Minor improvements to tmdb codeBond-009
2020-10-03Fix buildcvium
2020-10-03Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-03Add keywords as tags to series + cleanupcvium
2020-10-03Fix inverted boolean statementcvium
2020-10-03Migrate the TMDb providers to the TMDbLib librarycvium
2020-09-23Merge pull request #4103 from Bond-009/warn30Anthony Lavado
Fix some warnings
2020-09-19Fix TMDB Season ImagesDavid
2020-09-08Fix buildBond_009
2020-09-08Fix some warningsBond_009
2020-09-07Merge pull request #4078 from Bond-009/minor3Anthony Lavado
Minor improvements
2020-09-07Minor improvementsBond_009
2020-09-07Fix null exception in other tmdb providerscvium
2020-09-07Fix null exception in tmdb episode providercvium
2020-08-31use named clientcrobibero
2020-08-19Fix warningsBond_009
2020-08-17Fix adding accept headerscrobibero
2020-08-17Remove IHttpClient from Providerscrobibero