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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة superboy97
بتاريخ يونيو 18, 2025 في 4:20 صباحا
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.
رد بواسطة Travis Bell
بتاريخ يونيو 18, 2025 في 3:31 مساءا
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.
رد بواسطة dtaggart
بتاريخ يونيو 18, 2025 في 5:02 مساءا
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.