I just recently got rutorrent up and running on my existing rtorrent install and when I enable rutorrent (well, the scgi options in rtorrent, it might not be rutorrent specifically), rtorrent completely ignores my schedule and system method commands. Comment out the scgi line in rtorrent and everything goes back to working fine. Anyone know why this is and how to fix it, or is it a function of rtorrent and I just have to give up using another UI or give up rtorrent automation?
My rtorrent settings:
Code:
# Watch a directory for new torrents, and stop those that have been
# deleted.
schedule = watch_directory,30,30,load_start=/media/storage/public/watch/*.torrent
schedule = untied_directory,30,30,stop_untied=
# Move completed torrents and change their permissions
system.method.set_key = event.download.finished,change_ownership,"execute=chown,-R,rtorrent:users,$d.get_base_path="
system.method.set_key = event.download.finished,change_permission,"execute=chmod,-R,ug+rwX,$d.get_base_path="
system.method.set_key = event.download.finished,move_complete,"d.set_directory=/media/storage/public/downloads;execute=mv,-u,$d.get_base_path=,/media/storage/public/dow
My rtorrent settings:
Code:
# Watch a directory for new torrents, and stop those that have been
# deleted.
schedule = watch_directory,30,30,load_start=/media/storage/public/watch/*.torrent
schedule = untied_directory,30,30,stop_untied=
# Move completed torrents and change their permissions
system.method.set_key = event.download.finished,change_ownership,"execute=chown,-R,rtorrent:users,$d.get_base_path="
system.method.set_key = event.download.finished,change_permission,"execute=chmod,-R,ug+rwX,$d.get_base_path="
system.method.set_key = event.download.finished,move_complete,"d.set_directory=/media/storage/public/downloads;execute=mv,-u,$d.get_base_path=,/media/storage/public/dow