[
    {
        "id": "debug_enable",
        "label": "Enable Debug",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "gender_enable",
        "label": "Enable Male Actor filter",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "validate_image_keys",
        "label": "Remove Obsolete Images",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "remove_images",
        "label": "Remove Stored Images",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "manual_override",
        "label": "Prevent Automatic Matching",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "metadataapi_enable",
        "label": "Enable using MetadataAPI for unsuccessful search",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "metadataapi_token",
        "label": "MetadataAPI Token",
        "type": "text",
        "option": "hidden",
        "default": ""
    },
    {
        "id": "strip_enable",
        "label": "Enable FileName Strip",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "strip_symbol",
        "label": "Strip After Symbol",
        "type": "text",
        "default": "~"
    },
    {
        "id": "strip_symbol_reverse",
        "label": "Strip Before Symbol",
        "type": "text",
        "default": "%"
    },
    {
        "id": "custom_title_enable",
        "label": "Use Custom Title Format",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "custom_title",
        "label": "Title format",
        "type": "text",
        "default": "{actors} - {title} [{studio}/{series}]"
    },
    {
        "id": "order_enable",
        "label": "Enable Custom Order",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "order_list",
        "label": "Order List",
        "type": "text",
        "default": "Local Storage, Freeones, IAFD, Indexxx, AdultDVDEmpire, Boobpedia, Babes and Stars, Babepedia, JAVBus, JAVDatabase"
    },
    {
        "id": "proxy_enable",
        "label": "Enable Proxy",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "proxy_type",
        "label": "Proxy Type",
        "type": "enum",
        "values": [
            "http",
            "https",
            "socks4",
            "socks4a",
            "socks5",
            "socks5h"
        ],
        "default": "socks5"
    },
    {
        "id": "proxy_ip",
        "label": "Proxy IP",
        "type": "text",
        "default": "127.0.0.1"
    },
    {
        "id": "proxy_port",
        "label": "Proxy Port",
        "type": "text",
        "default": "9050"
    },
    {
        "id": "proxy_authentication_enable",
        "label": "Enable Proxy Authentication",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "proxy_user",
        "label": "Proxy Username",
        "type": "text",
        "default": ""
    },
    {
        "id": "proxy_password",
        "label": "Proxy Password",
        "type": "text",
        "option": "hidden",
        "default": ""
    },
    {
        "id": "flaresolverr_endpoint",
        "label": "FlareSolverr Endpoint URL",
        "type": "text",
        "default": "http://localhost:8191"
    },
    {
        "id": "captcha_enable",
        "label": "Enable Captcha Solvers",
        "type": "bool",
        "default": "false"
    },
    {
        "id": "captcha_type",
        "label": "Captcha Solver Service",
        "type": "enum",
        "values": [
            "anticaptcha",
            "2captcha",
            "9kw"
        ],
        "default": "9kw"
    },
    {
        "id": "captcha_key",
        "label": "API Key",
        "type": "text",
        "option": "hidden",
        "default": ""
    }
]
