Move after complete goes to the same folder

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Tombomlol
Posts: 1
Joined: Wed Nov 18, 2015 7:23 am

Move after complete goes to the same folder

Post by Tombomlol »

I am using the transmission daemon, latest version and running it under Arch Linux.

When a file is completed with downloading the logging writes

Code: Select all

Nov 17 18:59:24 Mediabak transmission-daemon[8685]: [2015-11-17 18:59:24.589 CET] MyMovie.S05E11.HDTV.x264 State changed from "Incomplete" to "Complete" (torrent.c:2161)
Nov 17 18:59:24 Mediabak transmission-daemon[8685]: [2015-11-17 18:59:24.589 CET] Moving "MyMovie.S05E11.HDTV.x264" location from currentDir "/media/downloads" to "/media/downloads" 

Meanwhile my config looks like

Code: Select all

    "download-dir": "/media/completed", 
    "download-queue-enabled": true, 
    "download-queue-size": 5, 
    "encryption": 1, 
    "idle-seeding-limit": 0, 
    "idle-seeding-limit-enabled": true, 
    "incomplete-dir": "/media/downloads", 
    "incomplete-dir-enabled": true, 

So he downloads to the correct location but won't move it to the other location. I have tried multiple edits.

Transmission runs with the parameters

Code: Select all

/usr/bin/transmission-daemon -f --log-debug 
Any idea?
Post Reply