Search found 4 matches

by bobbygood
Fri Feb 20, 2015 9:22 am
Forum: Web Interface
Topic: Script / Email when complete
Replies: 3
Views: 12962

Re: Script / Email when complete

Hello, can someone tell me if this process is right please ?

I have created a file on my computer called complete.sh with inside :

#!/bin/bash

###
### Script to send an email when a torrent finishes
###

EMAIL=emailATmailDOTcom # Email address

printf "The torrent $TR_TORRENT_NAME has been ...
by bobbygood
Wed Feb 18, 2015 2:54 pm
Forum: Web Interface
Topic: Script / Email when complete
Replies: 3
Views: 12962

Script / Email when complete

Hello,

does someone can explain me step by step for a noob how can i create script and how t configure my Ubuntu server to receive an email when a file is completed please ?
I've tried many things but it doesn't work.

Thank you
by bobbygood
Tue Feb 17, 2015 10:33 pm
Forum: General
Topic: Email Notification Script (2014)
Replies: 1
Views: 2722

Re: Email Notification Script (2014)

Hello,
i need the same for me please :)

Thanx
by bobbygood
Thu Feb 12, 2015 12:13 am
Forum: Web Interface
Topic: How to Block Ratio and Download Queue ?
Replies: 0
Views: 3360

How to Block Ratio and Download Queue ?

Hello,
I want to use my Ubuntu server with Transmission for multiple users.
Everything is good except 2 things, i want to :
- block the ratio to 1
- block the download queue to 5
I want these setting for all users to have a good and shared Bandwidth.
I've changed the nano /etc/transmission-daemon ...