Colour benign track index changes in light gray, consistent with non-penalty supplementary information.

This commit is contained in:
Tai Lee 2013-06-03 00:46:40 +10:00
parent ad52ede736
commit 461c3c047c
2 changed files with 2 additions and 2 deletions

View file

@ -293,7 +293,7 @@ def show_change(cur_artist, cur_album, match):
cur_track, new_track = format_index(item), format_index(track_info)
if cur_track != new_track:
if item.track in (track_info.index, track_info.medium_index):
color = 'yellow'
color = 'lightgray'
else:
color = 'red'
if (cur_track + new_track).count('-') == 1:

View file

@ -63,7 +63,7 @@ Changelog
* Display album disambiguation and disc titles in the track listing, when
available.
* More consistent format and colorization of album and track metadata.
* Track changes highlighted in turquoise indicate a change in format to or
* Track changes highlighted in light gray indicate a change in format to or
from :ref:`per_disc_numbering`. No penalty is applied because the track
number is still "correct", just in a different format.
* Sort missing and unmatched tracks by index and title and group them