shemanaev / jellyfin-plugin-webhooks

Webhooks for Jellyfin
MIT License
19 stars 0 forks source link

Episode numbers for TV shows #6

Closed IgnisDa closed 1 year ago

IgnisDa commented 1 year ago

The Pause event for this webhook (with Default format) gives this payload: https://pastebin.com/hkL6CnW2.

As you can see, it does not contain details about the Season Number (1 here, just contains SeasonName which is a string) and Episode Number (1 here). Can this be added to the payload?

EDIT: It does contain SortName: 001 - 0001 - <Name> which might work but I am not sure what it is.

shemanaev commented 1 year ago

Season - ParentIndexNumber Episode - IndexNumber