Internet-accessible database containing information about the contents of audio compact discs and vinyl records
Questions tagged [gracenote]
150 questions
0
votes
1 answer
Stream identified Song through Gracenote GNSDK Android
I have done a simple tutorial to identify a raw song, it detects the song through gracenote GNSDK and returns the GDO,
But I want to play(i.e. stream) that detected song through the gnsdk, IS IT POSSIBLE???

Nadeem Iqbal
- 2,357
- 1
- 28
- 43
0
votes
1 answer
Gracenote eyeQ GNIDs changed over time
On August 6th, I made a TVGRID_LOOKUP request with the gracenote eyeQ API.
The response returned an Episode of "The Big Bang Theory - The Zazzy Substitution" (airing-time 21:45).
The TVPROGRAM GNID was…

Devran Cosmo Uenal
- 6,055
- 2
- 26
- 29
0
votes
1 answer
prefer result external ID using C# GNSDK
Using the sample app provided in the GNSDK for windows phone, I can match mic input to tracks just fine. I want to retrieve track IDs from 3rd party metadata; I cannot find it.
I modified the app as…

user1807768
- 687
- 1
- 7
- 11
0
votes
0 answers
GNSDK on ubuntu fails to run (using java wrapper)
I finished implementing an application on windows7 OS using the gnsdk java wrapper - all went fine there.
Now I want to install my application on ubuntu (compiling it on that platform as well), and I came to an error : "GnException Failed to load…

ilazar
- 227
- 1
- 11
0
votes
1 answer
webservices registration error
After I return results from "GNSearchResponse" I get this error:
reportSearchResults = "RecognizeFromMicOperation: [5000] webservices registration error: GCSP: Hello error: [130] Please contact Gracenote ODP 04616 [Name: Steve McIntyre] [App: fb…

Steve McIntyre
- 85
- 1
- 8
0
votes
2 answers
GNAudioSourceMic raw audio location
I'm currently developing an app which uses Gracenote Mobile Client to create a fingerprint as well as identify which music I'm listening to. I've successfully implemented it on my project but now due to a business requirement I've to use the audio…

Paulo Miguel Almeida
- 2,114
- 31
- 36
0
votes
2 answers
Gracenote API: Fetching Images
I have a few questions related to images in gracenote API.
Let's take this image for example: http://akamai-b.cdn.cddbp.net/cds/2.0/image/5899/C629/E091/E3A2_medium_front.jpg
After trying to manipulate a bit the image name, i found that i could get…

millenion
- 1,218
- 12
- 16
0
votes
1 answer
How to verify my application registered with Gracenote?
I am trying to register my application, which is written in C#, with Gracenote for my senior seminar class. I believe I have done it correctly, but to my understanding when I call a WebClient.UploadData() method, I should have what is returned…

Duu82
- 157
- 2
- 11
0
votes
1 answer
Gracenote Error: Invalid User
Problem to implement Gracenote api in iOS provide invalid User & manager not initialised .
GN_Entourage_Demo[24927:70b] getUserACR: ERROR: Manager not initialized 2014-03-10 19:05:20.509 GN_Entourage_Demo[24927:70b] Error: Invalid User (lldb)
…

Jatiendar Kumar
- 257
- 2
- 12
0
votes
0 answers
Gracenote Web API is failing on ALBUM_TOC query
I have been using the Gracenote Web API in an application for the last year without any issues. Suddenly a couple weeks ago, my application stopped working. I am receiving the following error in response to a simple ALBUM_TOC query:
…

NinthTest
- 128
- 1
- 8
0
votes
1 answer
Parsing Gracenote's API XML return
I'm fairly new to python and having problems with my code. I am trying to parse and XML file returned from gracenote but I keep having problems. This is my code of trying to take out just the artists name.
import urllib.request
from lxml import…

Aidan Howie
- 95
- 1
- 10
0
votes
1 answer
Gracenote Rhythm API - is it possible to stream it with web audio?
I just started to discover interesting Gracenote Rhythm API - https://developer.gracenote.com/rhythm-api
It says that it includes metadata, music recognition and an Internet Radio API, but I didn't find any possiblity to stream it with for example…

Kosmetika
- 20,774
- 37
- 108
- 172
0
votes
1 answer
Gracenote Entourage Initialization Error
I received my Entourage License Info and attempting to test the GN_Entourage_Demo.
However, when inputting the Client ID, Tag and License String in the appropriate #define lines in GNViewController.m, I receive the following errors:
2014-03-10…

trb
- 1
- 1
0
votes
1 answer
Get track details from stream using gracenote python wrapper
I'm using I'm using the dev version of the python wrapper for the gracenote gnsdk (gnsdk-3.06.0.1241o-20130927/wrappers/gnsdk_python/samples/musicid_stream/main.py) to identify 15 seconds of music, which seems to be working pretty well in terms of…

Daniel Nitsche
- 274
- 1
- 2
- 9
0
votes
1 answer
Configuration property to specify after how many milliseconds the "recognizeMIDFileFromFile" should start fingerprinting
as the title says , I think it will be nice if there was config property that we can set in order to specify after how many milliseconds(or seconds ) the fingerprinting should be done on the file. According to the documentation, it is done at the…

user3257758
- 17
- 1
- 5