Problem I want to display file properties like title and author of an mp3 from:
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)