Search found 6 matches

by Popolani
Sat Oct 06, 2012 6:46 pm
Forum: Mac Requests
Topic: Make the script work
Replies: 3
Views: 4152

Re: Make the script work

So if I am using Apple Mail, do you think this line is all right ?
NAIL=/usr/bin/mailx
by Popolani
Fri Oct 05, 2012 8:28 pm
Forum: Mac Requests
Topic: Make the script work
Replies: 3
Views: 4152

Make the script work

Hi,
I would like to receive an e-mail when a torrent is fully downloaded. I found this script in the forum :
https://trac.transmissionbt.com/browser/trunk/extras/send-email-when-torrent-done.sh
I am a total newbie and I don't get this line :

# Where "nail" is installed on your system.
# We need ...
by Popolani
Sun Apr 15, 2012 8:13 pm
Forum: Mac Support
Topic: Script on completion
Replies: 3
Views: 8624

Re: Script on completion

Sorry to bother you again but it is not working for me !
I did what you said and I have this black icon on my desktop. I gave the path of this file in Transmission preferences and nothing happens when a download is completed.
Basically, I don't understand how deleting the rtf extension makes this ...
by Popolani
Sun Apr 15, 2012 11:33 am
Forum: Mac Support
Topic: Script on completion
Replies: 3
Views: 8624

Re: Script on completion

I have problems to set the path in the terminal window.
Let's say my TextEdit file is on the desktop, saved as "Script.rtf
I enter this line in the Terminal : chmod +x <Desktop/Script.rtf>
but I have this answer : -bash: syntax error near unexpected token `newline'
What did I do wrong ?
Thanks.
by Popolani
Mon Feb 20, 2012 4:30 pm
Forum: Mac Support
Topic: Script on completion
Replies: 3
Views: 8624

Re: Script on completion

Thank you very much for your reply. However I must have misunderstood something because it doesn''t work for me. I paste the following lines in an applescript window and tried to execute but I have an alert message.

#!/bin/bash
mail -s <my e-mail@gmail.com> <<EOF
Subject: "$TR_TORRENT_NAME ...
by Popolani
Sat Feb 18, 2012 9:51 pm
Forum: Mac Support
Topic: Script on completion
Replies: 3
Views: 8624

Script on completion

Hi guys,
I am a very happy user of Transmission and I would like to use the script option on download completion. I think what I'm looking for is simple but I don't know one thing about scripting. The script would send an e-mail displaying the name of the completed torrent and the time of completion ...