Action move or copy?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Cederstrom
Posts: 1
Joined: 23 Apr 2016, 23:17

Action move or copy?

Post by Cederstrom »

Hi Everyone,

I'm a bit confused, I use torrent to download, some are as packed rar others as mkv's that are not packed. I want to use deluge to handle deleting the downloads when seedtime is ok - this works perfectly.

I want to run filebot amc to structure the files in my movie/tv library - but if I choose action copy I end up having the extracted file in my download folder, and if I choose move, will it not move the unpacked mkv's away? Can't quite figure out what is right to use?

Also is it possible to set the "extract" folder to somewhere else than inside the download folder? Would love to extract it in some temp folder and then just have it to delete everything?


Hope someone can help me out, thanks! :)
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Action move or copy?

Post by rednoah »

--def clean=y Automatically remove empty folders and clutter files that may be left behind after moving the video files, or temporary extracted files after copying
You want to use these options:

Code: Select all

--action duplicate --def clean=y
:idea: Please read the FAQ and How to Request Help.
Post Reply