jellyfin-plugin-webhook
jellyfin-plugin-webhook copied to clipboard
Feature request: more variables available to templates
When creating templates, this variables are available:
- SeriesName
- SeasonNumber
- EpisodeNumber
- And some others
I suggest, when the Item is an Episode, to add the following variables:
Those variables would be very useful to create templates that include links to that information.
Also, in BaseItem there are some interesting variables that could also be added:
Thank you
+1 to this. I was going to ask for the exact same thing. Specifically, SeriesId and SeasonId would be valuable for embedding series or season images in notifications. For example,
{{ServerUrl}}/Items/{{SeasonId}}/Images/Primary
which would link to and image which could be embedded like I currently am for Tautulli and Plex:
+1, would love to see this.
I would also like to see a Quality variable.
As you can see im missing quite a few things compared to Plex.
SeasonId has been added in https://github.com/jellyfin/jellyfin-plugin-webhook/commit/47aa78b057bc1ea9f3c4ee6dc5178c8f9b9444ce.
I'll try to do the other ones too.
FYI: SeriesId
, AirTime
, EpisodePremiereDate
, SeriesPremiereDate
and Genres
have also been added!
Will make sure movies work too with PremiereDate
.
Hi, I think more variables like library name (where the item belongs), video resolution and file size would be useful too