* doc/release:

Add note on actually running.
	* morituri/common/program.py:
	  Fix when running rip cd rip --unknown
This commit is contained in:
Thomas Vander Stichele
2011-08-13 09:50:07 +00:00
parent ac2ab6a34a
commit 63e705578d
3 changed files with 11 additions and 1 deletions

View File

@@ -410,7 +410,7 @@ class Program(log.Loggable):
# gst-python 0.10.15.1 does not handle unicode -> utf8 string conversion
# see http://bugzilla.gnome.org/show_bug.cgi?id=584445
if self.metadata.various:
if self.metadata and self.metadata.various:
ret["album-artist"] = albumArtist.encode('utf-8')
ret[gst.TAG_ARTIST] = trackArtist.encode('utf-8')
ret[gst.TAG_TITLE] = title.encode('utf-8')