mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
6.2 KiB
6.2 KiB
GetMediaMetaDataPart
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
int | ✔️ | Unique part identifier. | 418385 |
key |
string | ✔️ | Key to access this part. | /library/parts/418385/1735864239/file.mkv |
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 |
container |
string | ✔️ | Container format of the part. | mkv |
videoProfile |
string | ✔️ | Video profile for the part. | main 10 |
stream |
array<Operations\GetMediaMetaDataStream> | ✔️ | An array of streams for this part. | |
accessible |
?bool | ➖ | Indicates if the part is accessible. | true |
exists |
?bool | ➖ | Indicates if the part exists. | true |
indexes |
?string | ➖ | N/A | sd |