mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.5 KiB
3.5 KiB
GetMetaDataByRatingKeyRole
Example Usage
import { GetMetaDataByRatingKeyRole } from "@lukehagar/plexjs";
let value: GetMetaDataByRatingKeyRole = {
id: 220,
filter: "actor=220",
tag: "Dennis Keiffer",
tagKey: "5d77683554f42c001f8c4708",
role: "Bar Guy (uncredited)",
thumb: "https://metadata-static.plex.tv/6/people/648e9a7ea1d537bccfcd7615134b78ce.jpg",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 220 |
filter |
string | ➖ | N/A | actor=220 |
tag |
string | ➖ | N/A | Dennis Keiffer |
tagKey |
string | ➖ | N/A | 5d77683554f42c001f8c4708 |
role |
string | ➖ | N/A | Bar Guy (uncredited) |
thumb |
string | ➖ | N/A | https://metadata-static.plex.tv/6/people/648e9a7ea1d537bccfcd7615134b78ce.jpg |