mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.8 KiB
2.8 KiB
GetMetaDataByRatingKeyDirector
Example Usage
import { GetMetaDataByRatingKeyDirector } from "@lukehagar/plexjs";
let value: GetMetaDataByRatingKeyDirector = {
id: 130,
filter: "director=130",
tag: "Joss Whedon",
tagKey: "5d776828880197001ec90e8f",
thumb: "https://metadata-static.plex.tv/people/5d776828880197001ec90e8f.jpg",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 130 |
filter |
string | ➖ | N/A | director=130 |
tag |
string | ➖ | N/A | Joss Whedon |
tagKey |
string | ➖ | N/A | 5d776828880197001ec90e8f |
thumb |
string | ➖ | N/A | https://metadata-static.plex.tv/people/5d776828880197001ec90e8f.jpg |