oae / kaizoku

Self-hosted manga downloader
https://kaizoku.app
MIT License
577 stars 34 forks source link

Improvement to telegram Bot #39

Open Sakooooo opened 1 year ago

Sakooooo commented 1 year ago

Feature Description

When I tried to use the telegram bot the bot likes to send messages for every single chapter found, this is bad when you are downloading a new manga and there are alot of chapters for that one manga.

Solution you would like

a bar like thing where the percent gets edited for example "Downloading One Piece 1% [ ]" instead of "Chapter Grabbed" over and over thanks!

Alternatives you have considered

No response

Additional context

No response

vodkapmp commented 1 year ago

Maybe one could have a notification delay similar to how Tautulli does it for updates to plex libraries? It has a setting called "Recently Added Notification Delay" where you can set how many seconds it should wait after a new item is added before sending a notification, and then groups them up. You could then get a notification like "Chapters 1-185 Grabbed" when there has been no new things added after the x amount of seconds/minutes it is set to.

Sakooooo commented 1 year ago

Maybe one could have a notification delay similar to how Tautulli does it for updates to plex libraries? It has a setting called "Recently Added Notification Delay" where you can set how many seconds it should wait after a new item is added before sending a notification, and then groups them up. You could then get a notification like "Chapters 1-185 Grabbed" when there has been no new things added after the x amount of seconds/minutes it is set to.

good idea