{% extends "base_template.html" %} {% block content %}
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.
Remove a library entry (like beet remove -d) and import its original download folder afresh.
Nothing carries over (other than the downloader hook's search fields), and the entry is removed
before the import runs. Preview first to see what would be deleted.
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 %}Each import is shown as a card below. Click an import's title to expand or collapse its output log.
{% endblock %}