up vote 3 down vote favorite
2
share [g+] share [fb]

I'd like to write a program to clean up my music collection and it would be nice to be able to query a webservice for song and album information.

I'm not really thinking of a cddb/freedb type of situation where you hand them a hash based on the number of songs and the lengths, etc. I'm really thinking more of "hey, for this album from this artist what are the song titles?" - something like that.

link|improve this question

feedback

9 Answers

up vote 9 down vote accepted

How about MusicBrainz?

link|improve this answer
In particular, the tagger program musicbrainz.org/doc/PicardDownload – therefromhere Feb 9 '09 at 16:05
feedback

freedb

link|improve this answer
feedback

Amazon webservices are likely overkill, but they'd give you this info.

link|improve this answer
feedback

You've got Gracenote (was CDDB), but you'll have to register there first.

link|improve this answer
feedback

You can check these ones too :

link|improve this answer
feedback

LyricWiki has a pretty good SOAP API as I recall. You could use the getAlbum(artist, album, year) operation and that should return a list of songs for that album.

link|improve this answer
feedback

You can use Amazon's web services to get album art. I think you can use the iTunes Music store too, but I can't find a good link for that. They might have changed it.

link|improve this answer
feedback

Yahoo also just recently released their music API. RESTful, with XML, JSON, and RSS outputs.

link|improve this answer
feedback

how about MediaMonkey? its free and it hooks to freedb & amazon webservices to obtain id tags & album art!.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.