mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
14 KiB
14 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 |
T::Array<Models::Operations::GetLibraryItemsType> | ➖ | N/A | |
field_type |
T::Array<Models::Operations::GetLibraryItemsFieldType> | ➖ | N/A | |
size |
::Integer | ✔️ | N/A | 70 |
total_size |
::Integer | ✔️ | N/A | 170 |
offset |
::Integer | ✔️ | N/A | 0 |
content |
::String | ✔️ | N/A | secondary |
allow_sync |
T::Boolean | ✔️ | N/A | true |
nocache |
T.nilable(T::Boolean) | ➖ | N/A | true |
art |
::String | ✔️ | N/A | /:/resources/movie-fanart.jpg |
identifier |
::String | ✔️ | N/A | com.plexapp.plugins.library |
library_section_id |
::Integer | ✔️ | N/A | 1 |
library_section_title |
::String | ✔️ | N/A | Movies |
library_section_uuid |
::String | ✔️ | N/A | 322a231a-b7f7-49f5-920f-14c61199cd30 |
media_tag_prefix |
::String | ✔️ | N/A | /system/bundle/media/flags/ |
media_tag_version |
::Integer | ✔️ | N/A | 1701731894 |
thumb |
::String | ✔️ | N/A | /:/resources/movie.png |
title1 |
::String | ✔️ | N/A | Movies |
title2 |
::String | ✔️ | N/A | Recently Released |
view_group |
::String | ✔️ | N/A | movie |
view_mode |
T.nilable(::Integer) | ➖ | N/A | 65592 |
mixed_parents |
T.nilable(T::Boolean) | ➖ | N/A | true |
metadata |
T::Array<Models::Operations::GetLibraryItemsMetadata> | ➖ | N/A | |
meta |
T.nilable(Models::Operations::GetLibraryItemsMeta) | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |