Advanced Sources
32P tracker, seedbox, and AutoSnatch settings (config.ini only).
These options live in config.ini only (no dedicated Settings tab). They are advanced or community-specific; leave them disabled unless you need them.
32P (private tracker)
Comicarr can search and snatch from the 32P tracker when enabled. Credentials are sensitive and encrypted at rest when stored in config.
| Setting | Type | Default | Description |
|---|---|---|---|
ENABLE_32P | bool | False | Master switch for 32P integration. |
SEARCH_32P | bool | False | When true, use 32P for torrent groupings; when false, prefer the alternate (WS) path. |
DEEP_SEARCH_32P | bool | False | Search each series result more thoroughly instead of relying only on ref32p cache. |
MODE_32P | bool | False | False = legacy mode; True = auth mode. |
RSSFEED_32P | string | — | 32P RSS feed URL when used. |
USERNAME_32P | string | — | Tracker username. |
PASSWORD_32P | string | — | Tracker password (encrypted). |
PASSKEY_32P | string | — | Passkey (encrypted). |
VERIFY_32P | bool | True | Verify TLS when talking to 32P. |
Example:
[32P]
enable_32p = False
search_32p = False
deep_search_32p = False
mode_32p = False
username_32p =
password_32p =
passkey_32p =
verify_32p = TrueRuntime session tokens may exist only in memory; care packages redact them from logs. See Care Package.
Seedbox
When torrents are delivered to a remote seedbox watch directory:
| Setting | Type | Default | Description |
|---|---|---|---|
TORRENT_SEEDBOX | bool | False | Enable seedbox delivery path. |
SEEDBOX_HOST | string | — | Seedbox hostname. |
SEEDBOX_PORT | string | — | SSH/SFTP port. |
SEEDBOX_USER | string | — | Username. |
SEEDBOX_PASS | string | — | Password (encrypted). |
SEEDBOX_WATCHDIR | string | — | Remote directory where .torrent files are dropped. |
AutoSnatch (remote post-process)
AutoSnatch can pull completed files from a remote host over SSH after a snatch (typical seedbox workflow):
| Setting | Type | Default | Description |
|---|---|---|---|
AUTO_SNATCH | bool | False | Enable AutoSnatch. |
AUTO_SNATCH_SCRIPT | string | — | Optional custom script path. |
PP_SSHHOST | string | — | SSH host. |
PP_SSHPORT | int | 22 | SSH port. |
PP_SSHUSER | string | — | SSH user. |
PP_SSHPASSWD | string | — | SSH password (encrypted), if not using a key. |
PP_SSHKEYFILE | string | — | Path to private key file. |
PP_SSHLOCALCD | string | — | Local directory for retrieved files. |
External DDL server
Delegate DDL work to another Comicarr-compatible host (also listed under Direct Downloads):
| Setting | Description |
|---|---|
ENABLE_EXTERNAL_SERVER | Enable remote DDL |
EXTERNAL_SERVER | Base URL |
EXTERNAL_USERNAME / EXTERNAL_APIKEY | Auth |