For IMDB, that is the correct ID of the episode, but for TMDB, that is not the series ID (same for TVDB). So what are these numbers?
There seems to be no relevant info regarding the series for TMBD. The proper ID’s used to be available when running the old agent. But right now, we’re just left with this.
Honestly, in the context of scrobbling, the top level Series ID with season # and episode # is what makes everything easy. (All of which used to be available)
Yeah there’s no direct link because they rarely rely on the episode ID for anything. The TMDB API for an episode is:
But yeah, I can jump through the extra hoops and use their /find endpoint with the imdb external id. Just wanted to avoid the extra calls, but it’s not like they’re expensive or anything