Page 4 of 11

Re: 0.6 Development Report

Posted: Fri Jan 25, 2008 8:59 pm
by sleepyenglish
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

Posted: Sat Jan 26, 2008 1:57 pm
by andar
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.
I have considered this and will likely implement it at some point, but for now they are listed in one long list.

Re: 0.6 Development Report

Posted: Sat Jan 26, 2008 2:00 pm
by andar
irfan wrote:
markybob wrote:install libboost-python-dev
thanks
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.
Could you tell me a bit more about this?
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 development :D I can't wait ;) Thank you guys.

Sory for my english :)
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.

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

Posted: Sat Jan 26, 2008 2:02 pm
by andar
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!
This is exactly what 0.6 is capable of. The current revisions of 0.6 come with both a GtkUI and a WebUI.

Re: 0.6 Development Report

Posted: Sat Jan 26, 2008 3:42 pm
by maever
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 :)

Re: 0.6 Development Report

Posted: Sat Jan 26, 2008 4:47 pm
by sleepyenglish
andar wrote:
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.
I have considered this and will likely implement it at some point, but for now they are listed in one long list.
Ok andar thats cool.

Re: 0.6 Development Report

Posted: Sun Jan 27, 2008 3:00 am
by andar
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 :)
It does support DHT and bandwidth throttling.

You can get the files in the deluge-0.6 branch, not trunk.

Re: 0.6 Development Report

Posted: Sat Feb 16, 2008 12:03 pm
by irfan
When I try to build deluge-0.6 from svn I get this error:

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 have 'pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' installed

I use Arch Linux.

Re: 0.6 Development Report

Posted: Sat Feb 16, 2008 10:59 pm
by andar
irfan wrote:When I try to build deluge-0.6 from svn I get this error:

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 have 'pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' installed

I use Arch Linux.
It should be pretty apparent from the error message.. you need boost_thread

Re: 0.6 Development Report

Posted: Fri Feb 22, 2008 12:31 pm
by irfan
andar wrote:It should be pretty apparent from the error message.. you need boost_thread
Thanks :roll: