mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +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 |
|---|---|---|---|---|
size |
int | ✔️ | N/A | 70 |
total_size |
int | ✔️ | N/A | 170 |
offset |
int | ✔️ | N/A | 0 |
content |
str | ✔️ | N/A | secondary |
allow_sync |
bool | ✔️ | N/A | true |
art |
str | ✔️ | N/A | /:/resources/movie-fanart.jpg |
identifier |
str | ✔️ | N/A | com.plexapp.plugins.library |
library_section_id |
int | ✔️ | N/A | 1 |
library_section_title |
str | ✔️ | N/A | Movies |
library_section_uuid |
str | ✔️ | N/A | 322a231a-b7f7-49f5-920f-14c61199cd30 |
media_tag_prefix |
str | ✔️ | N/A | /system/bundle/media/flags/ |
media_tag_version |
int | ✔️ | N/A | 1701731894 |
thumb |
str | ✔️ | N/A | /:/resources/movie.png |
title1 |
str | ✔️ | N/A | Movies |
title2 |
str | ✔️ | N/A | Recently Released |
view_group |
str | ✔️ | N/A | movie |
type |
List[operations.GetLibraryItemsType] | ➖ | N/A | |
field_type |
List[operations.GetLibraryItemsFieldType] | ➖ | N/A | |
nocache |
Optional[bool] | ➖ | N/A | true |
view_mode |
Optional[int] | ➖ | N/A | 65592 |
mixed_parents |
Optional[bool] | ➖ | N/A | true |
metadata |
List[operations.GetLibraryItemsMetadata] | ➖ | N/A | |
meta |
Optional[operations.GetLibraryItemsMeta] | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |