Deluge Sickbeard Plugin

Deluge torrent integration with Sickbeard

View project on GitHub

Installation Deluge Sickbeard Plugin

The installation of this plugin is straight forward. First make sure to check the requirements page. Then follow the instructions below. Choose between: (Web) GUI installation, Manual installation or Client/Server installation. For more information on installing Deluge plugins, visit the Deluge Installing Plugins page. Take note of how to deal with python version differences and take note of the client/server setup instructions if relevant.

As an alternative to the default egg based installation, the plugin can also be installed from source. In that case follow the instructions on Installation Deluge Sickbeard Plugin from source

Next step after installation below: Configuration Deluge Sickbeard Plugin

(Web) GUI installation

  1. Download the latest Deluge SickBeard Plugin egg to your computer.
  2. Open the Deluge GUI
  3. Then Preferences -> Plugins -> Install plugin
  4. Locate the Deluge SickBeard Plugin egg previously downloaded to your computer
  5. Press install
  6. Restart Deluge

Manual installation

Unix/Linux

$ cd ~/.config/deluge/plugins
$ wget https://github.com/srluge/DelugeSickbeardPlugin/dist/Sickbeard-.egg

After downloading the egg, restart Deluge.

Windows

  1. Download the latest Deluge SickBeard Plugin egg to your computer.
  2. Copy the downloaded Deluge SickBeard Plugin egg to %APPDATA%\deluge\plugins
  3. Restart Deluge

Client/Server setup

Make sure to follow above instructions on both the server and client.