I was trying to use rutorrent to manage the torrent ratio settings, but it seems like I've got my settings all mixed up. Here's what I tried:
1. Disabled all the standard ratio group settings in .rtorrent.rc
2. Created a watch directory like so:
Code:
schedule = watch_directory_5,10,10,"load_start_verbose=/home/rt/torrent_downloads/hi/META/*.torrent, d.views.push_back_unique=rat_2, view.set_visible=rat_2"
3. Created a catch-all for torrents *not* uploaded via the WebUI and not via watch directories:
Code:
system.method.set_key = event.download.inserted_new,def_rat,"d.views.push_back_unique=rat_0;view.set_visible=rat_0"4. Made sure that rutorrent is brought up along with rtorrent
Code:
execute = {sh,-c,/usr/bin/php /usr/share/rutorrent/php/initplugins.php rt &}
When a torrent is added initially via the watch directory, it seems to work fine (see here). But once the torrent reaches 100%, it "reverts" back to the catch-all ratio group (like this)
I guess my question is - Is there anyway to assign watch directory torrents to one ratio but have torrents uploaded via WebUI assigned to another?
Version Info - My ruTorrent version is 3.1, SVN revision 1450 and my rTorrent version is 0.8.6-tarball (stable), all on Debian/Lenny.
1. Disabled all the standard ratio group settings in .rtorrent.rc
2. Created a watch directory like so:
Code:
schedule = watch_directory_5,10,10,"load_start_verbose=/home/rt/torrent_downloads/hi/META/*.torrent, d.views.push_back_unique=rat_2, view.set_visible=rat_2"
3. Created a catch-all for torrents *not* uploaded via the WebUI and not via watch directories:
Code:
system.method.set_key = event.download.inserted_new,def_rat,"d.views.push_back_unique=rat_0;view.set_visible=rat_0"4. Made sure that rutorrent is brought up along with rtorrent
Code:
execute = {sh,-c,/usr/bin/php /usr/share/rutorrent/php/initplugins.php rt &}
When a torrent is added initially via the watch directory, it seems to work fine (see here). But once the torrent reaches 100%, it "reverts" back to the catch-all ratio group (like this)
I guess my question is - Is there anyway to assign watch directory torrents to one ratio but have torrents uploaded via WebUI assigned to another?
Version Info - My ruTorrent version is 3.1, SVN revision 1450 and my rTorrent version is 0.8.6-tarball (stable), all on Debian/Lenny.