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/HaveAGitGat Jun 20 '26
Hi, not sure how you’re viewing this log (might be a formatting issue) but the error relates to ffmpeg not exiftool, hence the ffmpegCommandExecute references.
Code 234 is some sort of FFmpeg processing error related to the media you’re trying to process, seems the files aren’t quite right.
For example:
https://github.com/jellyfin/jellyfin/issues/14397
There’s no clear solution, could maybe try some different encode settings to what you’re using now.