Hi,
I'm querying this:
https://thetvdb.com/series/the-purge
in filebot (using 4.8.6) choosing the language (italian for example) returns always the english titles
other show works well (tried Arrow)..
are this api problems?
see screen: https://drive.google.com/file/d/1wjRoi2 ... sp=sharing
ps: trying for example German as the same behavior
thx
Missing italian titles for a show
Re: Missing italian titles for a show
Fundamentally, it does work:
I do get English titles for The Purge as well though:
Presumably, nobody has bothered to enter Italian titles into the database yet?
If Italian titles have been entered, but only like within the last few days, then caching might be at play.
Code: Select all
$ filebot -list --q "Firefly" --db TheTVDB --lang Italian
Firefly - 1x01 - L'affare del treno
Firefly - 1x02 - Il sopravvissuto
...
Code: Select all
$ filebot -list --q "The Purge" --db TheTVDB --lang Italian
The Purge - 1x01 - What is America?
The Purge - 1x02 - Take What's Yours
...


Re: Missing italian titles for a show
Thx for your reply..rednoah wrote: ↑13 Mar 2020, 07:03 Fundamentally, it does work:I do get English titles for The Purge as well though:Code: Select all
$ filebot -list --q "Firefly" --db TheTVDB --lang Italian Firefly - 1x01 - L'affare del treno Firefly - 1x02 - Il sopravvissuto ...
Code: Select all
$ filebot -list --q "The Purge" --db TheTVDB --lang Italian The Purge - 1x01 - What is America? The Purge - 1x02 - Take What's Yours ...
Presumably, nobody has bothered to enter Italian titles into the database yet?
If Italian titles have been entered, but only like within the last few days, then caching might be at play.
I can confirm the italian translation for both the seasons is present..
Additionally days ago the first season returned the correct Italian translations..
I tried to manually reset filebot cache, same results
Re: Missing italian titles for a show
TheTVDB was down a few times this week. I guess they made a few changes. Please report the issue in the TheTVDB Forums as well and see what they think about it.
Re: Missing italian titles for a show
thx...an additional info..rednoah wrote: ↑13 Mar 2020, 09:54 The latest one: The TVDB REST API (v3.0.0)
https://api.thetvdb.com/swagger
using the swagger, how can I query the italian episodes?
I can query the episodes in original language (english)..
Re: Missing italian titles for a show
Probably not. FileBot already does query Italian episodes, and then gets English episodes in response.