Bug#436126: eyeD3

2007-08-09 Thread Vitaliyi
I've realized that it is possible to do the following and get rid of necessity to change the eyeD3 module: import eyeD3,os,chardet ls = '/tmp/tst/' for path in os.listdir(ls): if eyeD3.tag.isMp3File(ls+path): mp3file = eyeD3.Mp3AudioFile(ls+path) mp3info = mp3file.getTag() titl

Bug#436126: eyed3-python, eyed3

2007-08-05 Thread Vitaliyi
Package: python-eyed3, eyed3 Version: 0.6.14-1 Seems it cannot handle multilingual tags that contain text not in utf-8 encoding. With tags in cp1251 eyeD3 will produce this: title: ?artist: ? album: ??รท??? ? year: 2006 Proposal: Probably