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
/
TV
/
TmdbEpisodeProvider.cs
Age
Commit message (
Expand
)
Author
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-12-20
Use our own Contains extension
cvium
2021-11-05
Add cast limit to tmdb plugin settings
Joe Rogers
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-04-21
Merge pull request #5881 from cvium/tmdb-episode-externalids
Bond-009
2021-04-21
Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.cs
Bond-009
2021-04-21
Add tvrage and imdb ids for episodes
cvium
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-06
Minor improvements to tmdb code
Bond-009
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
Fix null exception in tmdb episode provider
cvium
2020-08-19
Fix warnings
Bond_009
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-08-06
Make external ids nullable in TMDb
cvium
2020-06-19
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
Bond_009
2020-06-15
fix SA1005
telans
2020-06-06
Fix a small number of compile warnings
aled
2020-05-31
fix some easy warnings for tmdb
dkanada
2020-05-31
move tmdb to plugin folder
dkanada