I played a little with sed and made some changes to the script
#!/bin/sh
# Automatically remove a torrent and delete its data after a specified period of
# time (in seconds).
TARGET="/share/Torrents/Downloaded"
BIN="/opt/bin/transmission-remote 127.0.0.1:49091 -n user:pass"
#(in seconds).
CUTOFF ...
Search found 2 matches
- Sat Oct 12, 2019 12:00 pm
- Forum: General
- Topic: Auto-remove after X time script
- Replies: 13
- Views: 37967
- Sat Jun 01, 2019 5:43 am
- Forum: General
- Topic: Auto-remove after X time script
- Replies: 13
- Views: 37967
Re: Auto-remove after X time script
Hi all. I tried the previous script in a QNAP NAS, and I couldn't make it work. Mainly I think, because I use multiple folders for completed torrents, and I only wanted it to take effect on a specific one. So I fiddle around and I modified it, to suit my situation. It uses the "Seeding Time" of the ...