[SCM] morituri/master: * examples/readdisc.py: Also work for discs without htoa.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:59 UTC 2014


The following commit has been merged in the master branch:
commit cc61a1d2dd22c5a013467ccc9b1523a23d90ee5c
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat May 16 08:02:02 2009 +0000

    	* examples/readdisc.py:
    	  Also work for discs without htoa.

diff --git a/ChangeLog b/ChangeLog
index 04b372b..c1fdb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2009-05-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* examples/readdisc.py:
+	  Also work for discs without htoa.
+
+2009-05-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* examples/readdisc.py:
 	  Write .m3u file.
 
 2009-05-15  Thomas Vander Stichele  <thomas at apestaart dot org>
diff --git a/examples/readdisc.py b/examples/readdisc.py
index d1c61ec..ec8dc2b 100644
--- a/examples/readdisc.py
+++ b/examples/readdisc.py
@@ -241,7 +241,8 @@ def main(argv):
     metadata = musicbrainz(itable.getMusicBrainzDiscId())
 
     # check for hidden track one audio
-    htoa = None
+    htoapath = None
+    index = None
     track = itable.tracks[0]
     try:
         index = track.getIndex(0)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list