mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 19:42:23 +01:00
show data URL for track matches
That should be the last one.
This commit is contained in:
parent
829626d757
commit
d32e13a63e
1 changed files with 4 additions and 0 deletions
|
|
@ -385,6 +385,10 @@ def show_item_change(item, match):
|
|||
else:
|
||||
print_("Tagging track: %s - %s" % (cur_artist, cur_title))
|
||||
|
||||
# Data URL.
|
||||
if match.info.data_url:
|
||||
print_('URL:\n %s' % match.info.data_url)
|
||||
|
||||
# Info line.
|
||||
info = []
|
||||
# Similarity.
|
||||
|
|
|
|||
Loading…
Reference in a new issue