Update music file details - Java.
        Posted  
        
            by 
                Desorder
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Desorder
        
        
        
        Published on 2011-03-05T07:16:05Z
        Indexed on 
            2011/03/05
            7:25 UTC
        
        
        Read the original article
        Hit count: 263
        
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...
© Stack Overflow or respective owner