mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.3k stars 1.25k forks source link

Automatically identify songs using fingerprinting methods and lookup/clean metadata from online-sources (e.g. MusicBrainz) #5944

Closed mixxxbot closed 1 year ago

mixxxbot commented 1 year ago

Reported by: eduardobeattie Date: 2011-07-02T10:45:36Z Status: Fix Released Importance: Wishlist Launchpad Issue: lp804700 Tags: metadata


Scanning songs Sound Hound-style to identify Title, Artist, Album, and other metadata to clean up the library, preferably in bulk.

mixxxbot commented 1 year ago

Commented by: raffitea Date: 2011-10-01T10:18:21Z


This should not be too hard using Vamp audio plugin.

mixxxbot commented 1 year ago

Commented by: l0rdt Date: 2011-11-28T19:54:31Z


I think that both key analysis and song identification can be obtained by using vamp audio plugins. For key detection purposes, I think that both Queen Mary and NNLS Chroma and Chordino could be used, while OFA Vamp plugin "performs audio fingerprinting and lookup using the MusicIP OFA library": http://www.vamp-plugins.org/download.html

mixxxbot commented 1 year ago

Commented by: daschuer Date: 2011-11-28T22:37:13Z


I just had a look at:
http://acoustid.org/chromaprint

It looks promising and it's LGPL licensed.

mixxxbot commented 1 year ago

Commented by: l0rdt Date: 2011-12-26T18:39:50Z


I took a brief look at the key detection question by using vamp. It is just an "easy weekend" if we implement it through qm-plugins set. Little harder if we want a plugin-independent analyzer.

mixxxbot commented 1 year ago

Commented by: rryan Date: 2012-01-07T07:42:42Z


We already have a wishlist bug for key detection: Bug #⁠618300

mixxxbot commented 1 year ago

Issue closed with status Fix Released.