Internet-accessible database containing information about the contents of audio compact discs and vinyl records
Questions tagged [gracenote]
150 questions
0
votes
1 answer
How to through the gracenote playlist ident (eg: 0_12) get the name of the song
I have a confused, I want to through the generation of playlist in the ident (eg: 0_11) to get the song name, what shoud I do and those functions can be used. thank you!

jason
- 1
0
votes
0 answers
Feature Request : Configuration preference for single best match. MusicID
I have been using the mobile developer kit for a couple of weeks and I have tested the "GNOperations.recognizeMIDFileFromFile" method from the android kit on a large number of files with single best match response configured. I was pretty impressed…

user3257758
- 17
- 1
- 5
0
votes
1 answer
Query returns results when it should not
I'm trying to work with the GraceNote web API and I'm getting unexpected results. For example, when I run a query to get the track info for Green Day/Dookie/She I get everything I'm asking for, yet if I change the album_title to AMERICAN IDIOT, I…

Ben_G
- 770
- 2
- 8
- 30
0
votes
1 answer
Gracenote Android - why does it need ACCESS_FINE_LOCATION?
I noticed on the tutorial that in order to use the Gracenote Android SDK you need to enable the ACCESS_FINE_LOCATION permission. Why is this? I've also heard that apps implementing the Gracenote SDK have been delivering location-aware push adverts…

benwad
- 6,414
- 10
- 59
- 93
0
votes
2 answers
Gracenote API - No track link data
Currently, in my AppDelegate, I have an instance variable declared for GNConfig that is set up with all properties I would like to receive.
This instance of GNconfig is used by any class that makes a gracenote request.
The requests I am using are…

Kevin Fernandes
- 79
- 6
0
votes
1 answer
Grace Note Web API not resolving
I created a new app a week ago and am trying to access the soap API however using the endpoint address as specified in the documentation (https://developer.gracenote.com/sites/default/files/web/html/index.html#PDFs/Music Web API Release Notes…

fishman
- 3
- 1
0
votes
1 answer
How to initialize gracenote::GnString?
We have experimented GNSDK api with "C" code and "Console Application", it's OK, now, we are experimenting GNSDK wrappers with "C++" code and Qt 5.1, we are stopped by this simple line :
gracenote::GnString s_MyString = "another string";
How to…

Decfi
- 3
- 2
0
votes
1 answer
Can't get answer on eyeQ TVPROVIDER_LOOKUP
I've got some trouble getting answer from the eyeQ API with TVPROVIDER_LOOKUP.
When I try the example query, no problem. But when I try another country (eg France), I get no answer at all.
Here's my query…

Jerome Whitou
- 3
- 2
0
votes
1 answer
How can I get track length (min/sec) from Gracenote's Web API?
I'm using php-gracenote to access Gracenote's Web API. Can please someone explain how to get each track length in min/sec when searching for a album. Is it possible? Any examples?
user1824042
0
votes
1 answer
404 Status When Creating New App with Gracenote API
I'm trying to create an API key to use the Gracenote Mobile SDK for an iOS app. However, when I'm logged in and on the "My Apps" page within Gracenote's Developer site, I get the following message at the bottom of the page:
STATUS: 404 - Not Found;…

hliriani
- 1
0
votes
0 answers
Images aren't being returned from contributor search or contributor fetch eyeQ Video Explore API's
I'm trying to get contributor images using the eyeQ Video Explore Contributor_Search and Contributor_Fetch API's, but I haven't seen a single actor for which an image is returned. I even tried with Tina Fey, the contributor used in all of the…
0
votes
0 answers
Gracenote Entourage Crashing
I have downloaded the demo app from the Gracenote Developer website but its crashing for me and gives Exe_Bad_access on below line in ViewDidLoad method of GNViewController.m.
self.sdkManager = [[GnSdkManager alloc] initWithLicense:LICENSE_INFO…

Ron
- 1
- 2
0
votes
0 answers
Gracenote Entourage Demo Application Crashing
I have downloaded the demo app from the Gracenote Developer website but its crashing for me and gives Exe_Bad_access on below line in ViewDidLoad method of GNViewController.m.
self.sdkManager = [[GnSdkManager alloc] initWithLicense:LICENSE_INFO…

Ron
- 1
- 2
0
votes
1 answer
Getting the Gracenote gem to work
Attempting to use the Gracenote gem to hit the web api - registers fine but the query times out - anyone out there able to use this successfully?

thinkfuture
- 241
- 1
- 5
- 12
0
votes
1 answer
Gracenote new web app registration
I am trying to use the Gracenote web API to register a new user as specified in the documentation here https://developer.gracenote.com/creating-new-app
Here is my function that I am using
function registerApp(){
var xml='

user1812741
- 311
- 2
- 6
- 14