mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
36 lines
4.2 KiB
Markdown
36 lines
4.2 KiB
Markdown
# GetMediaPostersMediaContainer
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetMediaPostersMediaContainer } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetMediaPostersMediaContainer = {
|
|
size: 50,
|
|
mediaTagVersion: 1734362201,
|
|
mediaTagPrefix: "/system/bundle/media/flags/",
|
|
identifier: "com.plexapp.plugins.library",
|
|
metadata: [
|
|
{
|
|
key:
|
|
"https://image.tmdb.org/t/p/original/hntBJjqbv4m0Iyniqaztv9xaudI.jpg",
|
|
provider: "tmdb",
|
|
ratingKey:
|
|
"https://image.tmdb.org/t/p/original/hntBJjqbv4m0Iyniqaztv9xaudI.jpg",
|
|
selected: true,
|
|
thumb:
|
|
"https://images.plex.tv/photo?height=336&width=225&minSize=1&upscale=1&url=https%3A%2F%2Fimage%2Etmdb%2Eorg%2Ft%2Fp%2Foriginal%2FhntBJjqbv4m0Iyniqaztv9xaudI%2Ejpg",
|
|
},
|
|
],
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
|
|
| `size` | *number* | :heavy_check_mark: | Number of media items returned in this response. | 50 |
|
|
| `mediaTagVersion` | *number* | :heavy_check_mark: | The version number for media tags. | 1734362201 |
|
|
| `mediaTagPrefix` | *string* | :heavy_check_mark: | The prefix used for media tag resource paths. | /system/bundle/media/flags/ |
|
|
| `identifier` | *string* | :heavy_check_mark: | An plugin identifier for the media container. | com.plexapp.plugins.library |
|
|
| `metadata` | [operations.GetMediaPostersMetadata](../../../sdk/models/operations/getmediapostersmetadata.md)[] | :heavy_check_mark: | N/A | | |