@ctrl/plex
    Preparing search index...

    Interface LibrarySearchOptions

    interface LibrarySearchOptions {
        libtype?:
            | "track"
            | "artist"
            | "album"
            | "movie"
            | "show"
            | "season"
            | "episode"
            | "trailer"
            | "comic"
            | "person"
            | "picture"
            | "clip"
            | "photo"
            | "photoalbum"
            | "playlist"
            | "playlistFolder"
            | "collection"
            | "optimizedVersion"
            | "userPlaylistItem";
        title?: string;
        [param: string]: QueryParamValue;
    }

    Indexable

    • [param: string]: QueryParamValue
    Index
    libtype?:
        | "track"
        | "artist"
        | "album"
        | "movie"
        | "show"
        | "season"
        | "episode"
        | "trailer"
        | "comic"
        | "person"
        | "picture"
        | "clip"
        | "photo"
        | "photoalbum"
        | "playlist"
        | "playlistFolder"
        | "collection"
        | "optimizedVersion"
        | "userPlaylistItem"

    Limit results to a Plex library type.

    title?: string

    Exact or partial title query.