Skip to content

AniDB Attributes

Configuring AniDB is optional. The AniDB integration uses a replacement API service that doesn't require user authentication.

By default, the service filters adult/mature content to provide family-friendly results. You can opt-in to include mature content by setting enable_mature: true.

An anidb mapping is in the root of the config file, sampled below.

config.yml AniDB sample
anidb:
  language: en
  cache_expiration: 60
  enable_mature: false
Attribute Description Allowed Values (default in bold) Required
language ISO 639-1 code Two-letter code, e.g. en
cache_expiration Days before each cache mapping expires and must be re-cached. Integer, e.g. 60
enable_mature Enable access to mature/restricted content. When false, adult anime are excluded from all results. When true, mature content is included. false, true