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
1 answer

Error from Gracenote EyeQ Web API

I'm trying to figure out how to use the Gracenote web API for EyeQ. What I want is to get TV listings for a danish provider, but for now I'm just trying to make anything work. As far as I can understand I have to use the "TVCHANNEL_LOOKUP" and for…
1
vote
1 answer

Gracenote API: GnAlbum (method of Gracenote android GNSDK)

What is a identifier tag of GnAlbum? GnAlbum(java.lang.String id, java.lang.String idTag) Constructs a GnAlbum object from identifier and identifier tag I don't know identifier tag. I can get identifier. GnMusicIdFileInfo…
song
  • 11
  • 2
1
vote
1 answer

How to build GNSDK to generate Python _gnsdk.so for linux_x86-64

I want to develop an app using gracenote SDK and python, I see the python wrapper but I need to generate or make the _gnsdk.so for linux_x86-64, how I can do that ?
Lhassan Baazzi
  • 1,128
  • 1
  • 11
  • 21
1
vote
1 answer

Deadlock while trying to call audioProcessStartWithAudioSource:error: in gracenote

I try to create app with possibility to recognize music tracks, however each time I call block: dispatch_async(self.internalQueue, ^{ self.gnAudioVisualizeAdapter = [[GnAudioVisualizeAdapter alloc] initWithAudioSource:self.gnMic…
The Tosters
  • 417
  • 3
  • 15
1
vote
1 answer

Music ingestion time

I have music that i can find using the text search api but I can't get it to be identified using the musicId-stream api . I have even tried to use the sample application to identify the song playing but just doesn't find it using the music-id…
user3257758
  • 17
  • 1
  • 5
1
vote
3 answers

Request to Gracenote Web API timed out

I am using a PHP script to access the WEB API of gracenote. Though it works sometimes, it gives me a time out error most of the times. Here is the error I am getting: exception: code=2001, message=Request to a Gracenote WebAPI timed out., ext=…
Akshay
  • 13
  • 2
1
vote
1 answer

No results for fingerprint search using the GNSDK (3.06) java wrapper - any recommended params?

I have a live stream of audio which i try to fingerprint & search using the GNSDK(3.06) java wrapper. My code is based on the musicid_stream sample. I use the code: gnMusicID.fingerprintBegin( GnFingerprintType.kFingerprintTypeGNFPX, 44100, 16,…
ilazar
  • 227
  • 1
  • 11
1
vote
2 answers

Gracenote API: List of Genres

Is there a way to retrieve all "genre" field list? I've seen it was the case for contribution/production types: I'm using Gracenote web api. I've also noticed that "IPGCategorie" L1/L2 values looks a lot like "Genre" field values... Is there a…
millenion
  • 1,218
  • 12
  • 16
1
vote
1 answer

Gracenote API: Search and fetch contents in specific language

I'm wondering if there is a way to get data in specific language when using gracenote series_search or series_fetch methods. It turns out that using ger field is useless... I still get data in english ... If someone could help resolving this, that…
millenion
  • 1,218
  • 12
  • 16
1
vote
0 answers

platform_vars_macos.mk might be incorrect

I've downloaded GNSDK ver.3.2.0.422. I've tried to build some sample application. But I've got same kind of error like the following... gcc -arch i386 -m64 -mmacosx-version-min=10.5 -lstdc++ -o sample _output/mac_x86-64/debug/main.o…
xanadu6291
  • 931
  • 10
  • 20
1
vote
1 answer

Gracenote Mobile SDK MID-Stream returning incorrect results.

I have been trying very hard for the last 2 days to find out the reason but to no avail. Gracenote Mobile SDK MID-Stream is returning in correct results. MID-File is working fine. At first, I thought may be something wrong with my application.…
1
vote
1 answer

gracenote sdk for music id not working on iOS 7 device

here is what we have done: we added the framework to our project and have the following in one of our classes: GCSearchViewController.h @interface GCSearchViewController : UIViewController
samiq
  • 2,954
  • 1
  • 29
  • 29
1
vote
1 answer

Downloading Gracenote Mobile Client

I have some problems downloading the Mobile Client from developer.gracenote.com. Am registered and signed in to gracenote's developer program, but I'm unable to download the Mobile Client SDK from https://developer.gracenote.com/mobile-client When…
rimestad
  • 728
  • 1
  • 4
  • 6
1
vote
1 answer

Gracenote php throwing HTTP RESPONSE ERROR

I'm trying to get Gracenote APi to work on my site. I got it working some months back but never went any further. I am using the same credintials that used back then when it worked and the php gracnote class from Rich Adams on github. I am trying to…
Mark
  • 637
  • 3
  • 14
  • 26
1
vote
1 answer

Gracenote: how to work with the third party (such as Amazon.com) music catalogues?

Why do I get only the appletrackid datasource? config.setProperty("content.link.preferredSource","Amazon"); searchByText (GNSearchResultReady resultReady, GNConfig config, String artist, String albumTitle, String trackTitle) All time I get only…
pvllnspk
  • 5,667
  • 12
  • 59
  • 97
1 2
3
9 10