i am trying to change the title of mp3 i did a lot of search,(Reading Windows file summary properties (title, subject, author) in Java) was the closest to what i want still i couldnt figure out how to employ the answer.
Asked
Active
Viewed 2,650 times
1
-
1That has nothing to do with windows file summary, and everything to do with the mp3 file format, which stores information such as the title. – JB Nizet Sep 14 '14 at 12:37
-
1See http://stackoverflow.com/questions/5922622/whats-this-album-artist-tag-itunes-uses-any-way-to-set-it-using-java (Not an exact duplicate, because it changes the *album*. However, it contains a link to the full list of tags.) – Jongware Sep 14 '14 at 12:42
1 Answers
3
The title that is shown in the media player application is in a meta data format that is special for mp3 files, called ID3 tag. It is not a file system property.
There are a libraries that can read and write those tags. I have found a few but have no idea how well they work.

kapex
- 28,903
- 6
- 107
- 121