limit+timeout the attempts filebot makes to TheTVDB

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Alfke
Posts: 35
Joined: 24 Jan 2017, 18:11

limit+timeout the attempts filebot makes to TheTVDB

Post by Alfke »

Hi Rednoah,

I've noticed when TheTVDB has API issues, it makes FileBot throw java errors, even though there are no issues with Filebot or my Linux system....so I have a couple questions:

1) Is it possible to limit+timeout the attempts filebot makes to TheTVDB's API?
2) Is it possible to create an option for filebot to "failover" to TheMovieDB as a backup if API connection attempts to TheTVDB craps out?

Food for thought...

Alfke
Licensed User
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issues with TheTVDB

Post by rednoah »

1.
Yes, the net.filebot.CachedResource.retryLimit and net.filebot.CachedResource.retryDelay system properties can be adjusted if the defaults don't work for your use case:

Code: Select all

export FILEBOT_OPTS="-Dnet.filebot.CachedResource.retryLimit=5 -Dnet.filebot.CachedResource.retryDelay=PT5M"

2.
No, but you can just use TheMovieDB instead altogether. AFAIK, it's more stable, though somewhat less popular / update-to-date than TheTVDB.
:idea: Please read the FAQ and How to Request Help.
Alfke
Posts: 35
Joined: 24 Jan 2017, 18:11

Re: limit+timeout the attempts filebot makes to TheTVDB

Post by Alfke »

Thank you for the speedy response!

Alfke
Licensed User
Post Reply