Hey guys,
I have been using rutorrent/rtorrent for the past couple of months, but have only recently started to automate the process of downloading and uploading. The downloading works perfectly but now I want rutorrent/rtorrent to auto upload when it completes downloading, I have another script that handles that, but rutorrent/rtorrent should call the script after downloaded, what I did was add an extra line to .rtorrent.rc, but with no luck.
Could some1 perhaps help me out here.
My first 5 lines of .rtorrent.rc:
# rTorrent configuration file
#
# While editing: please remember there are other people on your server!
system.method.set_key = event.download.finished,upload_torrent,"execute=/home/****/upload/wrapper,rtorrent,$d.get_chunk_size=,$d.get_base_path="
The above glowing part is what I added to the file to call the script, but it doesn't work? The other script is scars bash torrent uploader
I have been using rutorrent/rtorrent for the past couple of months, but have only recently started to automate the process of downloading and uploading. The downloading works perfectly but now I want rutorrent/rtorrent to auto upload when it completes downloading, I have another script that handles that, but rutorrent/rtorrent should call the script after downloaded, what I did was add an extra line to .rtorrent.rc, but with no luck.
Could some1 perhaps help me out here.
My first 5 lines of .rtorrent.rc:
# rTorrent configuration file
#
# While editing: please remember there are other people on your server!
system.method.set_key = event.download.finished,upload_torrent,"execute=/home/****/upload/wrapper,rtorrent,$d.get_chunk_size=,$d.get_base_path="
The above glowing part is what I added to the file to call the script, but it doesn't work? The other script is scars bash torrent uploader