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