{{ 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_musicbrainz_groups = album_musicbrainz_sections|length > 1 %}
{% set album_level_fields_musicbrainz_disabled = (
not has_multiple_musicbrainz_groups
and album_musicbrainz_sections|length == 1
and (
album_musicbrainz_sections[0].musicbrainz_url
or album_musicbrainz_release_mbid
or album_musicbrainz_release_group_mbid
)
) %}
These actions queue jobs that edit the metadata stored in the audio files on disk. On rescan,
Kukicha will extract the updated metadata into Kukicha's library database.