I am an average C/C++ programmer. Recently I took a project to make a media player with a smart playlist that will work like Zune's SmartDj. I have decided to use libvlc for playing.
I have never coded an open source software before, so I know nothing about git and all. Can you please help me to write at least a C program to play a mp3 file?
Where should I get started? How do you extract a song's artist and other information from the mp3 file itself?
regards.