In the windows app utorrent its add dialog box displays folders as just that folders, rather then displaying all the files as a huge list where present. As 0.6 will have "A new add torrent dialog" will it have a similar feature?
If not any chance of having it implemented as i find it to be one of the most use full features of utorrent.
0.6 Development Report
Re: 0.6 Development Report
I have considered this and will likely implement it at some point, but for now they are listed in one long list.sleepyenglish wrote:In the windows app utorrent its add dialog box displays folders as just that folders, rather then displaying all the files as a huge list where present. As 0.6 will have "A new add torrent dialog" will it have a similar feature?
If not any chance of having it implemented as i find it to be one of the most use full features of utorrent.
Re: 0.6 Development Report
Yes, you could access it from any computer, but I wouldn't recommend opening it up to an untrusted network, the WebUI would likely be more suited for that.irfan wrote:thanksmarkybob wrote:install libboost-python-dev
Could you tell me a bit more about this?andar wrote:Core/UI separation - This is one of the major goals that the 0.5 branch's design did not really allow. With this comes the ability to run Deluge headless and on remote servers. You can for instance, run the Deluge daemon on your file server and access it from another computer on your LAN using the gtkui.
If I have public IP, can I access to the server from any computer, or only from those on ma LAN?
When I "Quit" Deluge, the Daemon is still working (downloading)?
How to completely remove that version?
That will be a huge milestone in Deluge developmentI can't wait
Thank you guys.
Sory for my english
If you quit the UI, the daemon may still be running. You can either choose to shutdown both on exit of the UI or you can simply kill the deluged process. There is also the option of stopping the daemon through the Connection Manager dialog in the gtkui.
Re: 0.6 Development Report
This is exactly what 0.6 is capable of. The current revisions of 0.6 come with both a GtkUI and a WebUI.maever wrote:I'm glad to see that there is work being done on the 0.6 version.
the main feature Im interested in is the "deamon mode".
It would especially be pleasent to have a deamon i could run on a simple gui-less linux box and access it through the web. mainly I haven't been able to find a good linux torrent client with deamon mode and and a webgui.
I will be watching the development on this project.
keep up the good work!
Re: 0.6 Development Report
what does deluge 0.6 offer feature-wise in the current head revision
(can check the log but might be better make a small list here)?
It appears it supports bandwidth throttling,
Does it support DHT?
those are the main features needed for my situation.
(and for the most users im guessing)
Currently the only other Plausible webUI solution under linux CLI (which I found) would be rtorrent with an xml-rpc module which allows external communication through apache's SCGI, But I wouldn't recommend this to anyone as it can be incredibly tricky to setup.
So that's why im putting my hopes in this project
Again, its looking nice pretty.
I'll probably give it a try soon.
Files can be found in the latest SVN trunk i take it?
I hope development goes smooth
(can check the log but might be better make a small list here)?
It appears it supports bandwidth throttling,
Does it support DHT?
those are the main features needed for my situation.
(and for the most users im guessing)
Currently the only other Plausible webUI solution under linux CLI (which I found) would be rtorrent with an xml-rpc module which allows external communication through apache's SCGI, But I wouldn't recommend this to anyone as it can be incredibly tricky to setup.
So that's why im putting my hopes in this project

Again, its looking nice pretty.
I'll probably give it a try soon.
Files can be found in the latest SVN trunk i take it?
I hope development goes smooth

Re: 0.6 Development Report
Ok andar thats cool.andar wrote:I have considered this and will likely implement it at some point, but for now they are listed in one long list.sleepyenglish wrote:In the windows app utorrent its add dialog box displays folders as just that folders, rather then displaying all the files as a huge list where present. As 0.6 will have "A new add torrent dialog" will it have a similar feature?
If not any chance of having it implemented as i find it to be one of the most use full features of utorrent.
Re: 0.6 Development Report
It does support DHT and bandwidth throttling.maever wrote:what does deluge 0.6 offer feature-wise in the current head revision
(can check the log but might be better make a small list here)?
It appears it supports bandwidth throttling,
Does it support DHT?
those are the main features needed for my situation.
(and for the most users im guessing)
Currently the only other Plausible webUI solution under linux CLI (which I found) would be rtorrent with an xml-rpc module which allows external communication through apache's SCGI, But I wouldn't recommend this to anyone as it can be incredibly tricky to setup.
So that's why im putting my hopes in this project
Again, its looking nice pretty.
I'll probably give it a try soon.
Files can be found in the latest SVN trunk i take it?
I hope development goes smooth
You can get the files in the deluge-0.6 branch, not trunk.
Re: 0.6 Development Report
When I try to build deluge-0.6 from svn I get this error:
I have 'pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' installed
I use Arch Linux.
Code: Select all
ild/temp.linux-i686-2.5/./libtorrent/bindings/python/src/datetime.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/torrent_status.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/utility.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/alert.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/docstrings.o -L/usr/lib -lboost_filesystem -lboost_date_time -lboost_thread -lboost_python -lpthread -lssl -lz -lpython2.5 -o build/lib.linux-i686-2.5/deluge/libtorrent.so
/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
I use Arch Linux.
Re: 0.6 Development Report
It should be pretty apparent from the error message.. you need boost_threadirfan wrote:When I try to build deluge-0.6 from svn I get this error:I have 'pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' installedCode: Select all
ild/temp.linux-i686-2.5/./libtorrent/bindings/python/src/datetime.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/torrent_status.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/utility.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/alert.o build/temp.linux-i686-2.5/./libtorrent/bindings/python/src/docstrings.o -L/usr/lib -lboost_filesystem -lboost_date_time -lboost_thread -lboost_python -lpthread -lssl -lz -lpython2.5 -o build/lib.linux-i686-2.5/deluge/libtorrent.so /usr/bin/ld: cannot find -lboost_thread collect2: ld returned 1 exit status error: command 'g++' failed with exit status 1
I use Arch Linux.
Re: 0.6 Development Report
Thanksandar wrote:It should be pretty apparent from the error message.. you need boost_thread
