@ctrl/plex
    Preparing search index...

    Interface CreateClientPlayQueueOptions

    interface CreateClientPlayQueueOptions {
        continuous?: boolean;
        includeChapters?: boolean;
        includeRelated?: boolean;
        offset?: number;
        params?: Record<string, string | number | boolean>;
        paused?: boolean;
        repeat?: boolean;
        shuffle?: boolean;
        startItem?: Playable;
    }

    Hierarchy

    • CreatePlayQueueOptions
      • CreateClientPlayQueueOptions
    Index
    continuous?: boolean

    Include additional items after the initial item

    includeChapters?: boolean

    Include chapters

    includeRelated?: boolean

    Include related content

    offset?: number

    Playback offset in milliseconds.

    params?: Record<string, string | number | boolean>

    Additional Plex play queue parameters.

    paused?: boolean

    Start playback paused.

    repeat?: boolean

    Start the playqueue with repeat enabled

    shuffle?: boolean

    Start the playqueue shuffled

    startItem?: Playable

    Media item in the PlayQueue where playback should begin