{% extends "settings/_layout.html" %} {% block settings_title %}Artist Casing{% endblock %} {% block settings_content %}

Artist casing

Canonical spelling/casing for artist names, exactly as they're stylized on Spotify. The Normalize artist casing job (Settings → Jobs) rewrites any album artist tag that matches a name here case-insensitively but differs in casing — e.g. MALL GRABMall Grab. This prevents Linux and Windows from disagreeing about whether two folder names are the same, which breaks Syncthing.

Canonical list ({{ entries | length }})

{% for name in entries | sort(case_sensitive=False) %} {% else %} {% endfor %}
Artist
{{ name }}

No canonical names yet. Add one above.

{% endblock %}