{% 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 %} Output defaults Audio format {% for fmt in options.output_formats %} {{ fmt }} {% endfor %} Subtitle file format {% for value, text in options.subtitle_formats %} {{ text }} {% endfor %} Save location {% for location in save_locations %} {{ location.label }} {% endfor %} Default output: {{ default_output_dir }} Processing Replace single newlines Use GPU (when available) Save each chapter separately Also create merged audiobook Save as project with metadata Separate chapter format {% for fmt in options.separate_formats %} {{ fmt|upper }} {% endfor %} Silence between chapters (seconds) Max words per subtitle entry Save settings {% endblock %}
Settings apply to new jobs you queue from the dashboard.
Default output: {{ default_output_dir }}
{{ default_output_dir }}