[SCM] morituri/master: show us the type

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


The following commit has been merged in the master branch:
commit d61b42490e87b138156a963ce13121aeb646230c
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Jan 14 23:05:20 2013 +0100

    show us the type

diff --git a/morituri/common/program.py b/morituri/common/program.py
index 3eecb63..69d7c80 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -266,6 +266,7 @@ class Program(log.Loggable):
                     common.formatTime(metadata.duration / 1000.0))
                 self._stdout.write('URL     : %s\n' % metadata.url)
                 self._stdout.write('Release : %s\n' % metadata.mbid)
+                self._stdout.write('Type    : %s\n' % metadata.releaseType)
 
                 delta = abs(metadata.duration - ittoc.duration())
                 if not delta in deltas:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list