http://www.perlmonks.org?node_id=823885


in reply to Fixing mp3 tags for Android 2.0

I believe it to be your id-tagging program to be in question. I have no problems reading my mp3s on my HTC Tatoo.

I use amarok 1.4 and amarok 2.0 and I only convert to id3v2. it creates this tagversion as seen by Mp3::Info::get_mp3tag($mp3file):

'TAGVERSION' => 'ID3v1.1 / ID3v2.4.0'

Replies are listed 'Best First'.
Re^2: Fixing mp3 tags for Android 2.0
by hawtin (Prior) on Feb 19, 2010 at 10:04 UTC

    I believe that the HTC Tatoo is Android 1.6 not Android 2.0.

    Without knowing anything about Amarok, it looks like your software is adding both ID3v1 and ID3v2 tags. Given the restrictions in ID3v1 (no selection of character sets, limited field sizes, very restricted set of tags) I know quite a few people avoid using them. For those people this is a useful script. If you have decided to live with the restrictions Amarok imposes then the script won't be useful for you, so just ignore it.

    Before writing the script I did look at the Android BBs, where there are a number of complaints about exactly this topic and no easy to apply fixes. So the fact that your combination of tagger and phone don't suffer from this particular issue means that this particular script is no use to you, it does not mean the script is no use at all.