@ctrl/plex
    Preparing search index...

    Class Director

    Represents a single Director media tag.

    Hierarchy (View Summary)

    Index
    filter?: string

    Filter expression used by Plex for this tag.

    FILTER: "director" = ...
    id?: string | number

    Tag ID (This seems meaningless except to use it as a unique id).

    key: string

    plex relative url

    parent?: WeakRef<any>

    WeakRef to the parent object that this object is built from.

    role?: string

    unknown

    server: PlexServer
    tag: string

    Name of the tag. This will be Animation, SciFi etc for Genres. The name of person for Directors and Roles (ex: Animation, Stephen Graham, etc).

    tagType?: number

    Numeric Plex tag type.

    TAG: "Director" = ...

    xml element tag

    TYPE: string = null

    xml element type

    • Refreshing a Library or individual item causes the metadata for the item to be refreshed, even if it already has metadata. You can think of refreshing as "update metadata for the requested item even if it already has some". You should refresh a Library or individual item if:

      Returns Promise<void>

    • Reload the data for this object from this.key.

      Parameters

      • Optionalekey: string

      Returns Promise<void>