mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
3.3 KiB
3.3 KiB
GetMediaMetaDataDirector
Example Usage
import { GetMediaMetaDataDirector } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaMetaDataDirector = {
id: 126522,
tag: "Danny Boyle",
filter: "director=235876",
tagKey: "5d776831151a60001f24d031",
thumb:
"https://metadata-static.plex.tv/8/people/8d65fa96804802e08f2de09fe014408e.jpg",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | Unique identifier for the director. | 126522 |
tag |
string | ✔️ | The role of Director | Danny Boyle |
filter |
string | ✔️ | The filter string used to query this director. | director=235876 |
tagKey |
string | ➖ | A unique key associated with the director's tag, used for internal identification. | 5d776831151a60001f24d031 |
thumb |
string | ➖ | The URL of the thumbnail image for the director. | https://metadata-static.plex.tv/8/people/8d65fa96804802e08f2de09fe014408e.jpg |