Thursday, December 12, 2013

How to send Pushover notification from Transmission

UPDATE: Before using below script --> sudo apt-get install curl

1. Create a file with name transfinish.sh
sudo nano /var/lib/transmission-daemon/transfinish.sh
This will create a new file.
2. Create a new application for transmission in pushover by giving the name , type = script , icon etc.
3. Supply API code for app and user in below code and and paste in transfinish.sh code

4. Save the file. 

5. execute chmod 755 transfinish.sh
chmod +x ttransfinish.sh
6. Add below lines in the transmission configuration file
"script-torrent-done-enabled": true, "script-torrent-done-filename": "/path/to/where/you/saved/transfinish.sh",





No comments:

Post a Comment