mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +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 |
[]operations.GetLibraryItemsType | ➖ | N/A | |
FieldType |
[]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 |
int64 | ✔️ | 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 |
[]operations.GetLibraryItemsMetadata | ➖ | N/A | |
Meta |
*operations.GetLibraryItemsMeta | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |