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.

SettingTypeDefaultDescription
ENABLE_32PboolFalseMaster switch for 32P integration.
SEARCH_32PboolFalseWhen true, use 32P for torrent groupings; when false, prefer the alternate (WS) path.
DEEP_SEARCH_32PboolFalseSearch each series result more thoroughly instead of relying only on ref32p cache.
MODE_32PboolFalseFalse = legacy mode; True = auth mode.
RSSFEED_32Pstring32P RSS feed URL when used.
USERNAME_32PstringTracker username.
PASSWORD_32PstringTracker password (encrypted).
PASSKEY_32PstringPasskey (encrypted).
VERIFY_32PboolTrueVerify 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 = True

Runtime 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:

SettingTypeDefaultDescription
TORRENT_SEEDBOXboolFalseEnable seedbox delivery path.
SEEDBOX_HOSTstringSeedbox hostname.
SEEDBOX_PORTstringSSH/SFTP port.
SEEDBOX_USERstringUsername.
SEEDBOX_PASSstringPassword (encrypted).
SEEDBOX_WATCHDIRstringRemote 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):

SettingTypeDefaultDescription
AUTO_SNATCHboolFalseEnable AutoSnatch.
AUTO_SNATCH_SCRIPTstringOptional custom script path.
PP_SSHHOSTstringSSH host.
PP_SSHPORTint22SSH port.
PP_SSHUSERstringSSH user.
PP_SSHPASSWDstringSSH password (encrypted), if not using a key.
PP_SSHKEYFILEstringPath to private key file.
PP_SSHLOCALCDstringLocal directory for retrieved files.

External DDL server

Delegate DDL work to another Comicarr-compatible host (also listed under Direct Downloads):

SettingDescription
ENABLE_EXTERNAL_SERVEREnable remote DDL
EXTERNAL_SERVERBase URL
EXTERNAL_USERNAME / EXTERNAL_APIKEYAuth

On this page