Older define series had EpisodeRunTime filled in with a list of ints. I understand that now the episode duration is stored on the episodes but to find the average I would now need to request every single episode get the run time then average them?
Is there a better way? I much prefer the original implementation or if there was a endpoint I can get a subset of data of all episodes with flags on the fields I am interested in.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by superboy97
on June 18, 2025 at 4:20 AM
The old system doesn't permit to correctly calculate an average.
For example, it was saying that there are episodes that last 50 minutes and other that last 75 minutes, but not how many episodes there was for each value.
Reply by Travis Bell
on June 18, 2025 at 3:31 PM
Hi @dtaggart,
We've never had a field for the average runtime of a TV show. I did however create a new ticket for us to look at this here.
Reply by dtaggart
on June 18, 2025 at 5:02 PM
Ok sure but I am asking if there is a way that to do it now. I get the old way is no longer supported even if it was wrong. What is the correct way to do this is the question.
Right but you use to provide episode lengths at the series information level that I was able to calculate it myself @superboy97 said it wasn't always "correct" but its better then needing to make 200 request for each episode in the episode api on larger shows.