[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, 2.2.9_release_candidate, updated. surfraw_2-2-5_1-267-g4818755

Ian Beckwith ianb at erislabs.net
Sun Apr 28 02:54:07 UTC 2013


The following commit has been merged in the 2.2.9_release_candidate branch:
commit 48187550415c69b5862f18cd18114a512d210b4c
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Sun Apr 28 03:54:02 2013 +0100

    musicbrainz: fix mbid search

diff --git a/ChangeLog b/ChangeLog
index 987b463..ea93781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-28  Ian Beckwith  <ianb at erislabs.net>
+
+	* musicbrainz: fixed mbid search.
+
 2013-04-27  Ian Beckwith  <ianb at erislabs.net>
 
 	* javasun: fixed test.
@@ -9,7 +13,6 @@
 	  + added -ml and -mv to show message id links and list view.
 	* Removed happypenguin. Currently defunct and they are talking
 	  about a rewrite, so when it is back it will need fixing anyway.
-	
 
 2012-10-22  Ian Beckwith  <ianb at erislabs.net>
 
diff --git a/elvi/musicbrainz b/elvi/musicbrainz
index 8b716d3..3f3b4b9 100755
--- a/elvi/musicbrainz
+++ b/elvi/musicbrainz
@@ -146,10 +146,13 @@ else
 		fi ;;
 
             catno|barcode|discid|freedbid|freedb| \
-	    puid|trmid|isrc|iswc|mbid| \
+	    puid|trmid|isrc|iswc| \
 	    discid)
 		url="${url}/otherlookup?${SURFRAW_musicbrainz_search}=${escaped_args}" ;;
 
+        mbid)
+		url="${url}/release/${escaped_args}" ;;
+
 	    tag)
 	        url="${url}/taglookup?artist=${escaped_args}&release=${SURFRAW_musicbrainz_tagrelease}&track=${SURFRAW_musicbrainz_tagtrack}&tracknum=${SURFRAW_musicbrainz_tagnum}&duration=${SURFRAW_musicbrainz_taglen}&filename=${SURFRAW_musicbrainz_tagfile}&puid=${SURFRAW_musicbrainz_puid}" ;;
 

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list