{% extends "base.html" %} {% block title %}abogen ยท Dashboard{% endblock %} {% block content %}
{{ stats.total }} Total Jobs
{{ stats.completed }} Converted
{{ stats.running }} Converting
{{ stats.pending }} Pending
{{ stats.failed }} Failed

Create a New Audiobook

Kick off a fresh conversion with your manuscript or pasted text. You can fine-tune chapters and entities in the next steps.

Drop your manuscript to begin

Drag & drop a supported file here, or click to choose one in the next step.

{% if opds_available %}

Upload an EPUB or text file to begin.

Browse Calibre library
{% endif %}
{% with pending=None, readonly=False, active_step='settings' %} {% include "partials/upload_modal.html" %} {% endwith %} {% include "partials/reader_modal.html" %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}