{% extends "base.html" %} {% block title %}abogen · Settings{% endblock %} {% block content %}

Application Settings

Settings apply to new jobs you queue from the dashboard.

{% if saved %}
Settings saved successfully.
{% endif %}
Narration Defaults

Used whenever “Standard voice” is selected for a new job.

Speakers detected fewer times fall back to the narrator voice.

Include {{ '{{name}}' }} where the speaker name should be inserted.

Disable if you prefer to skip entity extraction in the job wizard.

{% set selected_languages = settings.speaker_random_languages or [] %}

Limits random voice selection for speakers marked as random. Leave empty to allow any language.

Audio & Delivery

Default output: {{ default_output_dir }}

Inserted between the spoken chapter title and the chapter content. Set to 0 to disable.

Ensures the spoken chapter heading starts with "Chapter" when source titles begin with only a number or numeral.

Subtitles & Text
Performance
{% endblock %}