Search found 2 matches

by viperphish
15 Nov 2019, 17:07
Forum: Ubuntu & Desktop Linux
Topic: MISMATCH DEBUGGING REQUEST
Replies: 22
Views: 13291

Re: MISMATCH DEBUGGING REQUEST

That has never been changed. FileBot will check each page, starting at the first one, and each page includes the number of total pages, which is now always set to 1 incorrectly for some reason, probably just a bug. But as a result FileBot doesn't check page 2+ because the first page already says th...
by viperphish
15 Nov 2019, 06:37
Forum: Ubuntu & Desktop Linux
Topic: MISMATCH DEBUGGING REQUEST
Replies: 22
Views: 13291

Re: MISMATCH DEBUGGING REQUEST

It looks like the API documentation now says that the API is paginated in chunks of 100: https://api.thetvdb.com/swagger#!/Series/get_series_id_episodes There's now a 'page' query parameter... I'm guessing FileBot will need to be updated to make multiple API calls instead of just one, as it currentl...