1.0.0_RC9 (0.9.09) Released
Re: 1.0.0_RC2 (0.9.02) Released
I just noticed, the ratio doesn't seem to stop at the set amount. I had it enabled in the preferences and/or the per torrent options. Something I'm doing wrong?
Re: 1.0.0_RC2 (0.9.02) Released
I'm having the same problem, when I pause a torrent that has passed the global ratio and try to resume it says Torrent is past stop ratio, but when the ratio is achieved the torrent doesn't get paused, also individual ratio limits don't seem to work at all.loki wrote:I just noticed, the ratio doesn't seem to stop at the set amount. I had it enabled in the preferences and/or the per torrent options. Something I'm doing wrong?
Re: 1.0.0_RC2 (0.9.02) Released
I had to use below patch to get it compiles in FreeBSD 7.0-STABLE with boost-python-1.34.1.
So far, it works nice. The WebUI doesn't update dynamic with GTK+ client (with 'Allow Remote Connections' enable). I had to refresh WebUI to see the update by manual. The GTK+ updates dynamic with WebUI perfect. I have used WebUI in Opera 9.51, Firefox 2 and Firefox3. These browsers get same result.
By the way, in the FAQ shows that python-json in dependencies list. To me, it looks like it isn't need anymore since it's already included? Or am I wrong?
While I am here, I am wondering if there is any plan to add option in setup.py to select which to install core, gtk or web?
Code: Select all
--- libtorrent/bindings/python/src/peer_plugin.cpp.orig 2008-07-15 20:31:38.000000000 -0500
+++ libtorrent/bindings/python/src/peer_plugin.cpp 2008-07-15 20:31:45.000000000 -0500
@@ -2,6 +2,9 @@
// subject to the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+#include <cctype>
+#include <iostream>
+
#include <libtorrent/extensions.hpp>
#include <libtorrent/entry.hpp>
#include <libtorrent/lazy_entry.hpp>
By the way, in the FAQ shows that python-json in dependencies list. To me, it looks like it isn't need anymore since it's already included? Or am I wrong?
While I am here, I am wondering if there is any plan to add option in setup.py to select which to install core, gtk or web?
Re: 1.0.0_RC2 (0.9.02) Released
Is it me or is this RC more buggy than what most people expect of a RC (at least comparing to firefox)? Maybe call it a beta or alpha instead. New users who go the the main page and download it are sure to be frustrated, perhaps still include the old, more stable 0.5 link on the main page and add a smaller text below it telling of v 1.0?
Re: 1.0.0_RC2 (0.9.02) Released
RC1 had a few major bugs, but they have since been fixed. There are a couple outstanding issues with RC2, but I'm not sure why people would be frustrated with this release? Could you please explain the reasons _why_ people would be frustrated? Are there other major bugs that you have encountered?noian wrote:Is it me or is this RC more buggy than what most people expect of a RC (at least comparing to firefox)? Maybe call it a beta or alpha instead. New users who go the the main page and download it are sure to be frustrated, perhaps still include the old, more stable 0.5 link on the main page and add a smaller text below it telling of v 1.0?
Re: 1.0.0_RC2 (0.9.02) Released
I would think it would be called beta too, not due to major bugs but that it's not feature complete... mostly plugins I guess.
I guess the blocklist plugin not working could be considered a major bug.
I guess the blocklist plugin not working could be considered a major bug.
Re: 1.0.0_RC2 (0.9.02) Released
I really like this RC2. However, The Open Folder thing doesn't work in Ubuntu. I'm using Ubuntu Hardy x64.
Another annoying thing is that when I restart Deluge, the queue is messed up and I have to reorganize it again! It's really frustrating.
Another annoying thing is that when I restart Deluge, the queue is messed up and I have to reorganize it again! It's really frustrating.
Re: 1.0.0_RC2 (0.9.02) Released
Looks cool so far, but is there going to be an option to set the "max half-open connections"? It's not there and I'd like to know what the default is set to.
Re: 1.0.0_RC2 (0.9.02) Released
The default is -1 unless it's Windows then it defaults to 8.shangrila wrote:Looks cool so far, but is there going to be an option to set the "max half-open connections"? It's not there and I'd like to know what the default is set to.
We could add this option in the future, but I wonder if it's really necessary?
Re: 1.0.0_RC2 (0.9.02) Released
The open folder has been fixed.thewolf32 wrote:I really like this RC2. However, The Open Folder thing doesn't work in Ubuntu. I'm using Ubuntu Hardy x64.
Another annoying thing is that when I restart Deluge, the queue is messed up and I have to reorganize it again! It's really frustrating.
I am not quite sure what you mean by the queue is messed up? Do the torrents not retain their queuing order? Please note that seeds do not have a queue position.