mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 12:47:44 +00:00
8.8 KiB
8.8 KiB
GetLibraryItemsPart
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
int | ✔️ | N/A | 119542 |
key |
str | ✔️ | N/A | /library/parts/119542/1680457526/file.mkv |
file |
str | ✔️ | N/A | /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 |
int | ✔️ | N/A | 36158371307 |
container |
str | ✔️ | The container format of the media file. |
mkv |
duration |
Optional[int] | ➖ | N/A | 11558112 |
audio_profile |
Optional[str] | ➖ | N/A | dts |
has64bit_offsets |
Optional[bool] | ➖ | N/A | false |
optimized_for_streaming |
Optional[bool] | ➖ | N/A | false |
video_profile |
Optional[str] | ➖ | N/A | main 10 |
indexes |
Optional[str] | ➖ | N/A | sd |
has_thumbnail |
Optional[operations.GetLibraryItemsHasThumbnail] | ➖ | N/A | 1 |
stream |
List[operations.GetLibraryItemsStream] | ➖ | N/A |