Home

Awesome

<p align="center"> <img src="https://raw.githubusercontent.com/itschasa/speedrr/master/images/speedrr_text.png" alt="speedrr" width="336" height="84"> <br/> <h1>speedrr - Dynamic Upload Speed Manager for Torrenting</h1> </p>

Change your torrent client's upload speed dynamically, on certain events such as:

This script is ideal for users with limited upload speed, however anyone can use it to maximise their upload speed, whilst keeping their Plex/Jellyfin streams buffer-free!

Features

Setup

Docker

Pull the image with:

docker pull itschasa/speedrr

Your config file should be stored outside of the container, for easy editing.

You can then add a volume to the container (like /data/), which points to a folder where your config is stored.

Example docker run command:

docker run -d
    -e SPEEDRR_CONFIG=/data/config.yaml
    -v /folder_with_config/:/data/
    --name speedrr
    --network host
    itschasa/speedrr

Unraid

  1. Open your console and run the following command:
cd /boot/config/plugins/dockerMan/templates-user && touch my-speedrr.xml && nano my-speedrr.xml
  1. Go to <a href="https://raw.githubusercontent.com/itschasa/speedrr/main/speedrr-unraid.xml">speedrr-unraid.xml</a>, and copy and paste it into your console.
  2. Press Ctrl+O, then Enter, then Ctrl+X (to save the file and exit).
  3. Open your WebUI > Docker > Add Container.
  4. Click Select a template, and select speedrr.
  5. The options should be fine as they are defaulted. Apply changes.
  6. Using the <a href="https://github.com/itschasa/speedrr/blob/main/config.yaml">template</a>, create config.yaml in your /appdata/speedrr/ folder, and fill out the config.
  7. Start/Restart the container in the WebUI.
  8. Check everything is working in the logs (Docker Logs).

Source

  1. Download the source code.
  2. Install Python 3.10 (other versions should work).
  3. Install the required modules with python -m pip install -r requirements.txt.
  4. Edit the config to your liking.
  5. Run python main.py --config_path config.yaml to start.

Contributing

Anyone is welcome to contribute! Feel free to open pull requests.

Issues and Bugs

Please report any bugs in the <a href="https://github.com/itschasa/speedrr/issues">Issues</a> section.

Feature Suggestions

Got an idea for the project? Suggest it <a href="https://github.com/itschasa/speedrr/issues">here</a>!