@ctrl/plex
    Preparing search index...

    Interface ServerPlaylistsOptions

    interface ServerPlaylistsOptions {
        filters?: Record<string, boolean | number | string>;
        playlistType?: PlaylistContentType;
        sectionId?: string | number;
        sort?: string | readonly string[];
        title?: string;
    }
    Index
    filters?: Record<string, boolean | number | string>

    Optional local result filters such as title__iexact.

    playlistType?: PlaylistContentType

    Limit results to audio, video, or photo playlists.

    sectionId?: string | number

    Limit results to a library section.

    sort?: string | readonly string[]

    One or more Plex playlist sort expressions.

    title?: string

    Partial title search performed by Plex.