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, 02:05 AM
Post: #2
Ragman Offline
Registered
Posts: 7
Joined: Feb 2015
Reputation: 0
RE: Remove finished torrent script (transmission)
So i've been searching around and tinkered a bit.
this is what i came up with:

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

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

I read somewhere that the script that runs on_Done get fed the torrent var's. so $TR_TORRENT_ID should get the ID from the torrent that triggered the script.
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: 21st Jun, 2025, 08:28 PM Powered By MyBB, © 2002-2025 MyBB Group.