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

← back to library

{{ item.artist }} — {{ item.title }}

{{ item.path }}

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

{% endblock %}