Deluge Sickbeard Plugin

Deluge torrent integration with Sickbeard

View project on GitHub

Installation Deluge Sickbeard Plugin from source

Note 1: these instructions are written for a Debian system. Procedures for other operating systems should be similar.

Note 2: for default installation instuctions see Installation Deluge Sickbeard Plugin

In order to install the plugin from source, follow the steps below. For the Deluge plugin location on your platform see: Deluge Manual install section.

  • SRC_DIR: work directory (full path)
  • PLUGIN_DIR: Deluge plugin directory

Download source to work directory

$ cd SRC_DIR
$ git clone https://github.com/srluge/DelugeSickbeardPlugin.git

Build the plugin

cd SRC_DIR/DelugeSickbeardPlugin
$ python setup.py bdist_egg
$ cd PLUGIN_DIR

and create a file Sickbeard.egg-link with the following contents and make sure to substitue SRC_DIR for the actual path:

SRC_DIR/DelugeSickbeardPlugin
.

_ Note: the second line with the dot '.'_

Restart deluge

The plugin should be available in the Deluge Web Interface after restarting Deluge. The plugin should behave exactly as if it was normally installed via the egg install. Don't forget to first enable the plugin in the configuration section of the web interface. To see if the plugin is recognized, see Deluge log files. Shortly after starting Deluge, it logs which plugins it found.

/etc/init.d/deluged restart