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.
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af superboy97
d. 18 juni 2025 kl. 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.
Svar af Travis Bell
d. 18 juni 2025 kl. 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.
Svar af dtaggart
d. 18 juni 2025 kl. 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.