Search found 2195 matches

by mhertz
Mon Feb 12, 2024 12:21 pm
Forum: Plugins
Topic: Writing plugins for Deluge 2
Replies: 7
Views: 557

Re: Writing plugins for Deluge 2

Good job and much welcome :) Yeah if using the create_plugin.py from deluge v2.x code-base, then indeed just need edit core.py and rebuild for getting a core plugin(actually a core plugin have only few diffs between v1 and v2 in hindsight, deluge API wise), well probably better to remove the gtkui p...
by mhertz
Mon Feb 12, 2024 8:40 am
Forum: Plugins
Topic: Writing plugins for Deluge 2
Replies: 7
Views: 557

Re: Writing plugins for Deluge 2

I'm not at my computer now, but yeah the structure between v1 and v2 is alike. Yes easiest is run create_plugin.py or however called to create files and boiler-plate. That guide to v2 plugins are great but in beginning I had a hard time updating v1 plugins still, because so many changes needing be d...
by mhertz
Sat Feb 10, 2024 8:36 pm
Forum: Windows OS
Topic: Deluge not reporting hash-checks properly
Replies: 27
Views: 2099

Re: Deluge not reporting hash-checks properly

Funny you say that, I just wen't back to post that I remembered a PR I just rechecked, about applying the default preset before a new preset, or alike - I never really understood the need before when read it, but now because of this dicussion, I kinda get it. Personally I find this an interesting di...
by mhertz
Sat Feb 10, 2024 8:25 pm
Forum: Windows OS
Topic: Deluge not reporting hash-checks properly
Replies: 27
Views: 2099

Re: Deluge not reporting hash-checks properly

I googled it and found it's mine lol :) Thanks for the suggestion bro, yes but sadly saving state will not get around this i'm affraid(we cannot purge the conflicting already loaded cached setting out of state again). Appreciate the thought. And of course, please somebody correct me if i'm wrong in ...
by mhertz
Sat Feb 10, 2024 7:42 pm
Forum: Support
Topic: Raspberry Pi 5 on bookworm deluge errors
Replies: 10
Views: 464

Re: Raspberry Pi 5 on bookworm deluge errors

https://git.deluge-torrent.org/deluge/c ... ed0f2c3206

Code: Select all

sudo find /usr -path "*/deluge/log.py" -exec sed -i 's/stack_info=False/*args, **kwargs/' {} \;
by mhertz
Sat Feb 10, 2024 7:33 pm
Forum: Windows OS
Topic: Deluge not reporting hash-checks properly
Replies: 27
Views: 2099

Re: Deluge not reporting hash-checks properly

I completely agree that deleting a conf-setting, should mean it's not configured, and for deluge itself is like that, because it has a big list of all it's settings and it's default values, and so if any is missing from core.conf then it just resets it back to default. This is also how all other plu...
by mhertz
Sat Feb 10, 2024 6:35 pm
Forum: Plugins
Topic: [Plugin] SoloFolder
Replies: 4
Views: 197

Re: [Plugin] SoloFolder

There is Nofolder if I'm not mistaken, but regardless, thanks for the contribution :) Might wanna mention is a deluge v1.x plugin I'd suggest, well the filename eludes that already I guess. Thanks!
by mhertz
Fri Feb 09, 2024 5:49 pm
Forum: Plugins
Topic: [Plugin] ltConfig v2.0.0
Replies: 229
Views: 1119385

Re: [Plugin] ltConfig v2.0.0

Nothing new, just didn't wanna come fourth as a total weirdo lol, (inside-joke), so hence I forked ltconfig and added my old fixes for updated high-performance-seed preset and mouse-clicking checkboxes: https://github.com/mhertz/deluge-ltconfig I answered bengalih's post here: https://forum.deluge-t...
by mhertz
Fri Feb 09, 2024 1:02 pm
Forum: Windows OS
Topic: Deluge not reporting hash-checks properly
Replies: 27
Views: 2099

Re: Deluge not reporting hash-checks properly

I thought about this yesterday, didn't feel like messing with it honestly that day, but the more I thought about it, the more I realized it would be hard to fix, I mean make work consistently, in the various edge-cases, and that I began to believe it wasen't an ltconfig issue even, but more as said ...
by mhertz
Thu Feb 08, 2024 12:18 pm
Forum: Windows OS
Topic: Deluge not reporting hash-checks properly
Replies: 27
Views: 2099

Re: Deluge not reporting hash-checks properly

Hello guys, and nice to see you bengalih :) interesting discussion you're having, and not gonna interrupt your back and fourths here, except to say thanks for reporting bengalih, and sorry I should have posted a big warning or something in the ltconfig thread, and looked into fixing if needed, and r...