mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
9.2 KiB
9.2 KiB
GetLibraryItemsMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
int | ✔️ | N/A | 70 |
allowSync |
boolean | ✔️ | N/A | true |
art |
String | ✔️ | N/A | /:/resources/movie-fanart.jpg |
identifier |
String | ✔️ | N/A | com.plexapp.plugins.library |
librarySectionID |
LibrarySectionID | ✔️ | N/A | |
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. |