Update music file details - Java.
- by Desorder
Hi all,
Well, I'm a music fan guy, and now with my 18000 music collection, it's getting very hard to maintain. So, I would like to ask I could of question to help to write an app to maintain it for me.
1- How can I access a music file and read details of it?
I mean, I would like to write some code and passing the directory, my app would read all the music files (understand mp3 files) and with that I would like to access details like title, artist, length and so on...
2- Is there a public source that I could access and update my file?
A webservice somewhere that I could connect, query some information based on song name, or artist or whatever.
I would like to achieve a final result of given a directory, my app would read the file, collect some information and query the source for a complete list of detail and update my file.
Thank you guys for any help...