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