shemanaev / jellyfin-plugin-webhooks

Webhooks for Jellyfin
MIT License
19 stars 0 forks source link

Tmdb ID for shows #5

Closed IgnisDa closed 1 year ago

IgnisDa commented 1 year ago

Hey, thanks for this project! I noticed that the default webhook does not send the tmdb ID for shows: image

But it does so for movies: image

Would this be possible to add this?

shemanaev commented 1 year ago

Hi. The reason is TMDB unlike others doesn't have id for specific episodes. Could you elaborate on your use cases?

IgnisDa commented 1 year ago

I am writing an integration for https://github.com/ignisda/ryot with Jellyfin. In that, a specific episode can be marked as seen.

doesn't have id for specific episodes

Actually, I just need the TMDb ID of the show, can figure out the episode from the rest of the payload. For example, 93405 for Squid Game. Will that be possible to add?

shemanaev commented 1 year ago

Yes, I can add series field with all it's metadata.

IgnisDa commented 1 year ago

That'd be great! Thanks!

shemanaev commented 1 year ago

Released new version with optional Series field in payload. Update plugin as usual via Jellyfin.