get_library_metadata_by_ids_subtitles
Retrieve subtitles for media items by IDs. Filter by language, title, format, or media item to get the specific subtitle track needed.
Instructions
Get subtitles.
GET /library/metadata/{ids}/subtitles
Args: ids: Comma-separated list of IDs title: The title to filter by language: The language code to use media_item_id: The unique identifier of the mediaitem url: The URL of the subtitle. If not provided, the contents of the subtitle must be in the post body format: The format forced: The forced hearing_impaired: The hearingImpaired
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| url | No | ||
| title | No | ||
| forced | No | ||
| format | No | ||
| language | No | ||
| media_item_id | No | ||
| hearing_impaired | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |