From d32e13a63eee60362e6345459f1eab5b60f48ec1 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 12 Jun 2013 16:42:15 -0700 Subject: [PATCH] show data URL for track matches That should be the last one. --- beets/ui/commands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index d107d6ad6..e2cc4e77a 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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.