mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
4.3 KiB
4.3 KiB
StartUniversalTranscodeRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
has_mde |
float | ✔️ | Whether the media item has MDE | 1 |
path |
str | ✔️ | The path to the media item to transcode | /library/metadata/23409 |
media_index |
float | ✔️ | The index of the media item to transcode | 0 |
part_index |
float | ✔️ | The index of the part to transcode | 0 |
protocol |
str | ✔️ | The protocol to use for the transcode session | hls |
fast_seek |
Optional[float] | ➖ | Whether to use fast seek or not | 0 |
direct_play |
Optional[float] | ➖ | Whether to use direct play or not | 0 |
direct_stream |
Optional[float] | ➖ | Whether to use direct stream or not | 0 |
subtitle_size |
Optional[float] | ➖ | The size of the subtitles | 100 |
subtites |
Optional[str] | ➖ | The subtitles | burn |
audio_boost |
Optional[float] | ➖ | The audio boost | 100 |
location |
Optional[str] | ➖ | The location of the transcode session | lan |
media_buffer_size |
Optional[float] | ➖ | The size of the media buffer | 102400 |
session |
Optional[str] | ➖ | The session ID | zvcage8b7rkioqcm8f4uns4c |
add_debug_overlay |
Optional[float] | ➖ | Whether to add a debug overlay or not | 0 |
auto_adjust_quality |
Optional[float] | ➖ | Whether to auto adjust quality or not | 0 |