[TheTVDB] Newly translated episode titles not showing

All your suggestions, requests and ideas for future development
Post Reply
Bazzu85
Posts: 51
Joined: 16 Nov 2016, 19:28

[TheTVDB] Newly translated episode titles not showing

Post by Bazzu85 »

Hi,

in the last days tvdb guys had released the v3 version..

I don't know if the api need to be updated but I'm noticing that quering the info of episodes for a season that I've translated yesterday I don't have the italian names..

and if you're asking, Yes, I've cleared the filebot cache with ctrl+shift+del key..

as additional info...I use emby as mediaserver and some days ago they had updated the tvdb plugin and refreshing the episode I've translated I've the correct name language..
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: New Tvdb site version

Post by rednoah »

1.
Can you provide link / series name / episode number for the newly translated records?


:idea: Note that there will be caching on many levels. You can clear the client-side cache. But there is likely gonna be some some level of caching on the server-side API, perhaps additional caching on the CloudFlare edge server. I'd expect it takes at least a few hours for changes to propagate.


Please run these commands and post the console output:

Code: Select all

filebot -script fn:sysinfo

Code: Select all

filebot -clear-cache

2.
My understanding is that TheTVDB v3 refers to the newly designed website, and not the API. The API, which is currently at v2, remains unchanged:
https://api.thetvdb.com/swagger
:idea: Please read the FAQ and How to Request Help.
Bazzu85
Posts: 51
Joined: 16 Nov 2016, 19:28

Re: New Tvdb site version

Post by Bazzu85 »

rednoah wrote: 02 Aug 2019, 09:41 1.
Can you provide link / series name / episode number for the newly translated records?


:idea: Note that there will be caching on many levels. You can clear the client-side cache. But there is likely gonna be some some level of caching on the server-side API, perhaps additional caching on the CloudFlare edge server. I'd expect it takes at least a few hours for changes to propagate.


Please run these commands and post the console output:

Code: Select all

filebot -script fn:sysinfo

Code: Select all

filebot -clear-cache

2.
My understanding is that TheTVDB v3 refers to the newly designed website, and not the API. The API, which is currently at v2, remains unchanged:
https://api.thetvdb.com/swagger
Thx for reply me..

Now I'm not at home but this evening I'll try these commands..

Regarding first point..
you can check on tvdb and filebot power ranger season 13.. All episode have italian translation..

Thx
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [TheTVDB] Newly translated episode titles not showing

Post by rednoah »

Indeed. I don't get Italian titles for Season 13:

Code: Select all

filebot -list --q "Power Rangers" --db TheTVDB --lang Italian --filter "s == 13" --log OFF
Power Rangers - 13x01 - Beginnings (1)
Power Rangers - 13x02 - Beginnings (2)
...

Works for Season 11 though:

Code: Select all

filebot -list --q "Power Rangers" --db TheTVDB --lang Italian --filter "s == 11" --log OFF
Power Rangers - 11x01 - L'Accademia Ninja
Power Rangers - 11x02 - La Pergamena Del Potere
Power Rangers - 11x03 - Sfida Sulla Spiaggia

Let's give it 2-3 days and see what happens.
:idea: Please read the FAQ and How to Request Help.
Bazzu85
Posts: 51
Joined: 16 Nov 2016, 19:28

Re: New Tvdb site version

Post by Bazzu85 »

rednoah wrote: 02 Aug 2019, 09:41 1.
Can you provide link / series name / episode number for the newly translated records?


:idea: Note that there will be caching on many levels. You can clear the client-side cache. But there is likely gonna be some some level of caching on the server-side API, perhaps additional caching on the CloudFlare edge server. I'd expect it takes at least a few hours for changes to propagate.


Please run these commands and post the console output:

Code: Select all

filebot -script fn:sysinfo

Code: Select all

filebot -clear-cache

2.
My understanding is that TheTVDB v3 refers to the newly designed website, and not the API. The API, which is currently at v2, remains unchanged:
https://api.thetvdb.com/swagger
here's:

Code: Select all

PS C:\Program Files\FileBot> filebot -clear-cache
Clear cache
* Delete C:\Users\elbaz\AppData\Roaming\FileBot\cache\0
* Delete C:\Users\elbaz\AppData\Roaming\FileBot\cache\1
PS C:\Program Files\FileBot> filebot -script fn:sysinfo
FileBot 4.8.5 (r6224)
JNA Native: 5.2.2
MediaInfo: 18.12
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-05-15 (r565)
Groovy: 2.5.6
JRE: OpenJDK Runtime Environment 11.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 57 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Activate License P5613990
License: FileBot License P5613990 (Valid-Until: 2019-09-14)
Done ?(?????)?
PS C:\Program Files\FileBot>
Bazzu85
Posts: 51
Joined: 16 Nov 2016, 19:28

Re: [TheTVDB] Newly translated episode titles not showing

Post by Bazzu85 »

here's a response in tvdb forum: https://forums.thetvdb.com/viewtopic.php?f=118&t=57706

to be specific:
Other - the API is currently in limbo, with v1 having launched and v2 still waiting on some db indexes. I believe this should be resolved shortly. I'm not sure why the API isn't working for Kodi and Emby, who I believe both use v1. The focus is on getting v2 API out and then we can dig into that specific instance. The API should be fully backward compatible, so this will get looked at.
Post Reply