{% extends "base.html" %} {% block title %}{{ tag.tag_id }} · Tag albums{% endblock %} {% block body %}

← All tags

{{ tag.tag_id }}

{% if tag.assigned %}

Plays, in this order

    {% for a in tag.albums %}
  1. {{ loop.index }} {% with tag_id = tag.tag_id %}{% include "_cover.html" %}{% endwith %}
    {{ a.album }} · {{ a.artist }}
  2. {% endfor %}

Search below and use Add to play another album after these, or Assign to replace them all.

{% else %}

No album assigned yet.

{% endif %}

Search the music library

Searching…

{% endblock %}