Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions plex-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50435,6 +50435,11 @@ paths:
- $ref: "#/components/parameters/transcodeType"
- $ref: "#/components/parameters/transcodeSessionId"
- $ref: "#/components/parameters/advancedSubtitles"
- name: session
description: Playback session UUID used by music transcode clients.
in: query
schema:
type: string
- name: platform
description: Client platform (some clients send this in addition to headers).
in: query
Expand Down Expand Up @@ -50535,6 +50540,18 @@ paths:
type: integer
minimum: 0
example: 5000
- name: maxAudioBitrate
description: Maximum audio bitrate for music transcodes, in kbps.
in: query
schema:
type: integer
minimum: 0
- name: X-Plex-Client-Profile-Extra
description: Profile augmentations supplied as a query parameter by some music transcode clients.
in: query
schema:
type: string
x-speakeasy-name-override: clientProfileExtraQuery
- name: offset
description: Offset from the start of the media (in seconds).
in: query
Expand Down
Loading