Have .filepart when amc script is copying movie to another directory?

Support for Ubuntu and other Desktop Linux distributions
Post Reply
MickeMM
Posts: 48
Joined: 03 Apr 2019, 10:52

Have .filepart when amc script is copying movie to another directory?

Post by MickeMM »

Is it possible to have .filepart when amc script is copying movie to another directory?
My disk is old but works, hehe.. But sometimes it take time to move the file from download -> plex directory.
I have a script that re-encode all my movie and pick all with .mkv.
Sometimes the script run when filebot is not done moving over the file.

Hope you understand what i mean :)
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC -copy

Post by rednoah »

:idea: Processing files instantly within the same file system using hardlinks is most strongly recommended. You can then use other tools such as rsync to sync things to remote machines as needed.


:idea: That said, you can have your own Custom Rename Action › Shell Actions if you must move files to a temporary location and then move those files to a permanent location as part of the process.
:idea: Please read the FAQ and How to Request Help.
MickeMM
Posts: 48
Joined: 03 Apr 2019, 10:52

Re: Have .filepart when amc script is copying movie to another directory?

Post by MickeMM »

Hardlinks was perfect to use. Thanks!
Post Reply