-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm trying to use this command to move completed torrents to another folder and it's not functioning as I would expect. Am I doing something wrong or is this a bug?
rtcontrol path=/data/torrent/incomplete/\* --from=complete --move-and-set='/data/torrent/complete/{{item.alias}}'
with and without the trailing / after {{item.alias}}.
- This works with files that are not in a subfolder without issue, but if the files are in a subfolder, it creates the file structure as directories and puts the files inside those.
download directory/
download directory/tracker/
download directory/tracker/torrent folder/
download directory/tracker/torrent folder/file 1.ext/file 1.ext
download directory/tracker/torrent folder/file 2.ext/file 2.ext
instead of
download directory/
download directory/tracker/
download directory/tracker/torrent folder/
download directory/tracker/torrent folder/file 1.ext
download directory/tracker/torrent folder/file 2.ext
- It's also not removing the original files, it appears to be copying the files instead.
If there is anything else I can provide, just ask.
Thanks
Metadata
Metadata
Assignees
Labels
No labels