mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +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 |