lardbit / nefarious

Web application for automatically downloading TV & Movies (w/ VPN)
https://lardbit.github.io/nefarious/
GNU General Public License v3.0
1.03k stars 77 forks source link

[Feature] Notifications for each specific user #155

Open Shadowevil015 opened 2 years ago

Shadowevil015 commented 2 years ago

Hi!

I'm currently really liking the new (i think new?) notification system which uses Apprise, but it would be nice if I could set separate notification methods, for each specific user, and tell them when their selected item was downloaded, and not others.

An example of this would be if User1 started watching a Venom, and once it's downloaded, it sends a notification to just User1, using the notification service setup for them, in this case an email. If User2 started watching Spiderman, then once it's finished, User2 will receive a notification from their specified service, in this case discord webhook.

I'm not a developer by any means, so I have no idea if this is possible, or the difficulty of implementation, but I thought it would be a nice feature when Nefarious is being used by multiple users.

Thanks!

lardbit commented 2 years ago

That's a great idea! I'll keep this open until I have time to implement it.

Thanks.