Skip to content

Add ratio of total uploads to downloads to Deluge torrent client.

License

Notifications You must be signed in to change notification settings

justindallen82/deluge-ratio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ever wanted to track your total uploads, downloads, and overall share ratio in Deluge?

Now you can!

./ratio_screenshot.png

The status bar format is simple:

share ratio = (total uploads / total downloads), each in gigabytes (GiB)

Installation

Before installing, it is probably a good idea to check that you have the latest version of Deluge installed.

Installing a Release Egg (easiest)

  1. Go to releases.
  2. Download the latest release egg.
  3. In Deluge go to Preferences -> Plugins, click Install plugin, then find where you downloaded the egg and select it.

Build an Egg

On Linux, clone this git repo and run ./distribute.sh.

Preferences

Save download and upload totals on quit

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.

Reset download and totals

If you want to start your totals from scratch, click this button.

Development

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.

Future

  • 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.

License

GPLv3, yo!

About

Add ratio of total uploads to downloads to Deluge torrent client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.3%
  • JavaScript 9.0%
  • Shell 1.7%