Page 17 of 21

Re: Deluge 2.0 Beta 1

Posted: Wed Jan 02, 2019 11:33 am
by SeriousHoax
There's still no option for copying magnet url from a torrent. Are we not gonna have that option in Deluge 2?

Re: Deluge 2.0 Beta 1

Posted: Thu Jan 03, 2019 3:51 am
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

Re: Deluge 2.0 Beta 1

Posted: Thu Jan 03, 2019 6:17 am
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.

Re: Deluge 2.0 Beta 1

Posted: Thu Jan 03, 2019 6:58 pm
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

Re: Deluge 2.0 Beta 1

Posted: Wed Jan 16, 2019 6:47 pm
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.

Re: Deluge 2.0 Beta 1

Posted: Thu Jan 17, 2019 10:56 pm
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?

Re: Deluge 2.0 Beta 1

Posted: Mon Feb 11, 2019 8:41 pm
by meolite
Any chances this problem will be fixed in v2? --
viewtopic.php?t=31185&start=20#p158681

Re: Deluge 2.0 Beta 1

Posted: Sun Feb 17, 2019 5:37 am
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


Re: Deluge 2.0 Beta 1

Posted: Thu Feb 21, 2019 7:48 pm
by NrGrimm
is there an eta on a actual release date, and any chance of a flatpack snappack and or a appimage? thanks

Re: Deluge 2.0 Beta 1

Posted: Fri Feb 22, 2019 9:32 pm
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.