0

Problem I want to display file properties like title and author of an mp3 from:

mp3 information

I have tried using http://javamusictag.sourceforge.net/ but it doesnt actually get the information input into the properties details (see picture). How do I get that information such as the 'Test Song' by 'John Smith'? Of course I have the file available on java:

File file = new File(path);

Thanks in anticipation! If you need more info just ask.

ps: I looked at this and it doesn't work or I don't understand it (summary question)

Toto
  • 89,455
  • 62
  • 89
  • 125
Cobbles
  • 1,748
  • 17
  • 33

1 Answers1

0

The spec for this is at id3.org. Version 2.3 is probably sufficient for most of the files you will ever look at...

ioctlLR
  • 1,217
  • 6
  • 13