mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
add existing metadata printout before candidates listing
This commit is contained in:
parent
d1a3311fdd
commit
fc36443ca4
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ def choose_candidate(items, cur_artist, cur_album, candidates):
|
|||
while True:
|
||||
# Display and choose from candidates.
|
||||
if not bypass_candidates:
|
||||
print 'Finding tags for "%s - %s".' % (cur_artist, cur_album)
|
||||
print 'Candidates:'
|
||||
for i, (dist, info) in enumerate(candidates):
|
||||
print '%i. %s - %s (%f)' % (i+1, info['artist'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue