mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
5.3 KiB
5.3 KiB
GetMediaMetaDataPart
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Accessible |
bool | ➖ | Indicates if the part is accessible. | true |
Exists |
bool | ➖ | Indicates if the part exists. | true |
Id |
long | ✔️ | Unique part identifier. | 418385 |
Key |
string | ✔️ | Key to access this part. | /library/parts/418385/1735864239/file.mkv |
Indexes |
string | ➖ | N/A | sd |
Duration |
long | ✔️ | Duration of the part in milliseconds. | 9610350 |
File |
string | ✔️ | File path for the part. | /mnt/Movies_1/W/Wicked (2024).mkv |
Size |
long | ✔️ | File size in bytes. | 30649952104 |
Container |
string | ✔️ | Container format of the part. | mkv |
VideoProfile |
string | ✔️ | Video profile for the part. | main 10 |
Stream |
List<GetMediaMetaDataStream> | ✔️ | An array of streams for this part. |