mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
8.7 KiB
8.7 KiB
GetMediaMetaDataRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
RatingKey |
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 |
IncludeConcerts |
*bool | ➖ | Include concerts data if set to true. | true |
IncludeExtras |
*bool | ➖ | Include extra content (e.g. bonus features). | true |
IncludeOnDeck |
*bool | ➖ | Include on-deck items. | true |
IncludePopularLeaves |
*bool | ➖ | Include popular leaves (episodes/chapters). | true |
IncludePreferences |
*bool | ➖ | Include preferences information. | true |
IncludeReviews |
*bool | ➖ | Include reviews for the content. | true |
IncludeChapters |
*bool | ➖ | Include chapter details. | true |
IncludeStations |
*bool | ➖ | Include station data. | true |
IncludeExternalMedia |
*bool | ➖ | Include external media data. | true |
AsyncAugmentMetadata |
*bool | ➖ | Trigger asynchronous metadata augmentation. | true |
AsyncCheckFiles |
*bool | ➖ | Trigger asynchronous file checking. | true |
AsyncRefreshAnalysis |
*bool | ➖ | Trigger asynchronous refresh of analysis. | true |
AsyncRefreshLocalMediaAgent |
*bool | ➖ | Trigger asynchronous refresh of the local media agent. | true |