scan_media_folder
Scan a folder for media files, optionally probe each file with ffprobe, and retrieve results in stable sorted order.
Instructions
Scan a folder for media and probe each file. Stable sorted order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe | No | Run ffprobe on each file (slower, richer). | |
| max_files | No | ||
| recursive | No | ||
| folder_path | Yes | Directory to scan. | |
| include_extensions | No | Restrict to these extensions (with or without dot). |