Page 1 of 1

How to install a 3rd Party Plugin Deluge Windows?

Posted: Sat Dec 15, 2018 9:53 am
by Barrett212
This was very confusing for me. In order to save you all some trouble this is how you do it.
  1. You need to already have python installed so that it can be called from the command prompt.
  • Download your 3rd party plugin as a zip. ex. AutoRemovePlus
  • Extract that plugin to a folder.
  • Shift right click in the folder and click "Open command window here"
  • Now run "python setup.py bdist_egg" - this will created a folder within that folder called dist.
  • Open dist, in there you will now have a file called "AutoRemovePlus-0.5-py2.7.egg" it might be 2.6 , make sure you rename it to whatever version of python your deluge uses. prepaidgiftbalance Version Check
  • Now follow the instructions to install that egg file as you would any other deluge plugin. Deluge Plugin Install
  • You should now be able to use the plugin.

Re: How to install a 3rd Party Plugin Deluge Windows?

Posted: Wed Dec 19, 2018 9:38 am
by shamael
Hi,

I'm not sure about the question, do you mean to install a plug in or to write plugin?

To install: https://dev.deluge-torrent.org/wiki/Plugins#Install
To write: https://dev.deluge-torrent.org/wiki/Dev ... 1.3/Plugin

Let's say you want to install the plugin autoremoveplus you click on egg file download link and install it in your Deluge GUI