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_32Pstringnone32P RSS feed URL when used.
USERNAME_32PstringnoneTracker username.
PASSWORD_32PstringnoneTracker password (encrypted).
PASSKEY_32PstringnonePasskey (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_HOSTstringnoneSeedbox hostname.
SEEDBOX_PORTstringnoneSSH/SFTP port.
SEEDBOX_USERstringnoneUsername.
SEEDBOX_PASSstringnonePassword (encrypted).
SEEDBOX_WATCHDIRstringnoneRemote 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_SCRIPTstringnoneOptional custom script path.
PP_SSHHOSTstringnoneSSH host.
PP_SSHPORTstring22SSH port.
PP_SSHUSERstringnoneSSH user.
PP_SSHPASSWDstringnoneSSH password (encrypted), if not using a key.
PP_SSHKEYFILEstringnonePath to private key file.
PP_SSHLOCALCDstringnoneLocal directory for retrieved files.

External DDL server

The ENABLE_EXTERNAL_SERVER, EXTERNAL_SERVER, EXTERNAL_USERNAME, and EXTERNAL_APIKEY settings remain in the configuration schema for older files, but the current application does not implement a remote-server downloader. Leave them disabled. Use a local direct-download route or the seedbox and AutoSnatch options above instead.

On this page