{% extends "base.html" %} {% block title %}Library — alembic{% endblock %} {% block content %}
Tracks currently imported into beets.
| Artist | Title | Album | Format | |
|---|---|---|---|---|
| {{ item.artist }} | {{ item.title }} | {{ item.albumartist }} | {{ item.format }} | Edit |
|
No tracks found{% if grouping %} for grouping "{{ grouping }}"{% endif %}. | ||||