Search found 2330 matches

by mhertz
Tue May 06, 2025 10:44 pm
Forum: Development
Topic: Documentation for the Deluge Python API
Replies: 1
Views: 4479

Re: Documentation for the Deluge Python API

The official docs for rpc api, has in latest versions on readthedocs site an issue where lists only the actual rpc implementation under the rpc api section, instead of the user-friendly rpc api, like as under the web api section. So need check under an older working version i.e. 2.0.5 here: https://...
by mhertz
Thu May 01, 2025 9:11 pm
Forum: Support
Topic: Deluge 2.2.0 - Merged and Available in all Libtorrent Versions! (Details Inside!)
Replies: 5
Views: 6804

Re: Deluge 2.2.0 - Merged and Available in all Libtorrent Versions! (Details Inside!)

As my good friend highvoltage above, really appreciate your dedication and efforts bud, well besides severely pixxed off about the unjust OS outing slash mockering, and with that mean of-course honored for the mention. Anyway just a quick pad on back from me too, even though little late to party, so...
by mhertz
Sun Apr 27, 2025 7:41 am
Forum: Support
Topic: Can i autoconnect to localhost in deluge-console?
Replies: 2
Views: 1950

Re: Can i autoconnect to localhost in deluge-console?

Interactive mode doesn't(though just added return click needed), non-interactive does by default. Good question though :) it's supposed to mimic gtk-ui so oversight I'm guessing.
by mhertz
Fri Apr 25, 2025 10:35 am
Forum: Mac OS
Topic: Building v2.0.3 on MacOSX with Homebrew
Replies: 7
Views: 202970

Re: Building v2.0.3 on MacOSX with Homebrew

Thanks buddy, appreciate you :) (had been to lazy myself to make PR adding the removed cgi back, from said pypi package, though then also thought like you, that the few places actually using it, just could be changed, though never came longer than that honestly, but thanks for the suggested replacem...
by mhertz
Fri Apr 11, 2025 7:48 am
Forum: Support
Topic: change label from cli
Replies: 2
Views: 15964

Re: change label from cli

Good job, thanks for posting! :) Btw, just a heads-up, when using python already, then these methods available also directly in main python api, instead of going through the abstracted web-api methods to control said python api. Not wrong though, just if didn't knew, and as on linux(where on windows...
by mhertz
Wed Apr 02, 2025 3:43 am
Forum: Windows OS
Topic: How to prevent creation of a folder when adding torrent?
Replies: 2
Views: 15316

Re: How to prevent creation of a folder when adding torrent?

There's a plugin for this, nofolder by tillkrischer, deluge v2.x build posted later in thread.

viewtopic.php?f=9&t=51839
by mhertz
Fri Mar 28, 2025 7:28 am
Forum: Support
Topic: Magnet link support
Replies: 2
Views: 5209

Re: Magnet link support

Doesn't 'add' torrent menu work in top left? No plugin needed.
by mhertz
Thu Mar 27, 2025 9:07 am
Forum: Support
Topic: How to downgrade Deluge to the last stable version?
Replies: 9
Views: 14292

Re: How to downgrade Deluge to the last stable version?

Deluge 2.1.2.dev0 is stable v2.1.1.

I previously said it was a dev build, which was wrong and I apologize for that, sorry folks.
by mhertz
Tue Mar 25, 2025 8:15 am
Forum: Windows OS
Topic: Libtorrent 2.0.8 update.
Replies: 48
Views: 275988

Re: Libtorrent 2.0.8 update.

Thanks bro, good find, nonetheless post :)
by mhertz
Thu Mar 13, 2025 8:38 am
Forum: Support
Topic: Deluge not starting after update
Replies: 3
Views: 20307

Re: Deluge not starting after update

As the good ambipro states, indeed missing a module. Been thinking about making a PR about including legacy-cgi package which needed with python 3.13, as cgi gone from deprecated to fully removed, but anyway, there probably is a tumbleweed package of it, just Google e.g 'tumbleweed legacy-cgi python...