Populate and show Cast/Actors for TV Series and Episodes

I’d also mention that the tvdb API does return guest star info, since a previous comment was unsure about that. Tested against an episode and got this response:

https://www.thetvdb.com/series/community/episodes/5168505

{
  "data": {
    "id": 5168505,
    "airedSeason": 6,
    "airedSeasonID": 609588,
    "airedEpisodeNumber": 9,
    "episodeName": "Grifting 101",
    "firstAired": "2015-05-05",
    "guestStars": [
      "Matt Berry",
      "Ryan Ridley"
    ],
    "directors": [
      "Rob Schrab"
    ],
    "writers": [
      "Ryan Ridley"
    ],
    "overview": "When a clever clever con man, Professor DeSalvo, uses his class to cheat the study group, they enlist Jeff to get revenge. The situation goes awry as Britta and Dean Pelton get involved in Jeff and Professor DeSalvo’s scamming competition.",
    "language": {
      "episodeName": "en",
      "overview": "en"
    },
    "productionCode": "608",
    "showUrl": "",
    "lastUpdated": 1441749112,
    "dvdDiscid": "",
    "dvdSeason": 6,
    "dvdEpisodeNumber": 9,
    "dvdChapter": null,
    "absoluteNumber": 105,
    "filename": "episodes/94571/5168505.jpg",
    "seriesId": 94571,
    "lastUpdatedBy": 1,
    "airsAfterSeason": null,
    "airsBeforeSeason": null,
    "airsBeforeEpisode": null,
    "imdbId": "tt4242886",
    "contentRating": "TV-PG",
    "thumbAuthor": 1,
    "thumbAdded": "2019-11-13 10:32:01",
    "thumbWidth": "640",
    "thumbHeight": "360",
    "siteRating": 7.6,
    "siteRatingCount": 405,
    "isMovie": 0
  }
}
2 Likes

i guess the topic is wrong here actually. its more of a bug report. its a simple bug to not have cast per episode. bug on dev side, but still a bug

this is 100% needed.
should be so simple to implement too

1 Like

Have you create an Bug Report?

I miss the guest stars too…

1 Like

Guest stars at the episode level would be great!

3 Likes

I too would like this feature, in particular I would like cross referencing.

For example, if an actor starred in a Movie I have, as well as was a guest star in an episode I have, it should show both.

3 Likes