vote up 2 vote down star
1

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.

flag

9 Answers

vote up 9 vote down check

How about MusicBrainz?

link|flag
In particular, the tagger program musicbrainz.org/doc/PicardDownload – therefromhere Feb 9 at 16:05
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

freedb

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 1 vote down

You can check these ones too :

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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