tdarr_client
Retrieve and update table data from Tdarr UI including files, staging, rejected, and transcode/health check statuses with pagination and filters.
Instructions
Load and update data in various tables found around the Tdarr UI. clientType can be: files, staging, rejected, transcode_success, transcode_error, health_check_success, health_check_error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | Yes | Additional options | |
| sorts | Yes | Array of sort objects | |
| start | Yes | Pagination start index | |
| filters | Yes | Array of filter objects | |
| pageSize | Yes | Number of items per page | |
| clientType | Yes | Table type to query (e.g. files, staging, rejected, transcode_success, transcode_error, health_check_success, health_check_error) |