[Feature Request] Move/Copy based on unzipped/single file

All your suggestions, requests and ideas for future development
Post Reply
curtis07
Posts: 1
Joined: 12 Nov 2015, 01:32

[Feature Request] Move/Copy based on unzipped/single file

Post by curtis07 »

As far as I know, there is no way to specify that a video file be renamed and moved after being unzipped (so that only the rar/zip files in the original download remain) or copied and renamed if it is a single video file download. I keep my Plex server media files on a separate hard drive from my downloads, so when a video file finishes downloading, I have it copy and rename to the media hard drive. When it's in 20 rar files, it unzips the video, then copies the video, leaving an extra video in the download folder. Deleting the torrent later refuses to delete that extra video (because it wasn't in the original download), so I occasionally have to go into my downloads hard drive and delete a bunch of duplicates.

A really cool new feature would be [Move, Copy, MoveIfZip] functionality in the scripting.
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Feature Request] Move/Copy based on unzipped/single fil

Post by rednoah »

This is the option you're looking for:
--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
Solution:

Code: Select all

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