ruTorrent Ratiocolor plugin
ruTorrent Ratiocolor plugin
Ratiocolor is a ruTorrent plugin that will colorize the ratio column in different colors depending on the ratio level.
Requirements
- Both rTorrent and ruTorrent needs to be installed
- SSH access, see this guide
Installation
- Login to your Ultra slot via SSH
- Once you've successfully logged in, execute the following command:
cd ~/www/rutorrent/plugins/
- Next, execute the following command:
svn co https://github.com/Gyran/rutorrent-ratiocolor.git/trunk ratiocolor
- Lastly, execute the following command:
sed -i "s:changeWhat = \"cell-background\";:changeWhat = \"font\";:g" ~/www/rutorrent/plugins/ratiocolor/init.js
- The installation is complete, and now you can refresh your ruTorrent webUI for the changes to take effect.
Configuration
By following the installation instructions in this guide, the coloring will only be applied to the font as shown in the below image. If you would rather prefer the column background to be colorized instead of the font, simply execute one of the two commands found below.
- To colorize font only, execute the following command:
sed -i "s:changeWhat = \"cell-background\";:changeWhat = \"font\";:g" ~/www/rutorrent/plugins/ratiocolor/init.js
- To colorize background only, execute the following command:
sed -i "s:changeWhat = \"font\";:changeWhat = \"cell-background\";:g" ~/www/rutorrent/plugins/ratiocolor/init.js
- Refresh your ruTorrent webUI for the changes to take effect.