How to install a 3rd Party Plugin Deluge Windows?

Specific support for Deluge on Microsoft Windows OS
Post Reply
Barrett212
New User
New User
Posts: 1
Joined: Thu Nov 15, 2018 12:17 pm

How to install a 3rd Party Plugin Deluge Windows?

Post 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.
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

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

Post 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
Post Reply