Compute quality label for all albums
Summary
- Quality score and label were only computed for albums that had a parsed or tag artist, because the function bailed early to skip duplicate group key generation
- Decouple quality computation from duplicate grouping so all albums get a quality label
- Albums without an artist still skip duplicate group assignment, but now get their quality detected
Test plan
-
Re-scan, verify albums without artist metadata now show quality labels -
Build passes