Comment 3 for bug 934192

Revision history for this message
Eric Miao (eric.y.miao) wrote :

Hi Almufadado, could you please test the latest ubuntu release, e.g. daily live ISO? And what is the charset encoding for the tags in your mp3 files. If this is caused by tags not in utf-8, could you try put "export GST_ID3_TAG_ENCODING=<possible mp3 tags charset encoding>" (e.g. ISO8859-15) to your .bashrc file and re-login to see if anything changes?

You could also do a quick trial within a shell as:

$> set GST_ID3_TAG_ENCODING=<...>
$> gst-launch --tags uridecodebin uri=file:///<path to your mp3 file> ! fakesink

And see what's the output.