@ctrl/plex
    Preparing search index...

    Class Poster

    Represents a single Poster object.

    Hierarchy (View Summary)

    Index
    key: string

    plex relative url

    parent?: WeakRef<any>

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

    provider?: string

    The source of the resource. 'local' for local files (e.g. theme.mp3),

    ratingKey: string

    Unique key identifying the resource.

    selected: boolean

    True if the resource is currently selected.

    server: PlexServer
    thumb: string

    The URL to retrieve the resource thumbnail.

    TAG: string = 'Metadata'

    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>