search_files
Locate files in the Tdarr database by filename substring and size filters. Get path, library, codecs, and transcode/health status for each match.
Instructions
Search the Tdarr file database by filename substring and file size (POST /api/v2/search-db). Returns one summarized record per match: path, library, container, size, codecs, and transcode/health status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | Substring to match against the file path (empty for no filter) | |
| detailed | No | Return the full records, including ffProbe and MediaInfo data | |
| less_than_gb | No | Only files smaller than this (default 10000) | |
| greater_than_gb | No | Only files larger than this (default 0) |