index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Providers
/
Plugins
/
Tmdb
/
TmdbClientManager.cs
Age
Commit message (
Expand
)
Author
2025-10-13
Handle es-419 in TMDb (#14946)
Erik W
2025-06-03
Add year parameter to TMDB series cache key
theguymadmax
2024-08-30
Remove BOM from UTF-8 files
Bond_009
2024-02-28
Return backdrops with text as thumb for tmdb (#11078)
Cody Robibero
2023-12-17
Stop saving Jellyfin API key in settings xml
Joe Rogers
2023-12-16
Add api key to configuration
Joe Rogers
2023-11-09
Convert ItemSortBy to enum (#9765)
Cody Robibero
2023-02-25
Enable nullable for more files
Bond_009
2023-01-11
Fix all warnings in MediaBrowser.Providers
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-03-11
Merge pull request #6528 from oledfish/additional-episode-orders
Joshua M. Boniface
2022-01-19
Add TMDb logo handling
Joe Rogers
2022-01-18
Add all TMDB episode orders
oledfish
2022-01-16
Merge branch 'jellyfin:master' into additional-episode-orders
oledfish
2021-12-03
Merge pull request #6874 from 1337joe/tmdb-image-size-options
Cody Robibero
2021-11-30
Use SSL for tmdb images
Joe Rogers
2021-11-22
Address review comments
Joe Rogers
2021-11-19
Add image scaling options for tmdb
Joe Rogers
2021-11-04
Merge pull request #6763 from 1337joe/tmdb-image-provider-dedup
Claus Vium
2021-11-03
Move ConvertToRemoteImage to TmdbClientManager
Joe Rogers
2021-11-02
Make tags import from TMDB configurable
zehner
2021-11-01
Extract duplicate code, add test
Joe Rogers
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-09-07
Add "Production" and "TV" episode orders.
oledfish
2021-08-25
Add 'includeAdult' option for TheMovieDb
Izumiko
2021-08-09
Update per feedback
Rich Lander
2021-08-09
Update MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs
Rich Lander
2021-07-22
Fix remaining MediaBrowser.Providers warnings
Rich Lander
2021-06-27
MediaBrowser.Providers: Remove some warnings
Bond_009
2021-05-18
Fix cache key
David Ullmer
2021-05-12
Fix Tmdb person language
David Ullmer
2021-04-19
Use StringComparison.Ordinal
Mohamed Akram
2021-04-19
Add review changes
Mohamed Akram
2021-04-09
Add support for TMDB series absolute and DVD order
Mohamed Akram
2021-03-02
Fix TMDb search name containing year (#5349)
David Ullmer
2020-10-03
Add image languages to collections
cvium
2020-10-03
Add image languages
cvium
2020-10-03
Migrate the TMDb providers to the TMDbLib library
cvium