Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 910 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 910 Bytes

delauncher

Send magnet links or torrent files from your browser to a deluge server with a single click

screenshot notification

How does it work

Access delauncher under Applications > Internet > Delauncher and configure the deluge server URL and the password for the Web UI.

After that, clicking a magnet or torrent link on your browser will send it to the deluge server queue.

How to build

Dependencies

Packages required:

  • libglib2.0-dev
  • libgtk-3-dev

Build

make

How to install

Via package

Download the latest version from https://github.com/adelolmo/delauncher/releases/latest

# apt-get install libnotify-bin
# dpkg -i delauncher_1.5.0_amd64.deb

Via debian/ubuntu repository

Setup repository

Follow the instructions here.

Install package

# apt-get install delauncher