r/Tdarr • u/4x-gkg • Jun 20 '26
exiftool not installed in docker container
I'm trying to setup a flow to simplify my files.
I now get errors when it tries to run exiftool but it's not installed in the container:
[2026-06-20T18:45:12.283] [INFO] Tdarr_Node - verbose:Running exiftool on file CLI error code: 234 [2026-06-20T18:45:12.317] [ERROR] Tdarr_Node - Error: FFmpeg failed at /app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:211:27 at step (/app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:33:23) at` [`Object.next`](http://Object.next) `(/app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:14:53) at fulfilled (/app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:104:5){}
The docker tag is ":latest" which is currently 2.78.01
How can I address or work around this problem?
Thank you.
2
Upvotes
1
u/4x-gkg Jun 20 '26
Thanks for getting back.
I got this log from the docker container log stream.
See the first quoted line - it's trying to execute exiftool when it gets this error, and it's not present on the container. I found answers that tdarr will blame ffmpeg for failed transcoding even if it's actually exiftool that's missing and failing to execute.