{% extends "base.html" %} {% block title %}{{ item.artist }} — {{ item.title }} — alembic{% endblock %} {% block content %} ← back to library {% if request.query_params.get('changed') %}
Updated {{ request.query_params.get('changed') }} field(s).
{% endif %}

Edit tags

{% for field in editable_fields %}
{% endfor %}

Set genre for this artist (all their tracks)

Re-fetch metadata from Spotify/iTunes URL

Danger zone

Removes this track from beets and deletes the file from disk. Not reversible.

{% endblock %}