@ctrl/plex
    Preparing search index...

    Class Optimized

    Hierarchy

    • PlexObject
      • Optimized
    Index

    Constructors

    • Parameters

      • server: PlexServer
      • data: any
      • Optionalinitpath: string
      • Optionalparent: PlexObject

      Returns Optimized

    Properties

    composite: any
    id: string
    key: string

    plex relative url

    parent?: WeakRef<any>

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

    server: PlexServer
    target: any
    targetTagID: any
    title: any
    type: any
    TAG: string = 'Item'

    xml element tag

    TYPE: string = null

    xml element type

    Methods

    • Returns True if this object is a child of the given class.

      Parameters

      • cls: any

      Returns boolean

    • 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>

    • Remove this Optimized item.

      Returns Promise<void>

    • Rename this Optimized item.

      Parameters

      • title: string

        New title for the item.

      Returns Promise<void>

    • Reprocess a removed Conversion item that is still a listed Optimize item.

      Parameters

      • ratingKey: string | number

        The rating key of the item to reprocess.

      Returns Promise<void>