From 461c3c047c64d60981eea26f274f05f948c5be7d Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Mon, 3 Jun 2013 00:46:40 +1000 Subject: [PATCH] Colour benign track index changes in light gray, consistent with non-penalty supplementary information. --- beets/ui/commands.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 6bf1db53c..63d1df00d 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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: diff --git a/docs/changelog.rst b/docs/changelog.rst index 4076248d0..9d9cb8403 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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