mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
18 lines
5.5 KiB
Markdown
18 lines
5.5 KiB
Markdown
# GetMediaMetaDataPart
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
| `accessible` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates if the part is accessible. | true |
|
|
| `exists` | *Optional\<Boolean>* | :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` | *Optional\<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/operations/GetMediaMetaDataStream.md)> | :heavy_check_mark: | An array of streams for this part. | | |