Page 1 of 1

(WebUI) Unable to locate all torrent files

Posted: Mon Jul 30, 2018 5:00 pm
by 7425234
There are three folders inside the Deluge directory on my FTP server:

Code: Select all

data
torrents
watch
"data" contains only torrent data. "watch" is empty. The torrents are saved in "torrents", but only about half of the fully download torrent files are there and the majority of them have cryptic names which don't appear to be based on the hash.

According to the FAQ the torrent files are stored in in a directory named "state". Does the WebUI use a different naming scheme?

Re: (WebUI) Unable to locate all torrent files

Posted: Mon Jul 30, 2018 5:11 pm
by mhertz
The state dir is under the deluge profile dir, which unless changed is under '~/.config/deluge/' of user running the daemon.

Re: (WebUI) Unable to locate all torrent files

Posted: Mon Jul 30, 2018 5:36 pm
by 7425234
mhertz wrote:The state dir is under the deluge profile dir, which unless changed is under '~/.config/deluge/' of user running the daemon.
Sorry, I looked at the wrong folder. The torrent files are stored in "/.config/deluge/state".

Re: (WebUI) Unable to locate all torrent files

Posted: Mon Jul 30, 2018 5:56 pm
by mhertz
No worries, I understand the confusion when you have two dirs named deluge :)