{% extends "base_template.html" %} {% block content %}

Import

Start a beets import, or clean-slate an entry that is already in your library. The importer runs interactively — when it needs a decision, candidate matches appear below for you to apply, import as-is, or skip.


Import options

Prefilled from your beets config's import section; changes apply to this import only.







Clean-slate import

Remove a library entry (like beet remove -d) and import its original download folder afresh. Nothing carries over, and the entry is removed before the import runs. Preview first to see what would be deleted.

{% if clean_slate and clean_slate.source %}

Entry: {{ clean_slate.label }} ({{ clean_slate.subject }} #{{ clean_slate.beets_id }})




Import options

Prefilled from your beets config's import section; changes apply to this import only.





{% elif clean_slate %}

No source folder is known for {{ clean_slate.label }}. Use Find via downloader on the search page to look it up first.

{% else %}

Start from the search page: entries with a known source folder offer a Clean-slate import from here link.

{% endif %}

Active imports

Each import is shown as a card below. Click an import's title to expand or collapse its output log.

{% endblock %}