scan_file_details
Scan any readable file to retrieve detailed metadata using ExifTool and MediaInfo, with optional closed-caption detection. Works for files both inside and outside Tdarr libraries.
Instructions
Run ExifTool, MediaInfo and/or a closed-caption scan against one file and return the results (POST /api/v2/scan-individual-file). Works on any path the server can read, whether or not it is in a library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exiftool | No | Run an ExifTool scan (default true) | |
| file_path | Yes | Full file path, as Tdarr Server sees it | |
| mediainfo | No | Run a MediaInfo scan (default true) | |
| closed_captions | No | Scan for closed captions (default false; this one is slow) |