defiantredpill / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
0 stars 0 forks source link

drag and drop multiple torrents fails when selected torrents contain a duplicate torrent in the list #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. drag a torrent from a folder on your local machine to transmission-
remote
2. drag several torrents including a torrent that is already in 
transmission-remote from a folder on your local machine to transmission-
remote.

What is the expected output? What do you see instead?

transmission remote should continue to upload the list of torrents that 
aren't already in transmission skipping the duplicate instead of failing 
with "duplicate torrent". With a long list of torrents it can be difficult 
to see which one is the duplicate.

What version of the product are you using? On what operating system?

v3.12 build 3599 on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by imcd...@gmail.com on 27 Dec 2009 at 1:32

GoogleCodeExporter commented 9 years ago
The "duplicate torrent" message is from RPC. But, because the uploadings are 
independent rpc calls, the not duplicated torrents are added to T. 
Unfortunately, 
it's hard to determine, which torrents are duplicated. 

But i think, it's not relevant, because no torrents are loss. (missing is 
added!)

(i tested it with last trunk build)

Original comment by elso.and...@gmail.com on 29 Dec 2009 at 2:46