Ever wanted to track your total uploads, downloads, and overall share ratio in Deluge?
Now you can!
The status bar format is simple:
share ratio = (total uploads / total downloads), each in gigabytes (GiB)
Before installing, it is probably a good idea to check that you have the latest version of Deluge installed.
- Go to releases.
- Download the latest release egg.
- In Deluge go to
Preferences -> Plugins
, clickInstall plugin
, then find where you downloaded the egg and select it.
On Linux, clone this git repo and run ./distribute.sh
.
By default you save your download and upload totals across Deluge sessions.
Your totals are also saved about once a minute so you shouldn’t lose much of your totals data if Deluge or the computer suddenly crashes.
If you want to start your totals from scratch, click this button.
On Linux, run ./create_dev_link.sh
which will create a link file in
your Deluge plugins folder. This way you can work on the plugin
without having to reinstall it to test every change.
However you still have to restart Deluge to test latest changes.
- Use a custom icon instead of gtk stock PLUS symbol.
- Add option to hide ratio upload/download totals.
- Auto-adjust upload/download totals to TiB.
GPLv3, yo!