[SCM] morituri/master: * morituri/common/program.py: * morituri/rip/cd.py: Always print MusicBrainz URL.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:34 UTC 2014


The following commit has been merged in the master branch:
commit 2273db764ca98400ad4f6212937807258a184e54
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Aug 14 12:20:30 2011 +0000

    	* morituri/common/program.py:
    	* morituri/rip/cd.py:
    	  Always print MusicBrainz URL.

diff --git a/ChangeLog b/ChangeLog
index d7f4243..4fcff5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/common/program.py:
+	* morituri/rip/cd.py:
+	  Always print MusicBrainz URL.
+
+2011-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/test/release.c7d919f4-3ea0-4c4b-a230-b3605f069440.xml:
 	  Add release data for Bettie Serveert, Lamprey
 	* morituri/test/test_common_program.py:
diff --git a/morituri/common/program.py b/morituri/common/program.py
index 791f6a7..cfa1e22 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -407,8 +407,7 @@ class Program(log.Loggable):
             # Select one of the returned releases. We just pick the first one.
             ret = metadatas[0]
         else:
-            print 'Submit this disc to MusicBrainz at:'
-            print ittoc.getMusicBrainzSubmitURL()
+            print 'Submit this disc to MusicBrainz at the above URL.'
             ret = None
 
         print
diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py
index e52ea5c..d674f77 100644
--- a/morituri/rip/cd.py
+++ b/morituri/rip/cd.py
@@ -146,6 +146,8 @@ See  http://sourceforge.net/tracker/?func=detail&aid=604751&group_id=2171&atid=1
         mbdiscid = ittoc.getMusicBrainzDiscId()
         print "MusicBrainz disc id", mbdiscid
 
+        print "MusicBrainz lookup URL", ittoc.getMusicBrainzSubmitURL()
+
         prog.metadata = prog.getMusicBrainz(ittoc, mbdiscid)
 
         if not prog.metadata:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list