get_library_streams_by_stream_id_ext
Fetch a subtitle stream from Plex by stream ID and extension, with optional encoding conversion and timestamp auto-adjustment.
Instructions
Get a stream.
GET /library/streams/{streamId}.{ext}
Args:
stream_id: The id of the stream
ext: The extension of the stream. Required to fetch the sub portion of idx/sub subtitles
encoding: The requested encoding for the subtitle (only used for text subtitles)
format: The requested format for the subtitle to convert the subtitles to (only used for text subtitles)
auto_adjust_subtitle: Whether the server should attempt to automatically adjust the subtitle timestamps to match the media
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext | Yes | ||
| format | No | ||
| encoding | No | ||
| stream_id | Yes | ||
| auto_adjust_subtitle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |