Skip to content

--move-and-set #81

@darkalchemy

Description

@darkalchemy

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}}.

  1. 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
  1. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions