musicbrainz

Musicbrainz artist image and information

孤街浪徒 提交于 2020-02-02 06:08:49
问题 I have managed to get an artist's information using the following http://musicbrainz.org/ws/2/artist/?query=artist:michael%20jackson Which returns the MBID (or ID). The response here returns back a lot of information but not an image of the Artist. So further reading leads me to CoverArt (https://musicbrainz.org/doc/Cover_Art) and https://archive.org/ and to get an image its led me to this link https://musicbrainz.org/doc/Cover_Art_Archive/API, which is targeting the release and not the

Musicbrainz artist image and information

风格不统一 提交于 2020-02-02 06:05:06
问题 I have managed to get an artist's information using the following http://musicbrainz.org/ws/2/artist/?query=artist:michael%20jackson Which returns the MBID (or ID). The response here returns back a lot of information but not an image of the Artist. So further reading leads me to CoverArt (https://musicbrainz.org/doc/Cover_Art) and https://archive.org/ and to get an image its led me to this link https://musicbrainz.org/doc/Cover_Art_Archive/API, which is targeting the release and not the

Musicbrainz fingerprinting

别来无恙 提交于 2020-01-10 10:43:29
问题 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 implementations on Musicbrainz's fingerprinting? And how can I create those fingerprints? I found some development tools on their website (python-musicbrainz2, libdiscid and the XML webs service) but I couldn't find a simple tool or app which creates those fingerprints (the developments tools only seem to be

Musicbrainz fingerprinting

一笑奈何 提交于 2020-01-10 10:43:10
问题 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 implementations on Musicbrainz's fingerprinting? And how can I create those fingerprints? I found some development tools on their website (python-musicbrainz2, libdiscid and the XML webs service) but I couldn't find a simple tool or app which creates those fingerprints (the developments tools only seem to be

musicbrainz api get all release groups and release dates

天大地大妈咪最大 提交于 2019-12-24 15:19:03
问题 How do I get ALL release groups and release dates for an artist in one call with the musicbrainz api? The closest I've been able to come to doing this is by using: http://musicbrainz.org/ws/2/release-group?query=arid:494e8d09-f85b-4543-892f-a5096aed1cd4&fmt=json However, some of the release groups are not there. For example, using the above call, the "EP", "Single + Remix" and some of the unofficial releases are not showing up. Basically, I'd like to be able to produce the same list that

Mapping musicbrainz URIs into Spotify URIs

旧街凉风 提交于 2019-12-21 07:26:10
问题 Does anybody know how can I find Spotify's URI for a given artist/album's musicbrainz URI? Spotify's web-api doesn't solve my problem cause I wanna map all the musicbrainz artists and albums and it's quite slow. 回答1: You should be able to use the Echo Nest Rosetta Stone Project to map Spotify and MusicBrainz artist ids: http://developer.echonest.com/docs/v4 来源: https://stackoverflow.com/questions/10462343/mapping-musicbrainz-uris-into-spotify-uris

How to extract Freebase Data Dump for a particular topic

天涯浪子 提交于 2019-12-18 06:06:13
问题 I want to extract music data from the freebase data dumps. (http://www.freebase.com/music) Once I have the data dump how to I extract say the following properties http://www.freebase.com/music/recording?schema= Will a better approach be get all songs and then fetch relevant information from it? If this is a good approach how should I go about extracting it? 回答1: zgrep $'\tns:music\.recording' freebase-rdf-{date}.gz | gzip > freebase-filtered.gz should get you started. Depending on what other

Retrieving Metadata from MusicBrainz Web Service

…衆ロ難τιáo~ 提交于 2019-12-13 07:19:46
问题 I'm trying to download metadata from MusicBrainz using a 3rd party java library: musicbrainzws2-java I'm trying to retrieve the metadata of individual songs in a specified album. I've retrieved the MBID of the album, but when I try to search for the songs in the album I get no return. Here is my code: public static void main (String args []) throws MBWS2Exception { String artistName = "Imagine Dragons"; String album_id = null; Artist artist = new Artist(); artist.search(artistName); List

Mapping musicbrainz URIs into Spotify URIs

浪子不回头ぞ 提交于 2019-12-04 00:34:42
Does anybody know how can I find Spotify's URI for a given artist/album's musicbrainz URI? Spotify's web-api doesn't solve my problem cause I wanna map all the musicbrainz artists and albums and it's quite slow. You should be able to use the Echo Nest Rosetta Stone Project to map Spotify and MusicBrainz artist ids: http://developer.echonest.com/docs/v4 来源: https://stackoverflow.com/questions/10462343/mapping-musicbrainz-uris-into-spotify-uris

Error installing pip pyicu

丶灬走出姿态 提交于 2019-11-30 12:16:15
问题 I have been trying to install musicbrainz server on my mac and there is a step where I have to install pip pyicu. I keep getting this error: Collecting pyicu Downloading PyICU-1.9.5.tar.gz (181kB) 100% |████████████████████████████████| 184kB 515kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/tmp/pip-build-E50o2C/pyicu/setup.py", line 11, in <module> ICU_VERSION = subprocess.check_output(('icu