Possible to notify users once content is downloaded? #54

Closed
opened 2025-11-20 04:16:33 -05:00 by saavagebueno · 5 comments
Owner

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?

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?
saavagebueno added the enhancementwontfix labels 2025-11-20 04:16:33 -05:00
Author
Owner

@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.

@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.
Author
Owner

@pau1h commented on GitHub (Mar 13, 2022):

Yeah, I could see that being really difficult. Thank you for the response!

@pau1h commented on GitHub (Mar 13, 2022): Yeah, I could see that being really difficult. Thank you for the response!
Author
Owner

@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

@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
Author
Owner

@MadsMighty commented on GitHub (Apr 7, 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.

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

@MadsMighty commented on GitHub (Apr 7, 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. 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
Author
Owner

@kiranshila commented on GitHub (Apr 7, 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.

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

I never said it wasn't possible - just that I'd rather not implement it.

@kiranshila commented on GitHub (Apr 7, 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. > > 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 I never said it wasn't possible - just that I'd rather not implement it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#54