{{ album.album|display_album_title }}{% if album_year_text %}{{ album_year_text }}{% endif %}
{% if album_artist_parts or album_genre_parts %}
{% if album_artist_parts %}
{% for part in album_artist_parts %}{{ part }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if album_genre_parts %}
{% for part in album_genre_parts %}{{ part }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% endif %}
{% if album_style_parts %}
{% for part in album_style_parts %}{{ part }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% set has_multiple_metadata_groups = album_musicbrainz_sections|length > 1 %}
{% if album_cover_upload_enabled %}
{% endif %}
Tag / Metadata Edits
{{ info_icon("album-edit-notice-icon") }}
Metadata URL edits save provider links in Kukicha for future rescans and resyncs. Audio files are treated as read-only unless dangerous audio tag edits are explicitly enabled.