meta-grabber icon indicating copy to clipboard operation
meta-grabber copied to clipboard

Not pulling all seasons?

Open TokerX opened this issue 2 years ago • 2 comments

There seems to be an issue with the amount of seasons. E.g. currently doing Outlander, there are 6 regular seasons, when pulling up the title in the app it only displays season 0, 1, 2, 3 and 4. Might be a bug, might be something I'm doing wrong, not sure.

TokerX avatar Mar 07 '23 22:03 TokerX

Thanks for the report.

I get the same result, while the tvdb website lists 6 seasons. I'll check what's up with that.

In the meantime you can switch to TheMovieDB in settings. Looks like they return all the seasons.

andreaswilli avatar Mar 08 '23 12:03 andreaswilli

Hi!

Because I hadn't read your comment about switching to TMDB I since wrote my own app for the TMBD API to do more seasons, but it's not as advanced (I need to have every episode for it to work), so when I tried to rename season 5 of Family Ties today I noticed it stopped at 9 episodes, which gave me an idea...

So I checked with Star Trek TNG and Voyager, and indeed: only 101 episodes ever get loaded in. this could be explained with a fixed array, but since it's written in JavaScript there's no such thing as a fixed array. Could there be a limit to TVDB's API?

TokerX avatar May 07 '23 18:05 TokerX