{# Scan preview / confirm result, swapped into #setup-scan on the media step. #} {% if queued is defined %} {# Confirm result. #}
Queued {{ queued }} run{{ "" if queued == 1 else "s" }} for transcription. {% if queued and published < queued %} ({{ published }} enqueued now; the rest are saved and will start automatically once the task broker is reachable.) {% endif %}
{% elif result.root_missing %}

The media root doesn't exist yet — create it (and add some media) before scanning.

{% elif not result.candidates %}

No new media found in your registered folders.

{% if result.inspected == 0 %}

Register a folder above first, then scan.

{% endif %} {% else %}

{{ result.candidates|length }} new file{{ "" if result.candidates|length == 1 else "s" }} found{% if result.hit_file_cap or result.hit_entry_cap %} (showing the first batch — more may exist){% endif %}:

{% endif %}