mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 20:47:46 +00:00
33 lines
12 KiB
Markdown
33 lines
12 KiB
Markdown
# GetLibraryItemsMediaContainer
|
|
|
|
The Meta object is only included in the response if the `includeMeta` parameter is set to `1`.
|
|
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
|
|
| `type` | array<[Operations\GetLibraryItemsType](../../Models/Operations/GetLibraryItemsType.md)> | :heavy_minus_sign: | N/A | |
|
|
| `fieldType` | array<[Operations\GetLibraryItemsFieldType](../../Models/Operations/GetLibraryItemsFieldType.md)> | :heavy_minus_sign: | N/A | |
|
|
| `size` | *int* | :heavy_check_mark: | N/A | 70 |
|
|
| `totalSize` | *int* | :heavy_check_mark: | N/A | 170 |
|
|
| `offset` | *int* | :heavy_check_mark: | N/A | 0 |
|
|
| `content` | *string* | :heavy_check_mark: | N/A | secondary |
|
|
| `allowSync` | *bool* | :heavy_check_mark: | N/A | true |
|
|
| `nocache` | *?bool* | :heavy_minus_sign: | N/A | true |
|
|
| `art` | *string* | :heavy_check_mark: | N/A | /:/resources/movie-fanart.jpg |
|
|
| `identifier` | *string* | :heavy_check_mark: | N/A | com.plexapp.plugins.library |
|
|
| `librarySectionID` | *int* | :heavy_check_mark: | N/A | 1 |
|
|
| `librarySectionTitle` | *string* | :heavy_check_mark: | N/A | Movies |
|
|
| `librarySectionUUID` | *string* | :heavy_check_mark: | N/A | 322a231a-b7f7-49f5-920f-14c61199cd30 |
|
|
| `mediaTagPrefix` | *string* | :heavy_check_mark: | N/A | /system/bundle/media/flags/ |
|
|
| `mediaTagVersion` | *int* | :heavy_check_mark: | N/A | 1701731894 |
|
|
| `thumb` | *string* | :heavy_check_mark: | N/A | /:/resources/movie.png |
|
|
| `title1` | *string* | :heavy_check_mark: | N/A | Movies |
|
|
| `title2` | *string* | :heavy_check_mark: | N/A | Recently Released |
|
|
| `viewGroup` | *string* | :heavy_check_mark: | N/A | movie |
|
|
| `viewMode` | *?int* | :heavy_minus_sign: | N/A | 65592 |
|
|
| `mixedParents` | *?bool* | :heavy_minus_sign: | N/A | true |
|
|
| `metadata` | array<[Operations\GetLibraryItemsMetadata](../../Models/Operations/GetLibraryItemsMetadata.md)> | :heavy_minus_sign: | N/A | |
|
|
| `meta` | [?Operations\GetLibraryItemsMeta](../../Models/Operations/GetLibraryItemsMeta.md) | :heavy_minus_sign: | The Meta object is only included in the response if the `includeMeta` parameter is set to `1`.<br/> | | |