Live data from Hacker News

Why music ID resolution matters to every music fan on Facebook

notes.variogr.am

1–10 of 15 posts

Re: Why music ID resolution matters to every music fan on Facebook

#2
The world of classical music is even more complicated. The same orchestra and performers may record the same piece of music multiple times in different locations or years or with different conductors. All of these things make the identification of a particular piece of music even more difficult.

Re: Why music ID resolution matters to every music fan on Facebook

#3
This is why ISRC exists. It's like ISBN for recordings, and it's in active use.

http://en.wikipedia.org/wiki/Isrc

A few years back I worked for a startup that was cataloging recorded music. I recall that the major labels would provide us with ISRC, among other things, for all of their recordings. I don't recall whether independent labels and artists used it though. I would guess that it varied.

(See also ISWC, which is for the composition, not the recorded performance of it. ISWC/ISRC is a bit like class/instance.)

Re: Why music ID resolution matters to every music fan on Facebook

#4
post #3

This is why ISRC exists. It's like ISBN for recordings, and it's in active use. http://en.wikipedia.org/wiki/Isrc A few years back I worked for a startup that was cataloging recorded music. I recall that the major labels would provide us with ISRC, among other things, for all of their recordings. I don't recall whether independent labels and artists used it though. I would guess that it varied. (See also ISWC, which…

Right, ISRC is somewhat useful for glue but is not in wide enough use that it covers the world of music. It also reflects "recordings" not "songs" which actually cause a lot of resolution issues (radio edits, clean vs. explicit and etc.) It also does not help anyone resolve artist names like "The The" when their stopword list turns that into an empty query :)

Re: Why music ID resolution matters to every music fan on Facebook

#5
I can't agree more. Social music is the future of music, but it's struggling.

The variety of online music sites/services is a strange double edged sword - I'm really happy that so many diverse music products exist, but the fragmentation of online music makes it nearly impossible to build a meaningful social experience around music. An Rdio user interacts with and consumes music one way, a SoundCloud user thinks of online music another way, and the two of them can't even figure out if they're listening to the same song - literally.

Accurate, cross-platform music ID resolution is the first step in fixing all of this. And it's not an easy problem.

(Full disclosure: I build http://flock.fm which uses EchoNest for song/artist resolution, and I also recently won some swag from them in a contest.)

Re: Why music ID resolution matters to every music fan on Facebook

#6
post #3

This is why ISRC exists. It's like ISBN for recordings, and it's in active use. http://en.wikipedia.org/wiki/Isrc A few years back I worked for a startup that was cataloging recorded music. I recall that the major labels would provide us with ISRC, among other things, for all of their recordings. I don't recall whether independent labels and artists used it though. I would guess that it varied. (See also ISWC, which…

The exact same track can have multiple ISRC's due to being represented by different labels in different regions.

Re: Why music ID resolution matters to every music fan on Facebook

#7
post #3

This is why ISRC exists. It's like ISBN for recordings, and it's in active use. http://en.wikipedia.org/wiki/Isrc A few years back I worked for a startup that was cataloging recorded music. I recall that the major labels would provide us with ISRC, among other things, for all of their recordings. I don't recall whether independent labels and artists used it though. I would guess that it varied. (See also ISWC, which…

There's no central database of ISRCs, so even if you have an ISRC in your hand there's no way to find out what artist and song title that ISRC represents.

Re: Why music ID resolution matters to every music fan on Facebook

#8
That was quite an interesting read. I felt somewhat vindicated at the end of the article when the author mentioned that audio fingerprinting is a potential solution to this problem. While reading about the various issues created by matching songs based on names and artists, I immediately started thinking about how one might instead identify songs based on their acoustic properties.

Having looked into it a little bit (i.e., having read the wikipedia page about acoustic fingerprinting) I see that there are quite a few implementations in existence and that they appear to be fairly reliable at identifying songs based on the fingerprints -- which is really cool, first of all. Taking that for granted, it seems like facebook could solve its problem by creating a comprehensive database of songs which its music content partners offer.

In particular, I'm thinking of a database with entries containing an audio fingerprint, data about the artist, song, album, and so on, and links to the song on each of the partners' services. Then it would be possible to initially loop through each song offered by the partners, generate an acoustic fingerprint, check if it exists in the database[1], and then add a new record or add a link to an existing record as appropriate. This would be a huge process, of course, but afterwards you'd only have to perform this step for new songs, and you'd ultimately end up with a very impressive database of music IDs.

Anyway, that's undoubtedly a simplistic idea of what could be done and I'm surely glossing over some major obstacles, but I enjoyed indulging in some wishful thinking about it all the same.

[1] As I mentioned, I don't know anything about acoustic fingerprinting, but intuitively I can imagine it's probably not as easy checking if that fingerprint "exists" in the database. More likely, you'd have to check how similar it is to existing fingerprint and choose some threshold above which it's sufficiently likely to be the same song.

Re: Why music ID resolution matters to every music fan on Facebook

#9
post #6
post #3

This is why ISRC exists. It's like ISBN for recordings, and it's in active use. http://en.wikipedia.org/wiki/Isrc A few years back I worked for a startup that was cataloging recorded music. I recall that the major labels would provide us with ISRC, among other things, for all of their recordings. I don't recall whether independent labels and artists used it though. I would guess that it varied. (See also ISWC, which…

The exact same track can have multiple ISRC's due to being represented by different labels in different regions.

There are real-world problems that get in the way here, but that's a misapplication of the spec. A given recording is supposed to be assigned one ISRC. If that recording is released by another entity in another region, it should use the existing ISRC.
Post reply on HN