Page 8 of 12

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Mon Nov 17, 2014 5:10 pm
by gwarser
After downloading 100MB from the swarm I want to give back 150MB (150% ratio). Now I must manually pause this job because qbt wants to upload ~6GB! This is definitely wrong!

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Mon Nov 17, 2014 8:26 pm
by sledgehammer_999
[quote="gwarser"]
After downloading 100MB from the swarm I want to give back 150MB (150% ratio). Now I must manually pause this job because qbt wants to upload ~6GB! This is definitely wrong!
[/quote]

Well we have a stale mate and I don't know how to solve it. If I actually do the calculation as upload/download=ratio I'll have the other problem. If I don't, I'll have your problem.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Mon Nov 17, 2014 10:10 pm
by ciaobaby
Would this be a good place to point out that I did suggest that 'fudging' the ratio number would be a problem at some point?



....

No? okay thought not ... Cheery-bye :)

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Mon Nov 17, 2014 10:22 pm
by sledgehammer_999
IMO, these are 2 opposite edge cases.
Not fudging the numbers: Let's say a user imports his fully downloaded torrent and wants to share it until ratio 1.5. However, since he will never download anything the all_time_download var will be 0. So the ratio will appear as MAX_RATIO+1 (aka 10000) which is bigger than 1.5. That means that he will never seed that torrent.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Tue Nov 18, 2014 10:51 am
by ciaobaby
That means that he will never seed that torrent.
How??
All it takes is to set the task to "No ratio set" then check the tracker account occasionally, because it does NOT matter what "ratio" that is shown in the client, it is what the ratio that the TRACKER has that really counts.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Tue Nov 18, 2014 12:30 pm
by sledgehammer_999
Don't change the criteria of my hypothesis. I said the user has set in the options(under bittorrent) a share ratio limit of 1.5.
Of course the true ratio is logged by the tracker. However, the ratio presented by the client is (mostly) just a way to auto-manage his seeding.
Unfortunetaly there are corner cases such as this, that need manual intervention.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141021_ce4ef37

Posted: Tue Nov 18, 2014 12:57 pm
by Mith
[quote="sledgehammer_999"]
If you experience "freezing of the gui" try using the below build made using boost 1.55. (please report if you still experience freezing UI)
http://builds.shiki.hu/temp/qbittorrent ... _setup.exe
[/quote]

Thanks Sledge, i will test it out and let you know. The freezes seem to happen sporadicly so it might take a little time before it happens.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Tue Nov 18, 2014 8:42 pm
by Herrn Jensen
Not fudging the numbers: Let's say a user imports his fully downloaded torrent and wants to share it until ratio 1.5. However, since he will never download anything the all_time_download var will be 0. So the ratio will appear as MAX_RATIO+1 (aka 10000) which is bigger than 1.5. That means that he will never seed that torrent.
What I would expect form 1.5 ratio, is that the file(s) is shared to the amount of 1.5 times their size.
So on torrent import/create could the actual size of the files be used as the all_time_download start point ??

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Tue Nov 18, 2014 9:06 pm
by sledgehammer_999
So on torrent import/create could the actual size of the files be used as the all_time_download start point ??
Yes, that is the current behavior of the code.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141117_d6f309b

Posted: Sun Dec 07, 2014 1:22 pm
by sledgehammer_999
Here is a build of qBittorrent 3.2.0alpha sha1 78d4258 from git master with:
boost 1.57
libtorrent 1.0.3svn+r10582
qt: 4.8.6

Built using gcc 4.9.0.

Git changelog from last alpha: https://github.com/qbittorrent/qBittorr ... fffb99f7be


http://builds.shiki.hu/qbittorrent_3.2. ... _setup.exe

(sorry I didn't have time for a boost 1.55 build)

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141207_78d4258

Posted: Sun Dec 07, 2014 2:12 pm
by Nemo
Automatic download & install. Thanks sledge.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141207_78d4258

Posted: Sun Dec 28, 2014 12:03 pm
by sledgehammer_999
Here is a build of qBittorrent 3.2.0alpha sha1 ca2dc325 from git master with:
boost 1.55
libtorrent 1.0.3svn+r10642
qt: 4.8.6

Built using gcc 4.9.0.

Git changelog from last alpha: https://github.com/qbittorrent/qBittorr ... eb99401e00


http://builds.shiki.hu/qbittorrent_3.2. ... _setup.exe

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Posted: Sun Dec 28, 2014 1:20 pm
by Nemo
Downloading, installing, updating my signature, using & testing.

Thanks sledge.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Posted: Wed Dec 31, 2014 7:05 am
by tekko
I haven't tried the alpha's for a long while and I just moved from 3.1.11 to 3.2.0alpha_20141229_ca2dc325...
I get a few times more nodes for dht and a few times faster in d/l... What a great speed improvement!!! Thanks.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Posted: Wed Dec 31, 2014 11:34 am
by tekko
With the alpha, I highlighted ~200-300 torrents and right clicked. Program/ System freezed with high cpu usage. It's not happening with the stable version. With the stable version, the context menu appears in an instant. (xpsp3 x86)