On Sun, 29 Nov 2009 02:10:30 +0300
amarao <ama...@desunote.ru> wrote:

> I think this condition can be reproduce by following settings:
> 
> 1) Move torrents to specified folder upon competition
> 2) Automatic remove torrents upon finished seeding
> 3) Automatic pickup torrents from some directory
> 
> Problem apears if in pickup folder contain torrent file for already
> downloaded file (this happends if torrents are collected from
> external sources with duplication).
> 
> (how to reproduce in settings above):
> 1) Put some torrent-file to pickup folder
> 2) Wait until seeding is complete
> 3) Put same torrent-file to pickup folder
> 4) Look to Checking category in interface

Hi,

sorry for the lack of reply (one year)...

I'm not sure I've completely understood how to reproduce this issue
(and it is likely it has been fixed in the meanwhile for the versions of
deluge in testing and unstable).

My relevant test settings from ~/.config/deluge/core.conf are as follows
(in sparse order):

  "autoadd_enable": true,
  "move_completed": true,
  "autoadd_location": "/home/cristian/deluge/autoadd",
  "download_location": "/home/cristian/deluge/download",
  "move_completed_path": "/home/cristian/deluge/completed",
  "stop_seed_at_ratio": true,
  "stop_seed_ratio": 0.5
  "remove_seed_at_ratio": true,
  "copy_torrent_file": false,
  "del_copy_torrent_file": false,

This way deluge downloads the content and then removes the torrent from
session, so putting the .torrent file again in autoadd dir causes
restarting the download from scratch.

On the other hand, using

  "remove_seed_at_ratio": false,

causes the torrent being still included (paused) in session, and
putting the .torrent again in autoadd dir causes a warning (deluge is
launched from terminal with `deluge -L info`):

[WARNING ] 00:57:28 torrentmanager:422 Error adding torrent: torrent
already exists in session

Could you please help me either reproducing the issue or confirming it
has gone for the version in Squeeze?

Thanks,
--
Cristian Greco
GPG key ID: 0xCF4D32E4

Attachment: signature.asc
Description: PGP signature

Reply via email to