lebauce / quodlibet

Automatically exported from code.google.com/p/quodlibet
1 stars 0 forks source link

Unable to add new tag to mp3 #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tried to add tag 'musicbrainz_albumstatus' to an mp3 (not currently being 
played) and received an error. Minidump file contents below:

=== SYSTEM INFORMATION:
Quod Libet 2.0
Mutagen 1.15
Python 2.5.2 (r252:60911, Oct  5 2008, 19:29:17) 
[GCC 4.3.2] linux2

=== STACK TRACE
Traceback (most recent call last):

  File "/usr/lib/python2.5/site-packages/quodlibet/qltk/edittags.py", line 
540, in __add_tag
    self.__add_new_tag(model, tag, value)

  File "/usr/lib/python2.5/site-packages/quodlibet/qltk/edittags.py", line 
519, in __add_new_tag
    row = [tag, util.escape(value), True, True, False, None, False, None]

  File "/usr/lib/python2.5/site-packages/quodlibet/util/__init__.py", line 
194, in escape
    return str.replace("&", "&amp;").replace("<", "&lt;").replace(">", 
"&gt;")

AttributeError: 'bool' object has no attribute 'replace'

Original issue reported on code.google.com by yuan.c.y...@gmail.com on 13 Apr 2009 at 4:42

GoogleCodeExporter commented 9 years ago
One-liner in the massager.

Original comment by steven.strobe.cc@gmail.com on 26 Apr 2009 at 12:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by steven.strobe.cc@gmail.com on 18 Jun 2009 at 4:59

GoogleCodeExporter commented 9 years ago
This issue was closed by daecc06426.

Original comment by steven.strobe.cc@gmail.com on 22 Jun 2009 at 5:03