FileFlows icon indicating copy to clipboard operation
FileFlows copied to clipboard

[Bug] Copy files node resulting in original file as output

Open Sprooty opened this issue 2 years ago • 3 comments

Have noticed odd behaviour that input file is matching output file. Relevant example and logs provided

Original_Root Original_Movie FileFlows Output JobLog.txt FlowsExport.txt

Sprooty avatar Jun 25 '22 04:06 Sprooty

Whats the issue exactly. It copied the file over without renaming it as you did not rename it. Then your pattern renamer changed x264 to x265 as expected.

revenz avatar Jun 28 '22 04:06 revenz

Input file - 6.8gb

Output file size noted in logs 2022-06-25 13:14:14.539 - INFO -> video:1287649kB audio:1045191kB subtitle:73kB other streams:0kB global headers:0kB muxing overhead: 0.202405%

Output in target copy directory is identical to input file

For some reason Node 12 (Copy File) is copying the original file and not the new/working file.

See attached joblog.txt

Sprooty avatar Jun 28 '22 10:06 Sprooty

can you put a sleep in after it does the encode, then check the file.

the copy is definitely copying the correct file

2022-06-25 13:14:14.693 - INFO -> CopyFileArgs: 'C:\Users\Sprooty\AppData\Roaming\FileFlows\Temp\Runner-ec5ca4fa-71a1-4f79-9619-01e95f78c518\faa54e7a-4fd2-4524-bcbb-623d28063cdb.mkv', 'N:\FileFlowsOutput\6.days.2017.1080p.bluray.x264-psychd\6.Days.2017.1080p.BluRay.x264-PSYCHD.mkv'
2022-06-25 13:14:14.701 - INFO -> Copying file: "C:\Users\Sprooty\AppData\Roaming\FileFlows\Temp\Runner-ec5ca4fa-71a1-4f79-9619-01e95f78c518\faa54e7a-4fd2-4524-bcbb-623d28063cdb.mkv" to "N:\FileFlowsOutput\6.days.2017.1080p.bluray.x264-psychd\6.Days.2017.1080p.BluRay.x264-PSYCHD.mkv"
2022-06-25 13:15:25.344 - INFO -> File copied successfully
2022-06-25 13:15:25.344 - INFO -> Initing new copied file
2022-06-25 13:15:25.430 - INFO -> Copying file: "N:\Movies\6.Days.2017.1080p.BluRay.x264-PSYCHD\6.days.2017.1080p.bluray.x264-psychd\6.Days.2017.1080p.BluRay.x264-PSYCHD.mkv" to "N:\FileFlowsOutput\6.days.2017.1080p.bluray.x264-psychd\6.Days.2017.1080p.BluRay.x264-PSYCHD.mkv"
2022-06-25 13:16:38.899 - INFO -> File copied successfully
2022-06-25 13:16:38.957 - INFO -> Copied file: "N:\Movies\6.Days.2017.1080p.BluRay.x264-PSYCHD\6.days.2017.1080p.bluray.x264-psychd\6.Days.2017.1080p.BluRay.x264-PSYCHD.mkv" to "N:\FileFlowsOutput\6.days.2017.1080p.bluray.x264-psychd\6.Days.2017.1080p.BluRay.x264-PSYCHD.mkv"

revenz avatar Jul 08 '22 22:07 revenz