update_library_parts_by_part_id
Set the audio and subtitle streams for a specific media part in Plex, optionally applying the same selection to all parts for consistent playback.
Instructions
Set stream selection.
PUT /library/parts/{partId}
Args: part_id: The id of the part to select streams on audio_stream_id: The id of the audio stream to select in this part subtitle_stream_id: The id of the subtitle stream to select in this part. Specify 0 to select no subtitle all_parts: Perform the same for all parts of this media selecting similar streams in each
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part_id | Yes | ||
| all_parts | No | ||
| audio_stream_id | No | ||
| subtitle_stream_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |