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
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
2 matches
Mail list logo