Search found 3679 matches

by Cas
Wed Dec 08, 2021 7:37 pm
Forum: Windows OS
Topic: Deluge Windows Builds
Replies: 156
Views: 1664833

Re: Deluge Windows Builds

Btw thanks to some excellent work by AllSeeingEye there are official libtorrent python windows build now available: https://pypi.org/project/libtorrent/1.2.15/
by Cas
Wed Dec 08, 2021 6:31 pm
Forum: Support
Topic: Migrate torrent data from qbittorrent-nox to Deluge
Replies: 1
Views: 11697

Re: Migrate torrent data from qbittorrent-nox to Deluge

I'm afraid that Deluge currently only uses a single fastresume file however if you have all the data you can add torrents and specify skip file hash check in the add dialog options
by Cas
Wed Dec 08, 2021 6:22 pm
Forum: Windows OS
Topic: Deluge Windows Builds
Replies: 156
Views: 1664833

Re: Deluge Windows Builds

Thanks for sharing Doadin

I am bit out of the loop on the Windows builds, what's the difference between this and the other Windows build?
by Cas
Tue Nov 23, 2021 8:59 pm
Forum: Support
Topic: Is there a way to add a header or title to the front end?
Replies: 2
Views: 13910

Re: Is there a way to add a header or title to the front end?

You could modify the title in deluge/ui/web/index.html for each instance. Otherwise would require writing a plugin to change the document.title
by Cas
Tue Nov 23, 2021 8:38 pm
Forum: Development
Topic: Thin Client on 2.x
Replies: 6
Views: 44620

Re: Thin Client on 2.x

Can you more specific about what version client and server and any errors?
by Cas
Tue Nov 23, 2021 8:24 pm
Forum: Support
Topic: Deluge crashing on startup
Replies: 3
Views: 16529

Re: Deluge crashing on startup

Can you check for old versions of Deluge installed like in this old thread viewtopic.php?t=36875
by Cas
Wed Oct 06, 2021 3:19 pm
Forum: Support
Topic: Deluge crashing on startup
Replies: 3
Views: 16529

Re: Deluge crashing on startup

It is likely a problem with the pip installed. What version of pip is installed?

How did you install Deluge?
by Cas
Sun Sep 19, 2021 2:59 pm
Forum: Development
Topic: --confirm
Replies: 6
Views: 40860

Re: --confirm

I agree there is some confusion here and improvement could be made. However we have to weigh up the potential for users to make mistakes with no way to undo especially with wildcard option. In fact with the GTK UI there was a discussion around user's accidentally deleting torrent data with torrent f...
by Cas
Sun Sep 19, 2021 2:04 pm
Forum: Support
Topic: Cannot Join IRC Channel
Replies: 2
Views: 6643

Re: Cannot Join IRC Channel

Although I am not on IRC much these days, I did create an official #deluge libera chat channel to replace freenode however I did not get around to officially announcing that...
by Cas
Sun Feb 21, 2021 10:40 pm
Forum: Support
Topic: Notification not working
Replies: 87
Views: 98650

Re: Notification not working

This diff should fix the issue, I will test it myself later. The error is because get_status requires a specific list of keys and without that or without using the argument all_keys it will return nothing. --- deluge/plugins/Notifications/deluge_notifications/core.py +++ deluge/plugins/Notifications...