Files
plexjs/docs/sdk/models/operations/producer.md

3.3 KiB
Raw Blame History

Producer

Example Usage

import { Producer } from "@lukehagar/plexjs/sdk/models/operations";

let value: Producer = {
  id: 126522,
  filter: "producer=126522",
  tag: "Amelia Knapp",
  tagKey: "5d77683d85719b001f3a535e",
  thumb:
    "https://metadata-static.plex.tv/7/people/708568fd018d7aa8b1032dcf867747e8.jpg",
};

Fields

Field Type Required Description Example
id number ✔️ Unique identifier for the producer. 126522
filter string ✔️ The filter string used to query this producer. producer=126522
tag string ✔️ The name of the producer Amelia Knapp
tagKey string A unique key associated with the producer's tag, used for internal identification. 5d77683d85719b001f3a535e
thumb string The URL of the thumbnail image for the actor. https://metadata-static.plex.tv/7/people/708568fd018d7aa8b1032dcf867747e8.jpg