{% extends "base.html" %} {% block title %}Genres — alembic{% endblock %} {% block content %} {% if request.query_params.get('started') %}
Started in the background. Reload this page in a bit to see the result below, or watch its progress under Jobs. If the pipeline is busy it will show as skipped there.
{% endif %}

Preview shows what would change, including overwriting existing genres. Fix writes those changes for real.

Last run

{% if latest_run %}

{{ latest_run.mode }} — {{ candidates | length }} change(s)

{% for c in candidates %} {% else %} {% endfor %}
ArtistTitleOld genreNew genre
{{ c.artist }} {{ c.title }} {{ c.old_genre or '(empty)' }} {{ c.new_genre }}
No changes in the last run.
{% else %}

No runs yet.

{% endif %} {% endblock %}