mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-28 00:02:32 -04:00
Possible to notify users once content is downloaded? #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pau1h on GitHub (Mar 11, 2022).
Love the bot, it's simple and works consistently. I'm wondering if it's possible to send a user a message on discord once their content is downloaded?
@kiranshila commented on GitHub (Mar 11, 2022):
I think it's outside the scope of this bot - mainly because there are some technical details which are really best left to other apps.
Primarily, I'd have to keep track of all pending requests and constantly poll the backends to check if there's been changes in status, which is annoying. There isn't really a way to have the backends push updates to the bot.
I think the best alternative is to use either webhooks or Notifiarr to get media updates in a channel that everyone can see, at least until I figure out a good way to do it.
@pau1h commented on GitHub (Mar 13, 2022):
Yeah, I could see that being really difficult. Thank you for the response!
@giplgwm commented on GitHub (Mar 14, 2022):
The best method i found for updates about downloads was to set up tautulli and have it send discord notifications when new media becomes available on your plex server
@MadsMighty commented on GitHub (Apr 7, 2022):
I'm curious, how did Requestrr manage this feature from the get go for so long? It seems like it was at least possible for more than one project
@kiranshila commented on GitHub (Apr 7, 2022):
I never said it wasn't possible - just that I'd rather not implement it.