Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SearchPlugin

    type SearchPlugin = {
        enabled?: boolean;
        fullName?: string;
        name?: string;
        supportedCategories?: { id?: string; name?: string }[];
        url?: string;
        version?: string;
    }
    Index

    Properties

    enabled?: boolean

    Whether the plugin is enabled

    fullName?: string

    Full name of the plugin

    name?: string

    Short name of the plugin

    supportedCategories?: { id?: string; name?: string }[]

    List of category objects

    url?: string

    URL of the torrent site

    version?: string

    Installed version of the plugin