seshu0701 / transdroid

Automatically exported from code.google.com/p/transdroid
GNU General Public License v3.0
0 stars 0 forks source link

Queued completed torrents incorrectly classified under Deluge #212

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Allow a torrent to finish and reach the maximum configured seed ratio
2. Connect to the Deluge server
3. Transdroid will show that torrent as "Waiting to download" and "Waiting to 
check..."

Expected: Transdroid should show the torrent as completed and queued.

What version of the product are you using?
Transdroid 0.20.0

What torrent client are you using?
Deluge 1.2.2

Original issue reported on code.google.com by cach...@gmail.com on 26 Aug 2010 at 9:47

GoogleCodeExporter commented 8 years ago
I can't seem to reproduce this. What are they being showed as in Deluge? The 
torrent I tested with was shown in both Deluge and Transdroid as 'Paused'.

Original comment by erickok@gmail.com on 6 Sep 2010 at 2:09

GoogleCodeExporter commented 8 years ago
Paused torrents are labeled correctly.

What I meant were Torrents which finished, and have reached their maximum seed 
ratio.
Those torrents are labeled in Deluge as "Queued", but Transdroid labels them as 
"Waiting to download", and under that, "Waiting to check".

The most correct label would be something like "Queued for seeding".

Original comment by cach...@gmail.com on 6 Sep 2010 at 2:14

GoogleCodeExporter commented 8 years ago
Strangely enough torrent that run into the seeding limit turn up as 'Paused' in 
my Deluge and not as 'Queued'. So we probably still have some different setting 
there. Have you also set a limit to the number of active torrents or do you 
maybe use the full auto-managed mode?

My test Deluge client uses all the defaults (max 7 concurrent torrent I believe 
but no ratio or speed limits) and I've set of two torrents to be 'auto-managed' 
and 'stop seed ratio' at 0,1. After Deluge has downloeded the torrents and 
seeded them to a ratio of 0,1, they are automatically paused. Ntoe that I use 
the Deluge GTK client to set this up since the web UI doesn't seem to persist 
the 'seed ratio' settings on individual torrents.

Sorry for the questions; I'd like to reproduce the result you're getting.

Original comment by erickok@gmail.com on 7 Sep 2010 at 9:49

GoogleCodeExporter commented 8 years ago
I think I realized the problem.
My torrents aren't reaching their seed ratio, but instead, I set the Total 
active seeding, and the Seed Time to 0.
(I know that's not very nice, but I'm temporarilly on a limited mobile 
connection, and seeding would kill my allowance).

So maybe what's happening is that the torrents are stopped immediately after 
they finish downloading, and go to a "queued" status instead of the "paused" 
status you see with the seed ratio limit.

In any case, here are my settings in the download preferences (GTK UI):
Total active: 8
Total active downloading: 8
Total active seeding: 0

Share ratio limit: 2.00
Seed time ratio: 7.00
Seed time (m): 0

Stop seeding when ratio reaches: 0.50

Please don't hesitate to ask further questions. I'm happy to help.

Original comment by cach...@gmail.com on 7 Sep 2010 at 10:02

GoogleCodeExporter commented 8 years ago
Thanks for the reply. I can indeed reproduce it this way. I've changed it so 
that the torrent will now show that they are queued (and currently stopped). 
Fix will be in the next release.

Original comment by erickok@gmail.com on 7 Sep 2010 at 11:37