Deluge 2.0 Beta 1

Suggestions and discussion of future versions
Locked
SeriousHoax
Member
Member
Posts: 18
Joined: Sat May 27, 2017 10:40 am

Re: Deluge 2.0 Beta 1

Post by SeriousHoax »

There's still no option for copying magnet url from a torrent. Are we not gonna have that option in Deluge 2?
jtl
New User
New User
Posts: 3
Joined: Sat Apr 07, 2018 3:42 am

Re: Deluge 2.0 Beta 1

Post by jtl »

Would be trivial to write. I see no reason to not add it.

Also to anyone that's tested, how does Deluge scale with >1k torrents compared to 1.3.15 (which handled it poorly in my experience)

Thanks
SeriousHoax
Member
Member
Posts: 18
Joined: Sat May 27, 2017 10:40 am

Re: Deluge 2.0 Beta 1

Post by SeriousHoax »

jtl wrote:Would be trivial to write. I see no reason to not add it.

Also to anyone that's tested, how does Deluge scale with >1k torrents compared to 1.3.15 (which handled it poorly in my experience)

Thanks
It comes in handy when someone wanna move some torrents from Deluge to another client. I often use Deluge for downloading only and seed via qBittorrent. A simple "copy magnet url" feature would make it easier. Almost every other client has this feature out of the box.
ericnyamu
New User
New User
Posts: 1
Joined: Thu Jan 03, 2019 6:46 pm

Re: Deluge 2.0 Beta 1

Post by ericnyamu »

toolazy wrote:i tried the 1.3-stable from git and when i do deluged -d as the user thats running it i get and it shuts down

[ERROR ] 10:16:31 main:248 'module' object has no attribute 'session_settings'
Traceback (most recent call last):
File "/opt/deluge/deluge/main.py", line 241, in start_daemon
Daemon(options, args)
File "/opt/deluge/deluge/core/daemon.py", line 147, in __init__
read_only_config_keys=read_only_config_keys)
File "/opt/deluge/deluge/core/core.py", line 106, in __init__
self.settings = lt.session_settings()
AttributeError: 'module' object has no attribute 'session_settings'
i am also having this problem.i am on ubuntu and i installed via apt-get.When i run sudo deluged i get the below.deluged-web runs fine via console

Image
Newguy025
Member
Member
Posts: 20
Joined: Sun Jul 17, 2016 4:27 am

Re: Deluge 2.0 Beta 1

Post by Newguy025 »

I cannot change the priority of a piece of torrent to High Priority. If I do it goes to Normal Priority. Setting them to Ignore and Low work fine.

Also I've noticed that the Deluge tray icon does not blink when a torrent is finished, as it did with Deluge 1.3.15.
Any fix?

Deluge 2.0b1, Win10.
highvoltage
Leecher
Leecher
Posts: 57
Joined: Mon Apr 11, 2016 11:11 pm
Location: Brazil

Re: Deluge 2.0 Beta 1

Post by highvoltage »

libtorrent-1.2.0
@arvidn arvidn released this 5 days ago · 5 commits to RC_1_2 since this release

Has anyone managed to make it work without error?
meolite
New User
New User
Posts: 2
Joined: Wed Jun 06, 2018 8:25 pm

Re: Deluge 2.0 Beta 1

Post by meolite »

Any chances this problem will be fixed in v2? --
viewtopic.php?t=31185&start=20#p158681
aja097
New User
New User
Posts: 1
Joined: Sat Feb 16, 2019 6:13 pm

Re: Deluge 2.0 Beta 1

Post by aja097 »

It seems there is still issues with unicode and the version i took from develop branch (git). I'm under French environment.

Code: Select all

Traceback (most recent call last):
  File "/opt/delugeDev/2.0.0b2.dev313/deluge-gtk", line 11, in <module>
    load_entry_point('deluge', 'gui_scripts', 'deluge-gtk')()
  File "/opt/delugeDev/2.0.0b2.dev313/recipe/deluge/ui/gtk3/__init__.py", line 63, in start
    Gtk().start()
  File "/opt/delugeDev/2.0.0b2.dev313/recipe/deluge/ui/gtk3/__init__.py", line 43, in start
    from .gtkui import GtkUI
  File "/opt/delugeDev/2.0.0b2.dev313/recipe/deluge/ui/gtk3/gtkui.py", line 119, in <module>
    'choose_directory_dialog_path': get_default_download_dir(),
  File "/opt/delugeDev/2.0.0b2.dev313/recipe/deluge/common.py", line 143, in get_default_download_dir
    for line in _file:
  File "/usr/lib64/python3.4/codecs.py", line 319, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 546: invalid continuation byte
Press return ...

Code: Select all

$ ./deluge --version
deluge 2.0.0b2.dev313
Python: 3.4.3
OS: Linux Mageia 5 Official

NrGrimm
Member
Member
Posts: 10
Joined: Wed Feb 06, 2019 1:55 pm

Re: Deluge 2.0 Beta 1

Post by NrGrimm »

is there an eta on a actual release date, and any chance of a flatpack snappack and or a appimage? thanks
jeppezon
New User
New User
Posts: 7
Joined: Thu Nov 08, 2018 5:02 pm

Re: Deluge 2.0 Beta 1

Post by jeppezon »

Feature requests:
When making torrent it would be nice to be able to add a source.
Also, when selecting files/folders for creating a torrent it would be nice to enter path as free text as an option.
Locked