Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Is it possible to configure Transmission to send an email when the torrent download is finish?
This is the only feature that keeps me using BitTorrent add-on for DNS-323 (because it can send e-mails).
Thanks
Offline
Yes, Transmission has post download actions that can do anything you script it to do including sending emails.
Offline
Thanks FunFiler.
Can you point in the right direction to where can I get this script? I'm totally newbie with Linux.
Offline
The directives for settings.json are:
"script-torrent-done-enabled": true, "script-torrent-done-filename": "[path][script_name].sh",
I don't have an example script as I don't require notification but I am pretty sure I saw an example posted here somewhere. If not, lots of examples on google. You may require some other packages too though.
Offline
Thanks Fun,
So I just need to point this settings.json to a script.sh that send the email right?
Ok, I'll do my research to find some scripts that send emails.
Offline
surfing10 wrote:
Thanks Fun,
So I just need to point this settings.json to a script.sh that send the email right?
Ok, I'll do my research to find some scripts that send emails.
I'm actually trying to do the same. I found the following script:
https://trac.transmissionbt.com/wiki/Sc … ilNotifier
Please post if you get something working, I will be doing the same as well.
Last edited by thatdude (2010-12-16 21:14:49)
Offline
Thatdude, I had found another one in Transmission website:
https://trac.transmissionbt.com/browser … nt-done.sh
Seems to work even with SMS but I'll try only the email option.
Offline
surfing10 wrote:
Thatdude, I had found another one in Transmission website:
https://trac.transmissionbt.com/browser … nt-done.sh
Seems to work even with SMS but I'll try only the email option.
What is the command you using in your script to send email. That is if you do have it working? I can't get anything to work.
Offline
thatdude wrote:
surfing10 wrote:
Thatdude, I had found another one in Transmission website:
https://trac.transmissionbt.com/browser … nt-done.sh
Seems to work even with SMS but I'll try only the email option.What is the command you using in your script to send email. That is if you do have it working? I can't get anything to work.
I didn't try yet. I'm trying to solve my hibernation problem first.
Offline