mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 12:37:45 +00:00
24 lines
110 KiB
Markdown
24 lines
110 KiB
Markdown
# GetMetadataMedia
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `id` | *Integer* | :heavy_minus_sign: | N/A | 15 |
|
|
| `duration` | *Integer* | :heavy_minus_sign: | N/A | 141417 |
|
|
| `bitrate` | *Integer* | :heavy_minus_sign: | N/A | 2278 |
|
|
| `width` | *Integer* | :heavy_minus_sign: | N/A | 1920 |
|
|
| `height` | *Integer* | :heavy_minus_sign: | N/A | 814 |
|
|
| `aspectRatio` | *Double* | :heavy_minus_sign: | N/A | 2.35 |
|
|
| `audioChannels` | *Integer* | :heavy_minus_sign: | N/A | 2 |
|
|
| `audioCodec` | *String* | :heavy_minus_sign: | N/A | aac |
|
|
| `videoCodec` | *String* | :heavy_minus_sign: | N/A | h264 |
|
|
| `videoResolution` | *String* | :heavy_minus_sign: | N/A | 1080 |
|
|
| `container` | *String* | :heavy_minus_sign: | N/A | mp4 |
|
|
| `videoFrameRate` | *String* | :heavy_minus_sign: | N/A | 24p |
|
|
| `optimizedForStreaming` | *Integer* | :heavy_minus_sign: | N/A | 0 |
|
|
| `audioProfile` | *String* | :heavy_minus_sign: | N/A | lc |
|
|
| `has64bitOffsets` | *Boolean* | :heavy_minus_sign: | N/A | false |
|
|
| `videoProfile` | *String* | :heavy_minus_sign: | N/A | high |
|
|
| `part` | List<[lukehagar.plexapi.plexapi.models.operations.GetMetadataPart](../../models/operations/GetMetadataPart.md)> | :heavy_minus_sign: | N/A | [<br/>{<br/>"id": 15,<br/>"key": "/library/parts/15/1705637151/file.mp4",<br/>"duration": 141417,<br/>"file": "/movies/Serenity (2005)/Serenity (2005).mp4",<br/>"size": 40271948,<br/>"audioProfile": "lc",<br/>"container": "mp4",<br/>"has64bitOffsets": false,<br/>"optimizedForStreaming": false,<br/>"videoProfile": "high",<br/>"Stream": [<br/>{<br/>"id": 30,<br/>"streamType": 1,<br/>"default": true,<br/>"codec": "h264",<br/>"index": 1,<br/>"bitrate": 2160,<br/>"bitDepth": 8,<br/>"chromaLocation": "left",<br/>"chromaSubsampling": 14520,<br/>"codedHeight": 816,<br/>"codedWidth": 1920,<br/>"colorPrimaries": "bt709",<br/>"colorRange": "tv",<br/>"colorSpace": "bt709",<br/>"colorTrc": "bt709",<br/>"frameRate": 24,<br/>"hasScalingMatrix": false,<br/>"height": 814,<br/>"level": 40,<br/>"profile": "high",<br/>"refFrames": 4,<br/>"scanType": "progressive",<br/>"streamIdentifier": "2",<br/>"width": 1920,<br/>"displayTitle": "1080p (H.264)",<br/>"extendedDisplayTitle": "1080p (H.264)"<br/>},<br/>{<br/>"id": 29,<br/>"streamType": 2,<br/>"selected": true,<br/>"default": true,<br/>"codec": "aac",<br/>"index": 0,<br/>"channels": 2,<br/>"bitrate": 128,<br/>"language": "English",<br/>"languageTag": "en",<br/>"languageCode": "eng",<br/>"profile": "lc",<br/>"samplingRate": 44100,<br/>"streamIdentifier": "1",<br/>"displayTitle": "English (AAC Stereo)",<br/>"extendedDisplayTitle": "English (AAC Stereo)"<br/>}<br/>]<br/>}<br/>] | |