mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +00:00
12 KiB
12 KiB
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> | ➖ | N/A | |
fieldType |
array<Operations\GetLibraryItemsFieldType> | ➖ | N/A | |
size |
int | ✔️ | N/A | 70 |
totalSize |
int | ✔️ | N/A | 170 |
offset |
int | ✔️ | N/A | 0 |
content |
string | ✔️ | N/A | secondary |
allowSync |
bool | ✔️ | N/A | true |
nocache |
?bool | ➖ | N/A | true |
art |
string | ✔️ | N/A | /:/resources/movie-fanart.jpg |
identifier |
string | ✔️ | N/A | com.plexapp.plugins.library |
librarySectionID |
int | ✔️ | N/A | 1 |
librarySectionTitle |
string | ✔️ | N/A | Movies |
librarySectionUUID |
string | ✔️ | N/A | 322a231a-b7f7-49f5-920f-14c61199cd30 |
mediaTagPrefix |
string | ✔️ | N/A | /system/bundle/media/flags/ |
mediaTagVersion |
int | ✔️ | N/A | 1701731894 |
thumb |
string | ✔️ | N/A | /:/resources/movie.png |
title1 |
string | ✔️ | N/A | Movies |
title2 |
string | ✔️ | N/A | Recently Released |
viewGroup |
string | ✔️ | N/A | movie |
viewMode |
?int | ➖ | N/A | 65592 |
mixedParents |
?bool | ➖ | N/A | true |
metadata |
array<Operations\GetLibraryItemsMetadata> | ➖ | N/A | |
meta |
?Operations\GetLibraryItemsMeta | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |