mirror of
https://github.com/LukeHagar/plexcsharp.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` | *int* | :heavy_minus_sign: | N/A | 15 |
|
|
| `Duration` | *int* | :heavy_minus_sign: | N/A | 141417 |
|
|
| `Bitrate` | *int* | :heavy_minus_sign: | N/A | 2278 |
|
|
| `Width` | *int* | :heavy_minus_sign: | N/A | 1920 |
|
|
| `Height` | *int* | :heavy_minus_sign: | N/A | 814 |
|
|
| `AspectRatio` | *double* | :heavy_minus_sign: | N/A | 2.35 |
|
|
| `AudioChannels` | *int* | :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` | *int* | :heavy_minus_sign: | N/A | 0 |
|
|
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | lc |
|
|
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
|
|
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | high |
|
|
| `Part` | List<[GetMetadataPart](../../Models/Requests/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/>] | |