-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
The credits only retrieves for latest season #158
Comments
Hi, I'm not sure what you mean by "lists individual season credits". As I can see it at http://docs.themoviedb.apiary.io/#reference/tv/tvidcredits/get, it only lists crew and cast (as we parse it) .. Could you elaborate? |
I mean, the credits that are returned, are only the last season credits. Not for earlier seasons. I hope I'm able to explain. Thanks. "Das beste oder nichts"
|
Could you link to where it's done pr. season? I'm missing the part on how to remediate it in this library :) |
Now I get it. There are multiple methods for TV credits: You want a method that does not iterate all seasons, but fetches all credits (separately) in one go. This is not possible right now, but is discussed here: #36. Unfortunately, due to the design as it is now, it's not possible. |
Using GetTvShowCredits only returns the credits for the last season. The TheMovieDB API also does the same, but lists individual season credits.
Is there a method by which I can retrieve all credits together for all seasons collectively?
The text was updated successfully, but these errors were encountered: