I recently bought this new Micro SD card for my Nokia E63 and added some dozens of songs into it. Unfortunately the in-built music library won’t recognize the new music. A message appears saying it’s refreshing the library but it doesn’t refresh even after hours.
Later found that this had to do with some compatibility problem in the IDs of the MP3s. After a lot of searching I stumbled upon this post, however the command in there did not work so came up with the following after a bit of modification.
Get the terminal and enter the following command: (Yes, you need a linux system like Ubuntu. Which sane person uses Windows these days?)
find /path/to/music/collection/ -name '*.mp3' -exec mid3v2
--delete-frames=POPM '{}' ;
(The above command should be a single line)
Copy the music files to the phone. Also delete the following two files which holds the details of the music library:
- Private/101FFC31/mpxv1.mpd
- Private/101ffca9/harvesterdb.dat
That’s it. When you start the music player it should automatically add the new music to the library without any problem. Currently I have more than 700 songs with no issue.