]> diplodocus.org Git - flac-archive/blobdiff - fa-tags
(flac2mp3: Put XXX comment where it belongs.
[flac-archive] / fa-tags
diff --git a/fa-tags b/fa-tags
index 26d2845a60ee0bc140a47daf4b78ce3110971e80..7d023ec06774d3200b3383f9b16f5b030bb29ec5 100755 (executable)
--- a/fa-tags
+++ b/fa-tags
@@ -46,6 +46,8 @@ for my $album (@result) {
 
     print(F 'ARTIST=', $album->get_artist->get_name, "\n");
     print(F 'ALBUM=', $album->get_name, "\n");
+
+    # MusicBrainz doesn't have dates yet; these are usually wrong anyway.
     print(F "DATE=\n");
 
     my @tracks = $album->get_tracks;