-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linked Movies as Specials Are Missing Title and Overview #289
Comments
@markus101 this appears to be a bug in the API. It's been ticketed and I'll let you know when it is out. |
moreover, episodes endpoint (https://api4.thetvdb.com/v4/series/330139/episodes/default) without "/eng" language variable has "linkedMovie" key for the movie entries. In this one it's lost. |
I've added the data @ekleop but this ticket is still in grooming. |
Is there anything new to resolve this issue? It's already 6 weeks old now. |
This will be handled in a few weeks @Marly212. We are working with reduced resources at the moment. |
Any new Updates regarding this issue? |
We have a PR against it, but our platform engineer is on vacation. I think it'll be another week. My apologies @Marly212 |
Is your platform engineer back from vacation yet? |
@Marly212 @ekleop @markus101 we just released this last night. Please let me know if you continue to experience issues. |
Disclaimer: I can't test these things directly with the API because I don't have an API key. I've noticed the same error with my workflow, which is organizing my files with Sonarr and importing them into Jellyfin. I also did my testing with the Violet Evergarden specials. https://thetvdb.com/series/violet-evergarden/seasons/official/0 The "name" field appears to be fixed. At least Sonarr gets the proper titles. Jellyfin can't find the name for https://thetvdb.com/series/violet-evergarden/episodes/9513840 but that might be a problem on Jellyfin's end. I noticed that in the original post, the "image" fields were null. Have you already taken that into account? All I can say is that Jellyfin only finds one image for the non-movie special https://thetvdb.com/series/violet-evergarden/episodes/6497072 but not for the other two. I could also imagine that Jellyfin finds an image but the imageType is wrong. Maybe someone with API key can check if the "image" field for movie specials is still null or not. |
A couple of things @fatSquirrel42 .
|
|
It's expected because the linked movie: https://thetvdb.com/series/violet-evergarden/episodes/9513840 doesn't have an episode image. Simply adding one there will correct the problem of no image being available. |
Titles and |
Specials that are movies linked to a series are missing both title and overview, in addition
isMovie
is0
.Specials on TheTVDB:
https://thetvdb.com/series/violet-evergarden/seasons/official/0
API route requested:
https://api4.thetvdb.com/v4/series/330139/episodes/official/eng
For brevity, these are the 3 specials that are returned, the first is a "proper" episode with all the expected information, the second and third are incomplete.
This issue also affects other series, such as https://thetvdb.com/series/that-time-i-got-reincarnated-as-a-slime/seasons/official/0
The text was updated successfully, but these errors were encountered: