qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
27.31k stars 3.9k forks source link

Pushover notification #17209

Open Nicode70 opened 2 years ago

Nicode70 commented 2 years ago

Suggestion

Hi,

Is it possible to have a pushover integration built right into qbittorrent? It would be very very helpful to be notified once a torrent is finished download.

thank you.

Use case

No response

Extra info/examples/attachments

No response

AN1MATEK commented 1 year ago

I second this, great feature.

luzpaz commented 11 months ago

Do you mean push notifications? #16414

epsimatic commented 2 months ago

OP likely meant Pushover, a commercial web service. It's often used by homelab people as multi-source, multi-destination notification hub. It's quite cheap and needs no recurring payment. I would like that to be supported, too.

There currently are two notification methods for qbittorrent: email and script.

AN1MATEK commented 2 months ago

Pushover with the script works very well. I have it setup and get tons of notifications for different events.

epsimatic commented 1 month ago

UPD: No need for a Pushover script either if you have curl installed (you most certainly do).

Torrent downloaded command:

curl -s --form-string "message=%N (%L)" --form-string "title=Torrent downloaded" --form-string "priority=-1" --form-string "token=APP_TOKEN" --form-string "user=USER_KEY" https://api.pushover.net/1/messages.json

Replace: