I am just wondering what do you use to get the cast list for each indivudaul episode for the api since aggregate credits is for the full series cast but not for the episodes only?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por kolbdog323
el 17 de julio de 2024 a las 21:39
Since we are currently using aggregate credits but that is getting the full seris cast but its ignorign the episode cast only list. aka the regular season actors and guest stars that appeared in just that episode.
Contestado por kolbdog323
el 17 de julio de 2024 a las 21:54
Also this is the exact problem The issue is the TMDb Series credits via Aggregate Credits returns Episode credits as well as series regulars.
Contestado por kolbdog323
el 17 de julio de 2024 a las 21:55
All the credits are being duplicated in episodes how to stop that and only show the actual episoede actors are available we are using both aggegratet credits and credits?
Contestado por superboy97
el 17 de julio de 2024 a las 23:41
It will depends of which credits you want to get for each episode.
You need first to use the credits method at the episode level to get the guest stars.
If you want the complete cast of the episode (including the regulars), you need to also use the credits method at the season level.
Contestado por kolbdog323
el 17 de julio de 2024 a las 23:46
For episodes its only showing the guest star but no assigned role andits not showing the season regulars and the guest satars. example I did the Bluey episode the beach it showed the guest star Layne Beachley but it didtn assign a role and its not showing the season season regulars.
Contestado por kolbdog323
el 17 de julio de 2024 a las 23:48
How do you get the episode to show the season regualars as well.
Contestado por superboy97
el 17 de julio de 2024 a las 23:49
Read my answer above.
Contestado por kolbdog323
el 17 de julio de 2024 a las 23:50
But is not showing the roles just the actors for the epsidoes.
Contestado por superboy97
el 17 de julio de 2024 a las 23:52
The "character" played is available in the answer of these methods.
Contestado por kolbdog323
el 17 de julio de 2024 a las 23:57
that doestn solve the problem of it not showng the roles for the actors in the episodes and only the guest stars.
Contestado por kolbdog323
el 17 de julio de 2024 a las 23:57
and not the character they played it only shows the actor name for both actor and cahracterr.
Contestado por superboy97
el 17 de julio de 2024 a las 23:58
This problem is located in the code of Media Companion, not in our API.
Contestado por kolbdog323
el 17 de julio de 2024 a las 23:59
Im not the creartor im trying to figure out what hes doing wrong im trying to help him by reaching out to you.
Contestado por superboy97
el 18 de julio de 2024 a las 00:04
It will be much simpler if Rob come here directly as he know the code of his application.
What you are currently doing is render the things more complicated, taking in account that you don't know the code of the application.