Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Remove finished torrent script (transmission)
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Remove finished torrent script (transmission)
25th Feb, 2015, 04:38 AM
Post: #4
Ragman Offline
Registered
Posts: 7
Joined: Feb 2015
Reputation: 0
RE: Remove finished torrent script (transmission)
Ha! i got it figured.

*I've stopped the transmission service in putty through the xbian GUI.

* Next i've made this script and put it into /home/xbian/t-clean.sh

Code:
#!/bin/bash
PORT="Your_Port"
USER="Your_Login"
PASS="Your_Password"

transmission-remote $PORT --auth $USER:$PASS  --torrent $TR_TORRENT_ID --remove
done

* next i've edit the /etc/transmission/settings.json

Code:
"script-torrent-done-enabled": true,
    "script-torrent-done-filename": "/home/xbian/t-clean.sh",

* Start Transmission again in the Xbian GUI

now it seems to works like a charm.
The longer script in my first post also works. Seems like i just needed to stop transmission before editing the files.

Cheers, thnx for the forum space to set up my trail of thoughed. ;P
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Remove finished torrent script (transmission) - Ragman - 25th Feb, 2015, 12:47 AM
RE: Remove finished torrent script (transmission) - Ragman - 25th Feb, 2015, 02:05 AM
RE: Remove finished torrent script (transmission) - Ragman - 25th Feb, 2015, 03:22 AM
RE: Remove finished torrent script (transmission) - Ragman - 25th Feb, 2015 04:38 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 29th May, 2025, 12:09 PM Powered By MyBB, © 2002-2025 MyBB Group.