I have these defined in my rtorrent.rc
Code:
group.insert_persistent_view = rat_0
group.rat_0.ratio.enable=
group.rat_0.ratio.min.set=150
group.rat_0.ratio.max.set=10000
group.rat_0.ratio.upload.set=50
system.method.set = group.rat_0.ratio.command, "d.stop=; d.close="
group.insert_persistent_view = rat_1
group.rat_1.ratio.enable=
group.rat_1.ratio.min.set=250
group.rat_1.ratio.max.set=10000
group.rat_1.ratio.upload.set=50
system.method.set = group.rat_1.ratio.command, "d.stop=; d.close="
group.insert_persistent_view = rat_2
group.rat_2.ratio.enable=
group.rat_2.ratio.min.set=350
group.rat_2.ratio.max.set=10000
group.rat_2.ratio.upload.set=50
system.method.set = group.rat_2.ratio.command, "d.stop=; d.close="
group.insert_persistent_view = rat_3
group.rat_3.ratio.enable=
group.rat_3.ratio.min.set=450
group.rat_3.ratio.max.set=10000
group.rat_3.ratio.upload.set=50
system.method.set = group.rat_3.ratio.command, "d.stop=; d.close="
and I have this in my ratio conf.php file
Code:
<?php
// configuration parameters
define('MAX_RATIO', 4);
$isAutoStart = false; // if false, then you need start plugin mannualy.
Now when I add a new torrent, what is the default ratio in case I did not select one from the group? What is the use of the groups defined in rtorrent configuration file if the plugin values are different than what is in rtorrent config file?!!
I am not sure that I know fully how this plugin actually work! I do not get any errors now, the ratio works if set using the plugin, but the values defined in the plugin are different than the ones defined in rtorrent configuration file, and there is no default value for a newly added torrent. I am sure that my lack of knowledge is to blame not the coders...
I would really appreciate an urgent clarification for a n00b
thnx in advance