mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
8.7 KiB
8.7 KiB
GetMediaMetaDataRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
rating_key |
::String | ✔️ | The id(s) of the library item(s) to return metadata for. Can be a single ID or comma-separated list of IDs. | 21119,21617 |
include_concerts |
T.nilable(T::Boolean) | ➖ | Include concerts data if set to true. | true |
include_extras |
T.nilable(T::Boolean) | ➖ | Include extra content (e.g. bonus features). | true |
include_on_deck |
T.nilable(T::Boolean) | ➖ | Include on-deck items. | true |
include_popular_leaves |
T.nilable(T::Boolean) | ➖ | Include popular leaves (episodes/chapters). | true |
include_preferences |
T.nilable(T::Boolean) | ➖ | Include preferences information. | true |
include_reviews |
T.nilable(T::Boolean) | ➖ | Include reviews for the content. | true |
include_chapters |
T.nilable(T::Boolean) | ➖ | Include chapter details. | true |
include_stations |
T.nilable(T::Boolean) | ➖ | Include station data. | true |
include_external_media |
T.nilable(T::Boolean) | ➖ | Include external media data. | true |
async_augment_metadata |
T.nilable(T::Boolean) | ➖ | Trigger asynchronous metadata augmentation. | true |
async_check_files |
T.nilable(T::Boolean) | ➖ | Trigger asynchronous file checking. | true |
async_refresh_analysis |
T.nilable(T::Boolean) | ➖ | Trigger asynchronous refresh of analysis. | true |
async_refresh_local_media_agent |
T.nilable(T::Boolean) | ➖ | Trigger asynchronous refresh of the local media agent. | true |