jellyfin-plugin-webhook
jellyfin-plugin-webhook copied to clipboard
Filter out episode notifications when adding a new TV show/season
With current setup, you get notifications for each and every episode when adding a new show or season.
It would be great have a feature to filter out episode notifications when adding a whole new show or a season. Thanks.
Untick Episodes in Item Type in Settings.
Untick Episodes in Item Type in Settings.
For me I want to make a difference between individuals episodes and an entire season
For exemple if I only add episodes in a season folder I would like to notify only for those episodes but if I add the folder of the season I wouldn't like to notify all the episodes only the season that've just added.
This might not be a permanent solution (I am working on adding such a feature to this plugin) but for the time being you could try my man in the middle script for this plugin:
webhook-consolidator
which would send just one message after accumulating and merging all the notifications sent by the plugin within a set period of time (schedule).
so it looks like this:
Currently only telegram & ntfy & discord is supported but I'm adding other notification agents
Solving this would be awesome!