Search found 94 matches

by basher
Sat Apr 01, 2023 8:05 pm
Forum: Support
Topic: [Deluge 2.x] Deluge-console command update_tracker does not appear to do anything
Replies: 10
Views: 11585

Re: [Deluge 2.x] Deluge-console command update_tracker does not appear to do anything

Honestly I'm not 100% sure in that, but given you already tested it back when we last discussed it (and you saw the update timer being reset), I believe you're right. So probably for the time being it's okay to pass 1 as the value, but it could become an issue if additional flags/options were added ...
by basher
Sat Apr 01, 2023 5:00 pm
Forum: Support
Topic: [Deluge 2.x] Deluge-console command update_tracker does not appear to do anything
Replies: 10
Views: 11585

Re: [Deluge 2.x] Deluge-console command update_tracker does not appear to do anything

As of deluge 2 (that uses libtorrent RC_1_2+), the proper way to set the reannounce_flags_t is t.handle.force_reannounce(announce_seconds, announce_trkr_idx, lt.reannounce_flags_t.ignore_min_interval) eg like here , ie the flag should be imported from libtorrent library. This was confirmed by libtor...
by basher
Sun Mar 26, 2023 10:42 am
Forum: Support
Topic: Download not starting 0.00% - raspbian with NAS
Replies: 10
Views: 3836

Re: Download not starting 0.00% - raspbian with NAS

Which version of raspbian, python, deluge and libtorrent (likely python3-libtorrent and libtorrent-rasterbar2.0 packages, but not 100% sure) are installed?
Are you using any deluge plugins? If so, disable/uninstall all of them to eliminate those.
by basher
Wed Mar 22, 2023 4:08 pm
Forum: Plugins
Topic: yarss2 egg for python 3.10
Replies: 18
Views: 49188

Re: yarss2 egg for python 3.10

In short, if you have a plugin file such as Plugin-1.0-py3.7.egg , you can remove the python version from the filename and rename it as Plugin-1.0.egg -- it should work with any deluge 2 version; just make sure you don't use plugins that were for python2 (eg Plugin-1.0-py2.6.egg would be a no go for...
by basher
Thu Mar 16, 2023 1:53 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v0.6.1
Replies: 274
Views: 1039625

Re: [Plugin] Auto Remove Plus v0.6.1

Pretty much yup. Note that example runs hourly, so it could theoretically take up to two hours to see anything. You could bump both the interval and rule values down if you want to check functionality quicker. Decimal values are allowed, so could define 0.0833 for approx. 5 minutes.
by basher
Thu Mar 16, 2023 1:43 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v0.6.1
Replies: 274
Views: 1039625

Re: [Plugin] Auto Remove Plus v0.6.1

My goal is to make to filters that will delete the torrent including data on label 1 after 30 days, and on label 2 after 90 days. From what I can tell, this is in minutes, and the maximum value is 10000 minutes, which is a bit hard since 30 days is 43200 minutes. Not sure where you're getting minut...
by basher
Thu Mar 16, 2023 12:38 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v0.6.1
Replies: 274
Views: 1039625

Re: [Plugin] Auto Remove Plus v0.6.1

Didn't get ARP working? Start with what you did and what's going against your expectations.
by basher
Wed Mar 15, 2023 2:45 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v2.0.0
Replies: 108
Views: 1347749

Re: [Plugin] Auto Remove Plus v2.0.0

Do you have some documentation I can look into? Just in case I want to do more with it. Not more than on the github. It's in my todo-list, but haven't taken the time yet. Btw noticed you're using tote's version. Nothing wrong with it, but my fork includes best parts (IMHO) of his and springjoos' ve...
by basher
Wed Mar 15, 2023 2:38 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v2.0.0
Replies: 108
Views: 1347749

Re: [Plugin] Auto Remove Plus v2.0.0

Example rule for 2 labels. Logic executes hourly: { "file": 1, "format": 1 }{ "labels": [], "hdd_space": -1, "use_quota_for_free_space": false, "label_rules": { "label1": [ [ "or", "func_seed_time", 720 ] ], &q...
by basher
Wed Mar 15, 2023 12:21 pm
Forum: Plugins
Topic: [Plugin] dlimit v0.1
Replies: 8
Views: 35330

Re: [Plugin] dlimit v0.1

Cool, will fork from @buroa.

Not going to create repo for dlimit plugin though, as I feel like it's an extremely niche one.