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
/
People
Age
Commit message (
Expand
)
Author
2025-10-13
Handle es-419 in TMDb (#14946)
Erik W
2025-02-20
Migrate to IExternalUrlProvider
Shadowghost
2024-07-17
Add TrySetProviderId extension
Bond_009
2023-10-08
Use non nullable property type when possible
Stepan Goremykin
2023-03-01
Allocate less Lists
Bond_009
2023-02-25
Enable nullable for more files
Bond_009
2023-02-23
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-11-17
Add xmldocs for TMDb provider, correct provider spelling
Shadowghost
2021-11-03
Move ConvertToRemoteImage to TmdbClientManager
Joe Rogers
2021-11-02
Switch to method per image conversion
Joe Rogers
2021-11-01
Extract duplicate code, add test
Joe Rogers
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-09-09
Fix images "not loading" after manual identification
Chris Tam
2021-07-22
Fix remaining MediaBrowser.Providers warnings
Rich Lander
2021-05-18
Move GetMetadataLanguage
David Ullmer
2021-05-17
Add tests for NoralizeLanguage
David Ullmer
2021-05-12
Fix Tmdb person language
David Ullmer
2021-04-20
use int.Parse
cvium
2021-04-20
Fix TMDb Person Provider
cvium
2020-10-03
Fix build
cvium
2020-10-03
Apply suggestions from code review
Claus Vium
2020-10-03
Add keywords as tags to series + cleanup
cvium
2020-10-03
Migrate the TMDb providers to the TMDbLib library
cvium
2020-09-08
Fix some warnings
Bond_009
2020-09-07
Minor improvements
Bond_009
2020-09-04
Merge remote-tracking branch 'upstream/master' into http-client-migrate
crobibero
2020-08-31
Fix some warnings
Bond_009
2020-08-31
use named client
crobibero
2020-08-17
Fix adding accept headers
crobibero
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-07-29
Optimize Substring and StringBuilder usage
Bond_009
2020-06-26
Merge remote-tracking branch 'upstream/master' into external-id-type
Mark Monteiro
2020-06-19
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
Bond_009
2020-06-16
fix SA1513/SA1516
telans
2020-06-15
fix SA1508
telans
2020-06-15
fix SA1005
telans
2020-06-13
Merge pull request #3254 from crobibero/ilogger
dkanada
2020-06-06
Fix a small number of compile warnings
aled
2020-06-06
Merge remote-tracking branch 'upstream/master' into ilogger
crobibero
2020-05-31
move tmdb to plugin folder
dkanada