Questions tagged [gracenote]

Internet-accessible database containing information about the contents of audio compact discs and vinyl records

https://en.wikipedia.org/wiki/Gracenote

150 questions
0
votes
1 answer

GNAudioSourceMic startRecording hangs forever

I'm trying to capture music from an iPhone 4s microphone, using the Gracenote API. When running on the device, the application gets closed by the OS with failed to launch in time when calling startRecordingon an instance ofGNAudioSourceMic. Find…
shallowThought
  • 19,212
  • 9
  • 65
  • 112
0
votes
1 answer

live stream audio fingerprinting with gracenote

I am developing an application which listens live streams and fingerprints them concurrently in order to be identified by a mobile phone. I will use gracenote's sdk for fingerprinting process. Since I need to fingerprint live streams…
mustafa.yavuz
  • 1,274
  • 2
  • 21
  • 40
0
votes
1 answer

Music database to run track data against

I'm writing an app that will let me manually edit my iTunes music library from outside of iTunes using a SQL-like syntax. I know how to edit the library, but I want to be able to run my track info against some kind of online database to get the…
jchitel
  • 2,999
  • 4
  • 36
  • 49
0
votes
2 answers

Gracenote Android - How to retrieve Artist Biography and Album Review?

On the Developers Guide, it was said that the app must be entitled to retrieve Artist Biography and Album Review data. However, I don't find any way to register my app to be able to retrieve that information. I have set the GN Properties like the…
gentra
  • 6,066
  • 3
  • 16
  • 18
0
votes
1 answer

PHP-Gracenote library doesn't return an album_art_url

The demo file from the php-gracenote library doesn't return an album_art_url. "Moby" is the default search query. Even when I change the search query to something else it still doesn't return an album_art_url. Is the library broken or does Gracenote…
Throdne
  • 619
  • 2
  • 9
  • 27
0
votes
1 answer

How To Stop Recording Music by Gracenote SDK in iOS

Currently I'm using the "GN_Music_SDK_iOS" SDK in my iPhone App. I just started recording music using the [GNOperations recognizeMIDStreamFromMic:responseObject config:config]; method, then it is giving recording status by GNStatusChanged: method.…
maren iOS
  • 486
  • 1
  • 5
  • 14
-1
votes
1 answer

Cannot run Gracenote MusicId Demo in Xcode 8

I just downloaded the GNSDK for iOS (gn-mobile-ios-1.2.1.4576) and cannot get the demo app to run in the emulator. Here's the error I am getting: GracenoteMusicId[49126:28681347] Unknown class _TtC16GracenoteMusicId21GnViewControllerSwift in…
composer314
  • 338
  • 2
  • 8
-1
votes
1 answer

armv61 support for GNSDK

I am trying to compile the samples from gnsdk on a Raspberry Pi (model B, I guess). But I get an "illegal instruction" when I run the sample. Can I do something clever? Thanks in advance. /Simon C
-1
votes
2 answers

WebAPI not returning CD Info from TOC

I originally sent this via the support email address and was directed to post it here. I did get some information back about the issue will post below. I am evaluating the WebAPI for recognizing TOC information from Audio CDs. I have hit an issue…
ant
  • 1
-1
votes
1 answer

Retrieve complete list of music genres

I was wondering if there was a way to get the list of all top music genres(level-0) using the GNSDK mobile client library on Android . We are trying to match those music genres with our internal music genres . That is why we would like to retrieve…
user3257758
  • 17
  • 1
  • 5
-1
votes
1 answer

Find recommendations on similar album

we're looking to use the Gracenote API to retrieve similar album from a seed album. Example Pearl Jam - Ten You might like: Soundgarden - Superunknown Nirvana - Smell Like Teen Spirit etc We'd need the cover art as well. We're not looking at the…
-1
votes
1 answer

Gracenote API: Fetching Contributors

I have an issue with contributors in gracenote: Does someone know how much "date" and "place" fields types there might be ? For now, i only saw something like TYPE="BIRTH". I suppose there might be something like "DEATH", i just want a confirmation…
millenion
  • 1,218
  • 12
  • 16
-1
votes
1 answer

Gracenote Entourage RESTful api

I'm coding a cross-platform client in Adobe Air. Native SDKs don't suit me, obviously. Is there an API to query Entourage?
astro
  • 17
  • 4
-2
votes
1 answer

Gracenote free license users limit

In my app app i made daily limit - 100 request for user to avoid applying restrictions on me. How much users i can register per month and how much request for one user per day? On the official site a have found no information.
Creati8e
  • 21
  • 1
  • 7
-4
votes
1 answer

How to access an offline copy of the GraceNote database?

I am developing an application to generate many thousands of MP3 files for testing porpoises. I want it to have real and consistent, but random, artists, album & track names which I will use to generate the file name and to insert ID3V1 tags. As it…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
1 2 3
9
10