mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +00:00
5.4 KiB
5.4 KiB
GetMediaMetaDataMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
int | ✔️ | Number of media items returned in this response. | 50 |
allowSync |
bool | ✔️ | Indicates whether syncing is allowed. | false |
identifier |
string | ✔️ | An plugin identifier for the media container. | com.plexapp.plugins.library |
librarySectionID |
int | ✔️ | The unique identifier for the library section. | 2 |
librarySectionTitle |
string | ✔️ | The title of the library section. | TV Series |
librarySectionUUID |
?string | ➖ | The universally unique identifier for the library section. | e69655a2-ef48-4aba-bb19-0cc34d1e7d36 |
mediaTagPrefix |
string | ✔️ | The prefix used for media tag resource paths. | /system/bundle/media/flags/ |
mediaTagVersion |
int | ✔️ | The version number for media tags. | 1734362201 |
metadata |
array<Operations\GetMediaMetaDataMetadata> | ✔️ | An array of metadata items. |