Skip to main content

Multiclient bittorrent webui

Project description

This is a web frontend that can combine multiple torrent clients into one. Designed for the power-user who wants an overview and manage existing torrents.

The interface is based on ag-grid to provide stellar performance even with a large amount of torrents. As a plus it will also look a bit like a spreadsheet.

spreadsheetui.png

Requirements

  • Python 3.7 or higher

Installation

Linux

# Create a folder to put it all into
mkdir spreadsheetui
cd spreadsheetui

# Create a python virtual environment and install spreadsheetui into it
python3 -m venv env
env/bin/pip install spreadsheetui

# Download an example config file, remember to modify it
curl -L -o config.toml https://github.com/JohnDoee/spreadsheetui/raw/master/config.toml.example

# Start the UI
env/bin/twistd spreadsheetui

Docker

# Create a folder to put it all into
mkdir spreadsheetui
cd spreadsheetui

# Download an example config file, remember to modify it
curl -L -o config.toml https://github.com/JohnDoee/spreadsheetui/raw/master/config.toml.example

curl -L -o docker-compose.yml https://github.com/JohnDoee/spreadsheetui/raw/master/docker-compose.yml
docker-compose up -d

Configuration

Edit config.toml to fit your needs.

Remember to change username, password. The secret_key should also be changed, anything random will do.

You can add as many clients as you want, see the provided examples for syntax.

When you are done and have started Spreadsheet UI, it is accessible on port 18816

If you need to use a proxy layer to access your client (e.g. with Docker) check out liltorrent.

Moving torrents

For torrent moving to work, the session_path must be correct, see more about session_path here

Features

Clients:

  • rtorrent

  • Deluge

  • Transmission

  • qBittorrent

Methods:

  • List all torrents

  • Start / stop torrents

  • Move torrents between clients

Logo / icon

spreadsheet by Adrien Coquet from the Noun Project

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spreadsheetui-1.1.0.tar.gz (853.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page