Page 1 of 1

I can't find how to start writing plugins for deluge

Posted: Wed Nov 16, 2022 7:10 pm
by Wintreist
There are different links everywhere and everything doesn't work:
here link to here, but error.
here link to here, but error
Please send a link to the place where I can download create_plugin

Re: I can't find how to start writing plugins for deluge

Posted: Wed Nov 16, 2022 8:03 pm
by Wintreist
And also all the links to the documentation from this page are non-working, can I link to the working documentation?

Re: I can't find how to start writing plugins for deluge

Posted: Wed Nov 16, 2022 8:17 pm
by mhertz
It's placed in 'deluge/scripts' in the source, with rest helping-scripts. On github, here's latest develop-branch link(same as master i.e stable in deluge): https://github.com/deluge-torrent/delug ... _plugin.py

About your next question, then I'm affraid the documentation for plugin-development hasn't been fully updated yet, though is very helpful still, discounting some outdated parts. That, and looking at sources of other plugins :)

Re: I can't find how to start writing plugins for deluge

Posted: Wed Nov 16, 2022 10:09 pm
by Wintreist
mhertz wrote: Wed Nov 16, 2022 8:17 pm It's placed in 'deluge/scripts' in the source, with rest helping-scripts. On github, here's latest develop-branch link(same as master i.e stable in deluge): https://github.com/deluge-torrent/delug ... _plugin.py

About your next question, then I'm affraid the documentation for plugin-development hasn't been fully updated yet, though is very helpful still, discounting some outdated parts. That, and looking at sources of other plugins :)
Is there a link to a working past version of the documentation? I want to write a plugin, but I can't even read the documentation)

Re: I can't find how to start writing plugins for deluge

Posted: Wed Nov 16, 2022 11:20 pm
by mhertz
Not that I know off, so need find the outdated links for code-references in the source on e.g github(same name often).

Also: https://deluge.readthedocs.io/en/latest ... .core.html

Re: I can't find how to start writing plugins for deluge

Posted: Thu Nov 17, 2022 6:12 am
by Wintreist
Oh, thank you