Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #414 #415

Closed
wants to merge 1 commit into from
Closed

Fix for issue #414 #415

wants to merge 1 commit into from

Conversation

pdbme
Copy link

@pdbme pdbme commented Aug 19, 2022

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

Actually media_type parser for Episodes value is episode. But it seems TMDB changes that value to tv_episode.
@LordMike
Copy link
Collaborator

LordMike commented Jan 9, 2023

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
Copy link
Contributor

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.

@angyanmark angyanmark mentioned this pull request Mar 19, 2023
@cvium
Copy link
Member

cvium commented Sep 22, 2023

Superseded by #435

@cvium cvium closed this Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants