Page 1 of 1

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

Posted: 21 Jul 2024, 17:05
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 :)

Re: AMC -copy

Posted: 22 Jul 2024, 04:20
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.

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

Posted: 24 Jul 2024, 10:28
by MickeMM
Hardlinks was perfect to use. Thanks!