mirror of
https://github.com/LukeHagar/plexjava.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 |
List<GetLibraryItemsType> | ➖ | N/A | |
fieldType |
List<GetLibraryItemsFieldType> | ➖ | N/A | |
size |
int | ✔️ | N/A | 70 |
totalSize |
int | ✔️ | N/A | 170 |
offset |
int | ✔️ | N/A | 0 |
content |
String | ✔️ | N/A | secondary |
allowSync |
boolean | ✔️ | N/A | true |
nocache |
Optional | ➖ | N/A | true |
art |
String | ✔️ | N/A | /:/resources/movie-fanart.jpg |
identifier |
String | ✔️ | N/A | com.plexapp.plugins.library |
librarySectionID |
long | ✔️ | 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 |
Optional | ➖ | N/A | 65592 |
mixedParents |
Optional | ➖ | N/A | true |
metadata |
List<GetLibraryItemsMetadata> | ➖ | N/A | |
meta |
Optional | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |