[SCM] morituri/master: add ivars to TrackMetadata

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


The following commit has been merged in the master branch:
commit 513706eab6750b20dfdf6cb1549ab208442b2cfc
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Sep 4 14:21:29 2011 +0000

    add ivars to TrackMetadata

diff --git a/morituri/common/program.py b/morituri/common/program.py
index 60022b1..3a48987 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -42,6 +42,9 @@ class TrackMetadata(object):
     artist = None
     title = None
     duration = None # in ms
+    mbid = None
+    sortName = None
+    mbidArtist = None
 
 class DiscMetadata(object):
     """

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list