JMP3TAG FOR NOKIA S40 and S60

JMp3Tag is a Java application to edit tags in MP3 files. Many phones do not have an in-built editor to edit these tags (even mine doesn't) and hence I wrote this application.

Tags are chunks of data stored within the audio file to help identify the content. Commonly used tags are - Title, Album, Artist, Year etc. Many audio players display these tags when a track containing tags is played and allow to group the tracks based on these tags. These tags are stored using a format named ID3 (version 2.3.0). You can find more about the tagging format here.

JMp3Tag runs on Java phones (MIDP 2.0 and above). The phone should also support JSR-75 API. This API is required to read/edit the filesystem.

Bugs/Feedback:
gowthamgowtham@gmail.com

  Screenshot: Main Screen
 Main_screen.PNG 

DOWNLOAD HERE