Internet-accessible database containing information about the contents of audio compact discs and vinyl records
Questions tagged [gracenote]
150 questions
0
votes
0 answers
Gracenote GNuser always returning null
I am new to the Gracenote Api and I was trying to implement it in my Android app after installing the native libraries.
When I try to create a GnUser object it always returns null.
What I am doing is this in my OnCreate:
try {
gnManager = new…

Amr El Aswar
- 3,395
- 3
- 23
- 36
0
votes
1 answer
OnConnect Sport Listing data
I recently created an application for the Gracenote OnConnect platform specifically to query Sport tv listings data. My project is an open source tool to allow users to easily find the channel for a given search event. So for example, if I wanted to…

Vance Faulkner
- 190
- 2
- 8
0
votes
1 answer
Setting up GNSDK development environment - nmake doesn't work
I'm following GNSDK: The Barebones C Intro and have a problem while setting up the development environment.
The instructions say:
The first thing you need to do is set up your development environment. I coded and ran this application on Windows…

Udi
- 1
0
votes
1 answer
Gracenote Entourage SDK iOS - Video lookup for french TV doesn't return any match
I've downloaded Entourage SDK for iOS v2.4.1.4018 today and tested the sample app.
Video lookup doesn't return any match for french TV channels (tested on "France 2", "D8", "CANAL +"). It used to work in the past.
I've tested with a video from…

Wes
- 15
- 1
- 8
0
votes
1 answer
Audio record with Gracenote SDK android
I'm currently developing an android app using Gracenote SDK.
I want to identify music by listening a sample, so I followed everything on page 99 of the developers guide ("identifying Streaming music).
But I have a problem when I want to initialize…

huhu1030
- 1
- 1
0
votes
1 answer
Escape double quotes in Gracenote GNSDK script
I use a script with the SDK Gracenote (GNSDK) for audio recognition of a file (fingerprint).
The script works correctly, I just want to escape the double quotes in a variable.
I found this function:
void str_replace(char *target, const char *needle,…

Vincent leveque
- 39
- 7
0
votes
1 answer
Is Gracenote compatible with Windows 10 and Universal Windows Platform UWP/UAP?
Is Gracenote compatible with Windows 10 and Universal Windows Platform (UWP/UAP) ?
We were trying to install de Nuget Package from:
http://www.nuget.org/packages/ParkSquare.Gracenote/
and when we tried to install it, the Visual Studio 2015 throws in…

Gabriel
- 1
0
votes
1 answer
Gracenote SDK: User not registered for online use
I just downloaded Gracenote SDK and successfully built samples on Ubuntu but error appeared when I ran those samples:
ducpa1@101BacTT:~/gnsdk-3.07.7.3701o-20150714/samples/musicid_lookup_album_text$
./sample '34218515'…

Joel
- 1
- 2
0
votes
1 answer
Using Gracenote SDK (GNSDK) to read a file and perform a fingerprint recognition
I'm trying to read a 16bit 16KHz wav (20 seconds long) from on iOS and perform a fingerprint identification. I tried following the guide "GNSDK-for-Mobile-iOS-Developers-Guide" but it doesn't have an objective-c example on page 53 (only C#). My…

Martin Harrison
- 145
- 2
- 11
0
votes
1 answer
php/curl/gracenote ERROR searchTrack/get releaseDate
include("../Vendor/phpGracenote/Gracenote.class.php");
$clientID = ' my Key ';
$clientTag = ' my Tag ';
$api = new Gracenote\WebAPI\GracenoteWebAPI($clientID, $clientTag);
$userID = $api->register();
$results = $api->searchTrack("Kings Of…

ma-jo-ne
- 147
- 2
- 12
0
votes
1 answer
Gracenote/Cddb official genre list
I am working with mp3s and metadata. I have used Python to edit and add metadata to each file, but I cannot seem to get genres to work. I have used Pygn, a gracenote module that seems to be doing its job well. The problem is with the gracenote data…

Jack Friend
- 31
- 4
0
votes
1 answer
Gracenote daily lookup limit
I'm getting this error:
gnsdk_musicid_query_find_albums FAILED
Reason: GCSP: Hello error: [1010] The Gracenote ODP 05556 [Name: Firstname Lastname] [App: Appname] application has reached is daily lookup limit with Gracenote. You may try again…

Tomas
- 675
- 1
- 9
- 18
0
votes
1 answer
All official downloads for Gracenote Entourage SDK v2.4.1.4018 are invalid/incomplete ZIP files
All official downloads for the Gracenote Entourage SDK v2.4.1.4018 are invalid/incomplete ZIP files, and are unusable.
$ unzip -t gn-acr-android-2.4.1.4018.zip
Archive: gn-acr-android-2.4.1.4018.zip
End-of-central-directory signature not found. …

naki
- 932
- 6
- 11
0
votes
0 answers
GNSDK supported platforms
I need to build Gracenote SDK (GNSDK) application for Raspberry Pi. I've failed to run on Raspberry Pi B+. But I'm free to buy any version including Raspberry Pi 2.
As you may know, Raspberry Pi B+ has armv6l and support for hf (hard float) ABI. But…
0
votes
1 answer
I am using GN_MUSIC_SDK_IOS for recognise audio, and than i wants to map that song in itunes.
I am developing one app in which i am using GN_MUSIC_SDK_IOS, to recognise audio, i got this, now i wants to search this song in itunes and wants preview of the song same like shazam, and wants to give buy the song from itunes, does any one knows…

Dharmesh Vaghani
- 718
- 6
- 23