Search found 2221 matches

by mhertz
Sun Mar 17, 2024 10:36 am
Forum: Windows OS
Topic: Test Active Ports
Replies: 3
Views: 1050

Re: Test Active Ports

Despite the deluge port check should be pretty accurate(tries bind socket(through php fsockopen) from deluge website to your ip:port), though just in case then Google "port check" and test one of these, with deluge(d) open(else will fail as none listening/answers request). If fails there, ...
by mhertz
Sat Mar 16, 2024 8:00 pm
Forum: Support
Topic: Autoadd broken in WebUI
Replies: 13
Views: 23339

Re: Autoadd broken in WebUI

OK I fixed the issue and will make a ticket later, and meanwhile here's a fixed build, taking precedense over default: AutoAdd-1.9.egg (just add as any other plugin, and don't need overwrite original in deluge source - you can see it took precedense by checking it's now upped version number in webui...
by mhertz
Sat Mar 16, 2024 6:02 pm
Forum: Support
Topic: deluge-console preferences not applying
Replies: 4
Views: 833

Re: deluge-console preferences not applying

It's core.conf in the running daemon's config location, which depends upon which user running under i.e. when using systemd then usually /var/lib/deluged/.config/deluge/core.conf, and if running deluged manually, then from logged in user-account under .config/deluge. Btw, I just tested that command-...
by mhertz
Fri Mar 15, 2024 7:01 pm
Forum: Support
Topic: Autoadd broken in WebUI
Replies: 13
Views: 23339

Re: Autoadd broken in WebUI

@knelllemon, Awesome, now I can finally reproduce, thanks buddy! :) I'll look into it one of these days and hopefully fix/workaround it, create bug-ticket and upload build in meantime, hopefully. I btw tested my previous posted build, and it still opened small and badly despite I had forced it bigge...
by mhertz
Fri Mar 15, 2024 8:29 am
Forum: Windows OS
Topic: Libtorrent 2.0.8 update.
Replies: 40
Views: 97015

Re: Libtorrent 2.0.8 update.

If you mean latest v1.2.x I.e v1.2.19(as you said), then if wanted is here: libtorrent-windows Those are pre-built from pypi(as original installer also uses), just provided for easy access to not need manually find, download, extract and rename etc. If you ment latest v2.x, I.e v2.0.10(though guess ...
by mhertz
Mon Mar 11, 2024 5:55 pm
Forum: Windows OS
Topic: Deluge 2.1.1 downloads anything but what I ticked in
Replies: 7
Views: 20780

Re: Deluge 2.1.1 downloads anything but what I ticked in

I looked at the code in-depth now and troubleshootet it, only using libtorrent 2.0.9 for now(with deluge 2.1.1). and again for me only is an issue with 'prioritize_first_last_pieces' enabled, and I can see why from code and my troubleshooting, but in short, disable that option and need readd the tor...
by mhertz
Mon Mar 11, 2024 5:29 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 413036

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

If you closed deluge(d) before editing, as you said, then should work except if entering an illegal value or breaking the formating in general, in which case it resets back to default. If not that, then indeed an issue more encountered. Thanks for info on resizing. I couldn't reproduce myself and ne...
by mhertz
Mon Mar 11, 2024 2:01 pm
Forum: Windows OS
Topic: Stopped working
Replies: 5
Views: 1054

Re: Stopped working

There's a bunch of twisted errors in that log, but not very verbose about issue sadly, though it's pretty normal with lots of errors in log when using older deluge versions, so not sure how important, though surely would update if having the ability. Thanks for log though :) Anyway, before I try rep...
by mhertz
Sun Mar 10, 2024 11:41 pm
Forum: Support
Topic: archive folder (states backup)
Replies: 1
Views: 741

Re: archive folder (states backup)

It's only available to trigger from deluge API itself, so would need a client script or plugin for that, though as you said, can just backup manually from script/cron/systemd-timer etc. Btw, it's generated upon every non-graceful shutdown(at next startup) before trying to load state(also done when n...
by mhertz
Sun Mar 10, 2024 8:03 pm
Forum: Support
Topic: deluge-console preferences not applying
Replies: 4
Views: 833

Re: deluge-console preferences not applying

Thanks for reporting, I made a bug ticket long ago but still an issue indeed, though will resubmit new later, as stupidly reported 4 issues in one ticket, where rest fixed dunno what was thinking, as hard to close such. Anyway I didnt yet find out what the issue is myself, but neither looked very ha...