* morituri/common/program.py:
Commit one missing line from patch in #4 for multi-artist discs.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2010-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
patch by: Peter Oliver.
|
patch by: Peter Oliver.
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ def getMetadata(release):
|
|||||||
# various artists discs can have tracks with no artist
|
# various artists discs can have tracks with no artist
|
||||||
track.artist = t.artist and t.artist.name or release.artist.name
|
track.artist = t.artist and t.artist.name or release.artist.name
|
||||||
track.sortName = t.artist.sortName
|
track.sortName = t.artist.sortName
|
||||||
|
track.mbidArtist = urlparse(t.artist.id)[2].split("/")[-1]
|
||||||
|
|
||||||
track.title = t.title
|
track.title = t.title
|
||||||
track.mbid = urlparse.urlparse(t.id)[2].split("/")[-1]
|
track.mbid = urlparse.urlparse(t.id)[2].split("/")[-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user