Package: dir2ogg
Version: 0.11.1-1
Severity: important

Hi,

dir2ogg crashes when converting a file containing non-ascii characters
in its tags.
At least with flac, I got :

------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/bin/dir2ogg", line 592, in ?
    main()
  File "/usr/bin/dir2ogg", line 587, in main
    Convert(filename, conf)
  File "/usr/bin/dir2ogg", line 303, in __init__
    getattr(self, 'grab_%s_tags' % ext)()
  File "/usr/bin/dir2ogg", line 260, in grab_flac_tags
    self.grab_common(FLAC)
  File "/usr/bin/dir2ogg", line 183, in grab_common
    val = [str(i) for i in val]
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 8: ordinal not in range(128)
------------------------------------------------------------------

According to a post on debian-mentors this issue should have been "fixed
in 0.11 by using mutagen" but it does not seem to be the case :-(

Did I miss something here or is the bug still around ?


Cheers,

-- 
Arnaud

Attachment: signature.asc
Description: Digital signature

Reply via email to