[Request] Notification for finished torrents
hey,
It would be great to get notified when torrents are finished (or other states). Maybe with a hook after the torrent is finished for writing custom "notify-send" scripts.
What do you think?
This functionality is already available in transmission-daemon.
https://github.com/gangelop/dotfiles/blob/master/.config/transmission-daemon/settings.json#L54
https://github.com/gangelop/dotfiles/blob/master/.config/transmission-daemon/torrent-notify.sh
Would this cover your use-case?
this looks good, thank you!
but in my case, the transmission-daemon runs on a server, and I want to get the notification on my local client. my tremc is connected to the server, and my hope was to get the notification from tremc itself which runs locally.
any ideas?