Page 1 of 1

rc8, prioritize seeding torrents

Posted: Thu Aug 28, 2008 5:01 pm
by Onip
Imagine this scenario:
5 just added torrents.
With a cap of 3 active torrent max the first three begin downloading. I'd like that when one of theese finishes then it would go seeding and stay active until seeding ratio in preferences is reached (or until I manually pause it).

Currently when a downloading torrent finishes then the 'to be seeded' one just pauses and another download starts.

Can you help me?

Re: rc8, prioritize seeding torrents

Posted: Thu Aug 28, 2008 10:36 pm
by loki
In the queue preferences it has total number of active torrents, downloading torrents and seeding torrents. Set the active torrents to 5 downloading torrents to 3 and seeding torrents to 3... I believe that would work.

Re: rc8, prioritize seeding torrents

Posted: Fri Aug 29, 2008 11:11 am
by Onip
no way.

It just started some waiting to start downloadng torrents.
There should be a way to prioritize to be seeded torrents over to download ones, it is in the spirit of p2p.

Re: rc8, prioritize seeding torrents

Posted: Fri Aug 29, 2008 11:01 pm
by andar
Onip wrote:no way.

It just started some waiting to start downloadng torrents.
There should be a way to prioritize to be seeded torrents over to download ones, it is in the spirit of p2p.
Why don't you just do something like this?

max downloads 3
max seeds -1
max active -1

This will run unlimited amount of seeds but only allow 3 downloads at a time. You can set the max seeds variable to whatever you want to limit the number of seeds to.

Re: rc8, prioritize seeding torrents

Posted: Sat Aug 30, 2008 8:39 am
by Onip
thanks, but too many seeds equals too few band each.

Re: rc8, prioritize seeding torrents

Posted: Sat Aug 30, 2008 4:29 pm
by andar
Onip wrote:thanks, but too many seeds equals too few band each.
Then limit the seeds.

Re: rc8, prioritize seeding torrents

Posted: Sun Aug 31, 2008 9:06 am
by Onip
I've already done that, it was my first try.
My config is
max active 3
max down 2
max seed 2

but it always start a new download instead of finish seeding old ones.
maybe I should open a ticket in the bugtracker for a feature request?

Re: rc8, prioritize seeding torrents

Posted: Sun Aug 31, 2008 11:39 pm
by andar
Onip wrote:I've already done that, it was my first try.
My config is
max active 3
max down 2
max seed 2

but it always start a new download instead of finish seeding old ones.
maybe I should open a ticket in the bugtracker for a feature request?
If you have those settings, then what will happen is you will have 2 downloads and 1 seed.. If you only have 1 download, then you will have 2 seeds and if you have no downloads you will only have 2 seeds. If you want to have 2 downloads and 2 seeds, then either set the max active to 4 or -1.

Are you saying that if there are 2 seeds, you don't want any downloads to happen?

Re: rc8, prioritize seeding torrents

Posted: Mon Sep 01, 2008 7:49 am
by Onip
I just would like my queue to be respected. To me (and to many others) a torrent is finished when you have seeded enough.
example
let's start with an 'empty' deluge and add torrents a,b,c,d,e. Due to bandwidth limitations i have only 3 torrents enabled and 2 downloading.
So torrents a and b would be started.
At some point either a or b would finish download (say a), so a would go seeding and c will be started (3 torrents working).
At the current deluge status (or maybe at my deluge knowledge status) when b finishes downloading then it would go in the seeding queue and d would start and either a or b would be stopped by deluge. This is not what I want. I'd like deluge to start d only when either a or b reach the seeding ratio i put in the preferences and thus get stopped (and removed). In other words don't start a new download until there's some seeding happening and no slot (3 max) is available.