Skip to content

Settings Overview

Narratorr’s settings are organized into sections, accessible from Settings in the sidebar. This page gives an overview of each section. Individual topics have dedicated pages linked below.

SettingDescription
Log LevelControls how verbose Narratorr’s logs are. Options: error, warn, info, debug. Default: info. Turn up to debug when troubleshooting.
Audible RegionRegion used for metadata lookups (cover art, descriptions). Options: us, ca, uk, au, fr, de, jp, it, in, es. Can also be set via the AUDIBLE_REGION environment variable.
SettingDescription
Library PathRoot directory where Narratorr stores your audiobooks. In Docker, this maps to /audiobooks.
Folder FormatTemplate for organizing audiobook folders. Uses tokens like {author}/{title}. See Folder Format Tokens.
File FormatTemplate for renaming audiobook files within folders.
SettingDescription
EnabledToggle automatic searching on/off.
IntervalHow often (in minutes) Narratorr searches for missing books. Range: 5–1440. Default: 360 (6 hours).
SettingDescription
Delete After ImportRemove the downloaded files from the download client after successful import.
Minimum Seed TimeFor torrents: minimum time (in minutes) a torrent must seed before Narratorr will import it. Prevents premature removal from swarms.

Audio processing requires ffmpeg. In Docker, ffmpeg is pre-installed. For manual installs, install ffmpeg and configure its path.

SettingDescription
EnabledToggle audio processing on/off.
ffmpeg PathPath to the ffmpeg binary. Auto-detected in Docker.
Output FormatTarget format: m4b or mp3.
Keep Original BitrateWhen enabled, the target bitrate setting is ignored and the source file’s bitrate is retained.
BitrateTarget bitrate in kbps (32–512). Default: 128. Ignored when keep original bitrate is enabled.
Merge BehaviorWhen to merge multi-file downloads: always, multi-file-only, or never.

See Audio Processing for more detail.