Filebot cannot list the newly added episodes on TMDB.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
gdlk
Posts: 15
Joined: 12 Mar 2025, 08:48

Filebot cannot list the newly added episodes on TMDB.

Post by gdlk »

For the tv series with TMDB id 76806 https://www.themoviedb.org/tv/76806/season/1

The original number of episodes was 380.
I added new episodes two days ago. See the following screen shot.
Image

However, when I list episodes using filebot, it still give episodes only upto 380.

Shell: Select all

filebot -list --q 76806 --filter 's==1 && e>375'

Console Output: Select all

Apply filter [s==1 && e>375] on [730] options
Include [Tales of Demons and Gods - 1x376 - Episode 376]
Include [Tales of Demons and Gods - 1x377 - Episode 377]
Include [Tales of Demons and Gods - 1x378 - Episode 378]
Include [Tales of Demons and Gods - 1x379 - Episode 379]
Include [Tales of Demons and Gods - 1x380 - Episode 380]
[5] options remaining
Tales of Demons and Gods - 1x376 - Episode 376
Tales of Demons and Gods - 1x377 - Episode 377
Tales of Demons and Gods - 1x378 - Episode 378
Tales of Demons and Gods - 1x379 - Episode 379
Tales of Demons and Gods - 1x380 - Episode 380
Why filebot cannot get the lastest info from TMDB?
What can I do?
User avatar
rednoah
The Source
Posts: 24105
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot cannot list the newly added episodes on TMDB.

Post by rednoah »

:?: Maybe your additions were not yet approved?


:idea: I notably can only see up Episode 380 to on the TMDB website:
https://www.themoviedb.org/tv/76806/season/8

Console Output: Select all

$ curl -I 'https://www.themoviedb.org/tv/76806/season/8/episode/380'
HTTP/2 200
$ curl -I 'https://www.themoviedb.org/tv/76806/season/8/episode/381'
HTTP/2 404
:idea: Please read the FAQ and How to Request Help.
gdlk
Posts: 15
Joined: 12 Mar 2025, 08:48

Re: Filebot cannot list the newly added episodes on TMDB.

Post by gdlk »


Not season 8.
I mean season 1.
https://www.themoviedb.org/tv/76806/season/1

Console Output: Select all

$ curl -I 'https://www.themoviedb.org/tv/76806/season/1/episode/381'
HTTP/2 200 
User avatar
rednoah
The Source
Posts: 24105
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot cannot list the newly added episodes on TMDB.

Post by rednoah »

Looks like a lot of episodes have been added recently. I get up to 1x432 at this point in time:

Console Output: Select all

$ filebot -list --q 76806 --filter 's==1 && e>375' --log INFO
...
Tales of Demons and Gods - 1x420 - Episode 420
Tales of Demons and Gods - 1x421 - Episode 421
Tales of Demons and Gods - 1x422 - Episode 422
Tales of Demons and Gods - 1x423 - Episode 423
Tales of Demons and Gods - 1x424 - Episode 424
Tales of Demons and Gods - 1x425 - Episode 425
Tales of Demons and Gods - 1x426 - Episode 426
Tales of Demons and Gods - 1x427 - Episode 427
Tales of Demons and Gods - 1x428 - Episode 428
Tales of Demons and Gods - 1x429 - Episode 429
Tales of Demons and Gods - 1x430 - Episode 430
Tales of Demons and Gods - 1x431 - Episode 431
Tales of Demons and Gods - 1x432 - Episode 432

:idea: You may need to wait for a few days. FileBot will cache episode listings for a few days. The cache timeout may vary from a few hours to a few days depending on the show at hand, if it's a daily show, if it's an ongoing show, etc. You could try a Clear Cache once you've added new episodes.
:idea: Please read the FAQ and How to Request Help.
gdlk
Posts: 15
Joined: 12 Mar 2025, 08:48

Re: Filebot cannot list the newly added episodes on TMDB.

Post by gdlk »

Thank you very much!
It's just the cache problem.

Console Output: Select all

$ filebot -list --q 76806 --filter 's==1 && e>375'
Apply filter [s==1 && e>375] on [730] options
Include [Tales of Demons and Gods - 1x376 - Episode 376]
Include [Tales of Demons and Gods - 1x377 - Episode 377]
Include [Tales of Demons and Gods - 1x378 - Episode 378]
Include [Tales of Demons and Gods - 1x379 - Episode 379]
Include [Tales of Demons and Gods - 1x380 - Episode 380]
[5] options remaining
Tales of Demons and Gods - 1x376 - Episode 376
Tales of Demons and Gods - 1x377 - Episode 377
Tales of Demons and Gods - 1x378 - Episode 378
Tales of Demons and Gods - 1x379 - Episode 379
Tales of Demons and Gods - 1x380 - Episode 380
[ubuntu: ~]
$ filebot -clear-cache
Clear cache
* Delete /home/gdlk/.filebot/cache/0 (14 MB)
* Delete /home/gdlk/.filebot/cache/1 (9 MB)
[ubuntu: ~]
$ filebot -list --q 76806 --filter 's==1 && e>375'
Initialize new disk cache: /home/gdlk/.filebot/cache/0
Apply filter [s==1 && e>375] on [782] options
Include [Tales of Demons and Gods - 1x376 - Episode 376]
Include [Tales of Demons and Gods - 1x377 - Episode 377]
Include [Tales of Demons and Gods - 1x378 - Episode 378]
Include [Tales of Demons and Gods - 1x379 - Episode 379]
Include [Tales of Demons and Gods - 1x380 - Episode 380]
Include [Tales of Demons and Gods - 1x381 - Episode 381]
Include [Tales of Demons and Gods - 1x382 - Episode 382]
Include [Tales of Demons and Gods - 1x383 - Episode 383]
Include [Tales of Demons and Gods - 1x384 - Episode 384]
Include [Tales of Demons and Gods - 1x385 - Episode 385]
Include [Tales of Demons and Gods - 1x386 - Episode 386]
Include [Tales of Demons and Gods - 1x387 - Episode 387]
Include [Tales of Demons and Gods - 1x388 - Episode 388]
Include [Tales of Demons and Gods - 1x389 - Episode 389]
Include [Tales of Demons and Gods - 1x390 - Episode 390]
......
Post Reply