[Plugin] Deluge Sickbeard Plugin

Suggest, post, or discuss plugins for Deluge
Post Reply
srluge

[Plugin] Deluge Sickbeard Plugin

Post by srluge »

Automatically or manually process completed or failed Deluge torrent downloads with SickRage. Provides full torrent integration of Deluge with SickRage, a fork of Sickbeard.
  • Complete integration with SickRage failed download handling
  • Automatically process completed Torrents with SickRage
  • Automatically process failed Torrents with SickRage
  • Manually (bulk) process Torrents with SickRage
  • 'Download processing status' visible per Torrent in Deluge UI
  • 'Download failed status' visible per Torrent in Deluge UI
  • Easy configuration
For more information visit the git project pages https://srluge.github.io/DelugeSickbeardPlugin/

Screenshot:
Deluge preferences - Sickbeard settings.png
Deluge preferences - Sickbeard settings.png (42.76 KiB) Viewed 6736 times
Deluge torrent grid - context menu.png
Deluge torrent grid - context menu.png (20.48 KiB) Viewed 6736 times
Deluge torrent grid - processing status.png
Deluge torrent grid - processing status.png (12.58 KiB) Viewed 6736 times
romprod
Member
Member
Posts: 13
Joined: Mon Jun 29, 2015 8:56 pm

Re: [Plugin] Deluge Sickbeard Plugin

Post by romprod »

Hi,

I'm trying to load this plugin but get the following error.

Code: Select all

Unable to instantiate plugin!
No module named handlers
Traceback (most recent call last):
  File "deluge\pluginmanagerbase.py", line 144, in enable_plugin
  File "c:\users\user\appdata\roaming\deluge\plugins\sickbeard-0.1.0-py2.7.egg\sickbeard\__init__.py", line 25, in __init__
    from core import Core as _plugin_cls
  File "c:\users\user\appdata\roaming\deluge\plugins\sickbeard-0.1.0-py2.7.egg\sickbeard\core.py", line 22, in <module>
ImportError: No module named handlers
I'm on windows 10
Deluge 1.3.13
libtorrent 1.0.9.0
Post Reply