Skip to content
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

Filter out episode notifications when adding a new TV show/season #31

Open
Gusty9A opened this issue May 17, 2021 · 5 comments
Open

Filter out episode notifications when adding a new TV show/season #31

Gusty9A opened this issue May 17, 2021 · 5 comments
Labels
feature This PR or Issue requests or introduces a new feature

Comments

@Gusty9A
Copy link

Gusty9A commented May 17, 2021

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.

@crobibero crobibero added the feature This PR or Issue requests or introduces a new feature label Jun 26, 2021
@DragoPrime
Copy link

Untick Episodes in Item Type in Settings.

@EL-R1
Copy link

EL-R1 commented Jun 3, 2022

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.

@Fallenbagel
Copy link
Contributor

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:
image

Currently only telegram & ntfy & discord is supported but I'm adding other notification agents

@massijay
Copy link

massijay commented Nov 3, 2023

Solving this would be awesome!

@fernvenue
Copy link

fernvenue commented Dec 21, 2024

Hey guys, I just built jellyfin-plugin-webhook-episodes-merger can help with this, this tool is a middleware that listens to a TCP port and receives requests from the Webhook Plugin. It completes batch pushes by creating queues, avoiding the need to notify each Episode individually. This ensures that notifications for Episodes are maintained without sending a large number of notifications due to a rapid update of a batch of Episodes.

Image

Welcome everyone to use it. If you have any questions, you can provide feedback in the issue section, and contributions of code via pull requests are also welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This PR or Issue requests or introduces a new feature
Projects
None yet
Development

No branches or pull requests

8 participants
@massijay @crobibero @EL-R1 @Gusty9A @fernvenue @Fallenbagel @DragoPrime and others