Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
634 views

Musicbrainz fingerprinting

I've been busy with understanding the MusicBrainz database in the past few hours and as I noticed there's no command line application to tag or fingerprint audio files. Are there any CLI ...
2
votes
2answers
724 views

How to get musicbrainz track information from audio file

Can anyone tell me how to get track information from the MusicBrainz database from an audio file (mp3, wav, wma, ogg, etc...) using audio fingerprinting. I'm using MusicBrainz Sharp library, but any ...
2
votes
3answers
267 views

Finding names to songs in .NET

I have a collection of mp3, wma's etc that may or may not have the correct song information. Is there a service or an API that I can use in .NET to find the correct song title / artist for each ...
2
votes
2answers
244 views

How to get this XmlAttribute

From the MusicBrainz REST service, I get the following xml: <artist-list offset="0" count="59"> <artist type="Person" id="xxxxx" ext:score="100"> ... Using WCF and ...
1
vote
2answers
188 views

MusicBrainz alternative for JavaEE

Is there any Java/J2EE website which opensource their software and data (like musicbrainz.org, where a developer can easily set up a personal/development MusicBrainz website by downloading the ...
0
votes
1answer
21 views

How to parse xml webservice response using java script or jquery

I want to use following xml webservice. www.musicbrainz.org/ws/2/artist/?query=artist:michael jackson which format is like below: <metadata><artist-list offset="0" ...
0
votes
1answer
54 views

How to get genre of the album for spotify app

I would like to retrieve the genre of the track/ album being currently played in Spotify. I've looked at Last.FM for getting the genre from the album or from the track but it seems there is no ...
0
votes
1answer
87 views

Is there a Musicbrainz java lib

A simple quastion; is there a musicbrainz lib for Java? This is what I found, but is it still good? http://www.ldodds.com/projects/musicbrainz/
0
votes
2answers
76 views

Music tag finder API .NET library

I'm trying to build an application that can be used to automatically get music tag information from the web and rename my music library. I have been searching on google for any API available to help ...
0
votes
0answers
49 views

Musicbrainz cpan module output processing? [closed]

Possible Duplicate: Understanding the type of out put from Musicbrainz cpan module? Hi, Im using the Musicbrainz cpan module to look up albums, but Im having a few issues trying to ...
0
votes
1answer
57 views

Understanding the type of out put from Musicbrainz cpan module?

Im using the Musicbrainz cpan module to look up an album but Im having a few issues trying to decipher the output I recieve. I used data::Dumper to have a look at it, and it appears to be a hash or ...
0
votes
1answer
97 views

RESTful media types for audio/music collection service (with metadata)

I have a large music collection, composed of mp3 files, flac files, and others. I would like to share it with devices on my local network and computers I am using on remote networks. It seems to me ...