mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +00:00
14 KiB
14 KiB
GetLibrarySectionsAllPart
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
accessible |
?bool | ➖ | Indicates if the part is accessible. | true |
exists |
?bool | ➖ | Indicates if the part exists. | true |
id |
int | ✔️ | Unique part identifier. | 418385 |
key |
string | ✔️ | Key to access this part. | /library/parts/418385/1735864239/file.mkv |
indexes |
?string | ➖ | N/A | sd |
duration |
?int | ➖ | Duration of the part in milliseconds. | 9610350 |
file |
string | ✔️ | File path for the part. | /mnt/Movies_1/W/Wicked (2024).mkv |
size |
int | ✔️ | File size in bytes. | 30649952104 |
packetLength |
?int | ➖ | N/A | 188 |
container |
?string | ➖ | Container format of the part. | mkv |
videoProfile |
?string | ➖ | Video profile for the part. | main 10 |
audioProfile |
?string | ➖ | The audio profile used for the media (e.g., DTS, Dolby Digital, etc.). | dts |
has64bitOffsets |
?bool | ➖ | N/A | false |
optimizedForStreaming |
Operations\GetLibrarySectionsAllOptimizedForStreamingLibrary1|bool|null | ➖ | Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true | |
hasThumbnail |
?Operations\GetLibrarySectionsAllHasThumbnail | ➖ | N/A | 1 |
stream |
array<Operations\GetLibrarySectionsAllStream> | ➖ | An array of streams for this part. |