Manage song metadata on CentOS from command line
        Posted  
        
            by Puddingfox
        on Super User
        
        See other posts from Super User
        
            or by Puddingfox
        
        
        
        Published on 2010-03-13T17:39:40Z
        Indexed on 
            2010/03/13
            17:45 UTC
        
        
        Read the original article
        Hit count: 455
        
I am making a simple Pandora.com alternative for myself and a few friends where the user can upload his/her songs and listen to them anywhere. My intent is to make a lightweight, simple player in HTML5 so all the user needs is a current Firefox or Chrome to use it. I have set it up so that all uploaded songs get converted to .ogg and added to a database but I also want some metadata (not sure if that is the correct term) for the songs to be stored in the database so the player can tell the user what song he/she is listening too. I know there are several GUI tools for managing the title/artist/album info for songs but I'm having trouble finding any good ones I can use from the command line. If the song has the information already in the file, I think I can use mplayer to retrieve the information but it would be really great if there was one that would look up the song information online. I don't mind interfacing with an API (would be pretty interesting actually). Do you guys have any suggestions?
© Super User or respective owner