mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
23 KiB
23 KiB
GetLibraryItemsMedia
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Id |
int | ➖ | N/A | 119534 |
Duration |
int | ➖ | N/A | 11558112 |
Bitrate |
int | ➖ | N/A | 25025 |
Width |
int | ➖ | N/A | 3840 |
Height |
int | ➖ | N/A | 2072 |
AspectRatio |
double | ➖ | N/A | 1.85 |
AudioChannels |
int | ➖ | N/A | 6 |
AudioCodec |
string | ➖ | N/A | eac3 |
VideoCodec |
string | ➖ | N/A | hevc |
VideoResolution |
string | ➖ | N/A | 4k |
Container |
string | ➖ | N/A | mkv |
VideoFrameRate |
string | ➖ | N/A | 24p |
VideoProfile |
string | ➖ | N/A | main 10 |
Part |
List<GetLibraryItemsPart> | ➖ | N/A | [ { "id": 119542, "key": "/library/parts/119542/1680457526/file.mkv", "duration": 11558112, "file": "/movies/Avatar The Way of Water (2022)/Avatar.The.Way.of.Water.2022.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10.HEVC-CMRG.mkv", "size": 36158371307, "container": "mkv", "videoProfile": "main 10" } ] |