Skip to main content

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:
git clone https://github.com/Gyran/rutorrent-ratiocolor.git

Configuration

  • To colorize background only, execute the following command:
sed -i "s:changeWhat = \"font\";:changeWhat = \"cell-background\";:g" ~/www/rutorrent/plugins/ratiocolor/init.js

  • To colorize font only, execute the following command:
sed -i "s:changeWhat = \"cell-background\";:changeWhat = \"font\";:g" ~/www/rutorrent/plugins/ratiocolor/init.js

  • Refresh your ruTorrent webUI for the changes to take effect.