jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

Fix for issue #414 #415

Closed pdbme closed 9 months ago

pdbme commented 1 year ago

Actually media_type parser for Episodes value is episode. But it seems TMDB changes that value to tv_episode.

LordMike commented 1 year ago

Could you link to some docs?

I've tried finding some, but all I can find are for move, tv and person - such as here: https://developers.themoviedb.org/3/search/multi-search

.. just saw your issue had an example. #420 has the same issue.

angyanmark commented 1 year ago

There is both an episode and a tv_episode media type: https://api.themoviedb.org/3/person/211847?api_key=api_key&append_to_response=tagged_images

They also added a season and a tv_season media type: 🤦‍♂️ https://api.themoviedb.org/3/person/30084?api_key=api_key&append_to_response=tagged_images

I only encountered them when calling the GetPersonAsync method with the PersonMethods.TaggedImages flag.

cvium commented 9 months ago

Superseded by #435