{% extends "base.html" %} {% block title %}Genres — alembic{% endblock %} {% block content %}

Genre review

The weekly scheduled run still writes genres automatically (low-risk, reversible, GENRE_LOCK-protected) -- this shows what the last run changed.

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 %}