[SCM] morituri/master: * morituri/common/program.py: Commit one missing line from patch in #4 for multi-artist discs.

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


The following commit has been merged in the master branch:
commit ed6c468fba52ab00a28d3afd771fa678791e1064
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Apr 14 08:02:35 2010 +0000

    	* morituri/common/program.py:
    	  Commit one missing line from patch in #4 for multi-artist discs.

diff --git a/ChangeLog b/ChangeLog
index 0b44e8b..d9d4b34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/common/program.py:
+	  Commit one missing line from patch in #4 for multi-artist discs.
+
+2010-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	patch by: Peter Oliver.
 
 	* morituri/common/program.py:
diff --git a/morituri/common/program.py b/morituri/common/program.py
index 4a8eec3..f525690 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -89,6 +89,7 @@ def getMetadata(release):
             # various artists discs can have tracks with no artist
             track.artist = t.artist and t.artist.name or release.artist.name
             track.sortName = t.artist.sortName
+            track.mbidArtist = urlparse(t.artist.id)[2].split("/")[-1] 
 
         track.title = t.title
         track.mbid = urlparse.urlparse(t.id)[2].split("/")[-1]

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list