[SCM] morituri/master: Merge pull request #68 from jtaprogge/retag

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:17 UTC 2014


Also show the MusicBrainz lookup ID when retagging.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: 462fb04a8bb722a0dd344b5ec2bde956d6281d07
X-Git-Newrev: 52335df43ae26686dbac52aead66eb40c38b34db

The following commit has been merged in the master branch:
commit 222d0b19fc103d08fa86990f4e959e805496a0d2
Merge: cfeb5fc40ac6fab97494fff5dd703416838f2932 d7375cdb3a89492134aa17c0ebb6cb34a05e0a00
Author: thomasvs <thomas at apestaart.org>
Date:   Sun Jun 29 17:24:34 2014 -0400

    Merge pull request #68 from jtaprogge/retag
    
    Also show the MusicBrainz lookup ID when retagging.

diff --combined morituri/rip/image.py
index be15772,735f500..67f2d4c
--- a/morituri/rip/image.py
+++ b/morituri/rip/image.py
@@@ -124,6 -124,9 +124,9 @@@ class Retag(logcommand.LogCommand)
  
              mbdiscid = cueImage.table.getMusicBrainzDiscId()
              self.stdout.write('MusicBrainz disc id is %s\n' % mbdiscid)
+ 
+             self.stdout.write("MusicBrainz lookup URL %s\n" %
+                 cueImage.table.getMusicBrainzSubmitURL())
              prog.metadata = prog.getMusicBrainz(cueImage.table, mbdiscid,
                  release=self.options.release_id)
  
@@@ -161,7 -164,7 +164,7 @@@ Verifies the image from the given .cue 
  '''
  
      def do(self, args):
 -        prog = program.Program(self.getRootCommand().config())
 +        prog = program.Program(self.getRootCommand().config)
          runner = task.SyncRunner()
          cache = accurip.AccuCache()
  

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list