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
1
vote
5 answers

List of possible moods provided by Gracenote API

Is the set of mood labels provided by gracenote finite? How can we access the full list of all those potential labels? Thank you
slegroux
  • 610
  • 5
  • 11
1
vote
1 answer

Gracenote Entourage license

I have created an entourage application and try to use GN_Entourage_Demo. However, although I placed license infos in to the GNViewController.m it gives error like that: 2013-09-18 13:26:01.682 GN_Entourage_Demo[1583:11f03] getUserACR: ERROR: User…
mustafa.yavuz
  • 1,274
  • 2
  • 21
  • 40
1
vote
1 answer

AudioConfig: AVPlayer vs. Gracenote

My application recognizes music, using the Gracenote SDK. After recognising has finished, a new view is shown which offers an AVPlayer to listen to the iTunes preview of the song. Works fine so far. After poping the player view of the stack, the…
shallowThought
  • 19,212
  • 9
  • 65
  • 112
1
vote
1 answer

Creation of 161.b file

How is the 161.b file in Gracenotes example project GN_Music_SDK_iOS project created and how exactly is it used? The application is running fine after deleting the file. It does not get recreated. How is such a cache file supposed to look like…
shallowThought
  • 19,212
  • 9
  • 65
  • 112
1
vote
1 answer

Lyrics in the Gracenote

How can I get lyric information on a track? I notice all other information is available and I have been reading that gracenote offers lyric database lookup. If this is possible can someone get me on the right path on how to get started or the…
0
votes
0 answers

Query limits for day reached

I have been testing an application I am developing using the webapi, and I have started to get the following error message: GCSP: Hello error: [1010] The Gracenote ODP 15822 [Name: *registered-name*] [App: *registered-app*] application has reached…
John
  • 1
  • 1
0
votes
1 answer

How can I reference the Gracenote sdk in my project?

I want to create a music fingerprinting program for windows with C# using the gnsdk .The problem is that even though in the documentation it talks about initialization and all the methods I can't find how to actually import the sdk to start using…
brunit
  • 45
  • 6
0
votes
1 answer

GNSDK for Android crashing on x86 AVD

The GNSDK for Android sample application crashes over signal 4 (SIGILL), code 2 (ILL_ILLOPN) when run on an x86 AVD. I tried both a Nexus 5 AVD and a Pixel XL AVD at API levels 22 and 25, and the same SIGILL crash occurs on both as soon as the…
CCJ
  • 1,619
  • 26
  • 41
0
votes
1 answer

Trouble migrating from Gracenote Mobile Client to GNSDK for Mobile

I'm working on migrating my Android app from the legacy Gracenote Mobile Client to the newer GNSDK for Mobile SDK, and I've hit a few snags: In mobile client, I used GNOperations.recognizeMIDStreamFromRadio(GNSearchResultReady, GNConfig,…
CCJ
  • 1,619
  • 26
  • 41
0
votes
1 answer

Using GNSDK within a Video Camera Mobile Application

Is it possible to use the GNSDK recognition feature within a video camera application? Ie, starting to record a video would concurrently trigger the GNSDK recognition function.
0
votes
1 answer

GraceNote GNSDK is unable to fetch meta data of the trimmed songs

I have developed one sample application using GNSDK for mobile (android), but it is unable to provide meta data of trimmed songs. Scenario : trimmed song present in device -> open GraceNote app -> click library ID -> NO RESULT FOUND play trimmed…
0
votes
1 answer

Gracenote Multiple global Ids for album is showing

I'm trying build an android sample based on the currently existing sample. Im new to Gracenote Feature. While checking through the sample MusiIDAssetFetch.java, the below codes are used to get album findAlbums( "Supernatural", "Africa Bamba",…
JibinNajeeb
  • 784
  • 1
  • 10
  • 31
0
votes
1 answer

Gracenote RhythmAPI request using POST method

I am working with Spring MVC and I use simple HTML form. I am sending HTTPS request to gracenote using GET method but I need to do it using POST method. With GET it works fine but I can not get it to work with POST method. And I need to recieve JSON…
Tomeister
  • 675
  • 2
  • 9
  • 26
0
votes
1 answer

Cannot get extended metadata without a mode?

Is it normal that sending a request for an artist metadata, using Returns almost non of the…
Jean-Philippe Murray
  • 1,208
  • 2
  • 12
  • 34
0
votes
1 answer

Should I use filesystem or database to store my data in my music recognition app?

I have created a music recognition app. I would like to display previously identified songs. Where should I store those data about the songs? in database or filesystem? While one or the other? data= album name , track name, artist, cover image,…
Nemeth Attila
  • 133
  • 2
  • 13