Bug#466107: dir2ogg: fails to convert files with non-ascii character in tags

2008-03-16 Thread Niv Sardi
This doesn't seem to be the right fix, I'm hitting the exact same issue with WMA unicode tags, the right issue seems to be sanitazing the element before the call to str(), I won't pretend to have a clue about python, but using unicode() instead of str() fixes the problem for me. Cheers, -- Niv

Bug#466107: dir2ogg: fails to convert files with non-ascii character in tags

2008-03-16 Thread Julian Andres Klode
Niv Sardi wrote: This doesn't seem to be the right fix, I'm hitting the exact same issue with WMA unicode tags, the right issue seems to be sanitazing the element before the call to str(), I won't pretend to have a clue about python, but using unicode() instead of str() fixes the problem for

Bug#466107: dir2ogg: fails to convert files with non-ascii character in tags

2008-02-16 Thread Arnaud Guiton
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

Bug#466107: dir2ogg: fails to convert files with non-ascii character in tags

2008-02-16 Thread Julian Andres Klode
tag 466107 pending thanks Arnaud Guiton wrote: Package: dir2ogg Version: 0.11.1-1 Severity: important Hi, dir2ogg crashes when converting a file containing non-ascii characters in its tags. Thank you for reporting this bug. Please try the attached patch. If it works, I will release a

Bug#466107: dir2ogg: fails to convert files with non-ascii character in tags

2008-02-16 Thread Arnaud Guiton
Julian wrote: Thank you for reporting this bug. Please try the attached patch. If it works, I will release a new version in less than 24 hours. The patch does indeed fix the problem. I tested it with a few FLAC files which triggered the error before and they are now being converted flawlessly.