rumanzo / deluge2qbt

Windows tool for migration from Deluge to qBittorrent
https://qbforums.shiki.hu/viewtopic.php?f=14&t=5889
GNU General Public License v3.0
65 stars 2 forks source link

Program does not set download location for files #11

Open Blizihguh opened 1 year ago

Blizihguh commented 1 year ago

Describe the bug Used this to move ~140 torrents from Deluge to QBT. It successfully copied all the torrents into QBT, but set all of their download locations to my downloads folder (not the place they actually are). Therefore, QBT did not see any of the files as downloaded, and tried to download everything from scratch. I tried a second time with the argument `-r "C:/Users/Owner/Downloads,E:/Music/", but that resulted in 140 corrupted torrents in QBT (which the command line said were all successful).

To Reproduce Steps to reproduce the behavior:

  1. Download a torrent in Deluge
  2. Move the file location
  3. Run deluge2qbt
  4. Cry

Expected behavior If I have files downloaded in E:/Music/, QBT should not expect them to be in C:/Users/Owner/Downloads.

Desktop (please complete the following information):

rumanzo commented 1 year ago

Why you used -r flag? How you actually make first run? And give me example which locations that you actually have, and which were in qBt after?

AwesomeAwesomeAwesome commented 6 months ago

Had the same issue, it worked when I changed the Windows path slashes to backslash (but not for the network path, my qbt destination path).

E.g. what worked for me: -r "E:\Download,/data/torrents/incoming"