Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Move data option not working with set torrent location #581

Open
davevan5 opened this issue Dec 7, 2017 · 3 comments
Open

Move data option not working with set torrent location #581

davevan5 opened this issue Dec 7, 2017 · 3 comments
Labels

Comments

@davevan5
Copy link

davevan5 commented Dec 7, 2017

When setting the location of a torrent there is a checkbox "Move data" which should take existing downloaded data and move it to the new location.

Expected Behavior

Existing torrent data should be moved to new location.

Current Behavior

Data is left in previous location and torrent data is re-downloaded at new location.

Possible Solution

My initial thought is that the move data option is not correctly wired up to do it's intended function.

Steps to Reproduce (for bugs)

  1. Add torrent via flood interface, wait until torrent completes download
  2. Right click torrent and select set torrent location
  3. In the following dialog choose a new folder location for the torrent
  4. Observe torrent will re-download and data is held at old location

Context

The torrent in question has multiple files under a folder structure e.g.

  - This.Is.A.Torrent.Folder.Containing.Files
  | -- FileA.txt
  | -- FileB.exe
  | -- FileC.png

On initial adding and download I discover file A, B and C do not appear to be contained in folder "This.Is.A.Torrent.Folder.Containing.Files" I attempt to set the torrent location again in order to fix this and where this issue then occurs. The problem with a torrent being added and flood ignoring that the torrent has a root folder may be another separate issue to this. Possible torrent location not being set correctly on intial add?

Your Environment

  • Version used:
    • Version (stable release) v1.0.0
    • Commit ID (development release) 2fd0edae15d21bcb79421b6ca1b07c9ff7705bc7
  • Environment name and version: Chrome 64 Node v9
  • Operating System and version: Debian 4.9.30
@munkyboy
Copy link

munkyboy commented Jan 4, 2018

I had this same problem. I'm using rtorrent and flood in different docker containers. When I have each container use the same filesystem, the move functionality works as expected. Hope that helps you.

@bootldrDNB
Copy link

This is still an issue, running rTorrent and flood in different docker containers here as well.

@jfurrow
Copy link
Member

jfurrow commented May 26, 2019

Yeah, the Flood server currently expects the exact same filesystem shared between the Flood server instance and the rTorrent instance. This is doable with Docker instances — just provide the same filesystem mount point path for each instance.

So this isn't a bug, this is a feature request for translating paths from the Flood server instance's accessible filesystem to the rtorrent instance's accessible filesystem.

@jfurrow jfurrow added feature and removed bug labels May 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants