Internet-accessible database containing information about the contents of audio compact discs and vinyl records
Questions tagged [gracenote]
150 questions
1
vote
1 answer
Setting detail levels in the C# wrapper for the Gracenote Web API
I am currently working with the Gracenote Web API using the C# wrapper made by Park Square and I don't know how to set the detail levels.
Currently the Search() method only returns one level of detail for genre, mood, tempo etc. but I would like to…

Regicollis
- 355
- 4
- 13
1
vote
1 answer
Gracenote (GNSDK for mobile) missing artist's name
i'm using Gracenote (GNSDK for mobile) to identify songs through smartphone microphones.
So far it is working well, but most of the times the results don't contain the artist's name.
Only sometimes the name is present in…

woelliJ
- 1,494
- 9
- 17
1
vote
0 answers
How to get the ISRC code for a music track with a Gracenote API query
I have tried with the following query which includes the LINK parameter which I found in the Gracenote forum. However the ISRC code is not returned:
xxx
…

LiquidLunch
- 47
- 1
- 7
1
vote
1 answer
Gracenote Android Offline Mode
I'm trying to use the Gracenote Mobile Client for android to identify Music through the mic.
So far it is working well and i receive recognition results (using identifyAlbum).
I was wondering, whether it was possible to support an offline scenario.…

woelliJ
- 1,494
- 9
- 17
1
vote
2 answers
1
vote
1 answer
Installing the Gracenote SDK (GNSDK) within XCode
I am attempting to get the GNSDK framework working within XCode but I'm having some issues. I dragged the framework file from the example project into my project and adding a bridging header (since the rest of my project is in Swift). The bridging…

user810929
- 11
- 1
1
vote
1 answer
Gracenote GNSDK compile on linux
I want to compile an application with GNSDK (Gracenote SDK) on linux but I have errors (I use Code::Blocks). I wan't to use gracenote fingerprint with musicid_file_trackid function.
My compilation with Visual Studio on Windows work fine but not on…

Vincent leveque
- 39
- 7
1
vote
0 answers
how to use gracenote SDK with visual studio and xamarin to build android and ios music id mobile apps
i am using visual studio and xamarin to build android and ios applications .
i am looking for a way to add the (gracenote SDK) gnsdk to my solution , and all the SDKs are not working.
what i did till now is :
i downloaded all the gnSDKs and tried to…

youselry
- 31
- 5
1
vote
1 answer
GracenotemusicID.Framework. In that .h file not found error - Xcode 6.4 - ios
When i try to build the App in Xcode, i get GNConfig.h file not found error.
But the file is present.
How to resolve it?
I have moved the files from another mac.
I have a doubt whether the framework has deprecated.

Yogaraj R
- 73
- 1
- 6
1
vote
1 answer
Migrating Gracenote Mobile API to Android Studio from Eclipse
I'm testing one application that listen to song and identify the song .For that i have used gracenote api for mobile client api and help available on Android here and successfully implement it on the Eclipse but when i tried the same on the android…

Chintan Desai
- 2,607
- 2
- 22
- 25
1
vote
1 answer
Android Audio fingerprinting implementation
I am working on an Android app that works similar to shazam, soundhound,
etc. I am using Echoprint for Android w/ source found on GitHub for implmentation of some aspects. In my search I have come across software that aids in this
such as Echoprint,…

tigersunset
- 33
- 2
- 6
1
vote
1 answer
Gracenote SDK giving error: User not registered for online use
I am currently trying to get the sample application working from the GNSDK called "musicid_file_trackid" but it is not working and constantly giving the error "User not registered for online use"...
I am using the C# Wrapper coming with the SDK.
I…

Sjoerd Redeker
- 31
- 3
1
vote
1 answer
Gracenote Entourage Movie Lookup
I am using the Gracenote Entourage SDK for iOS and am able to recognize Live TV shows however when I try to recognize a Movie either from DVD or VOD it returns no matches. I have signed up for the Accelerator program which should give me access to…

Matthew Wood
- 23
- 3
1
vote
1 answer
Generating Adio Fingerprint with GraceNote SDK
I am having some trouble understanding the samples included in the gnsdk download. All I need to do is to be able to generate an audio fingerprint from a wav. file. My plan is then to hand it off the the web api to query the database. I am much more…

Cheech
- 355
- 3
- 16
1
vote
1 answer
Gracenote API request not returning link to iTunes / Amazon
As part of the reponse to my webAPI queries, I currently receive an external link to the DEEZER service, but I'm looking to retrieve links to iTunes, Amazon.
Is there any additional setup needed to get these links to Amazon and iTunes returned?…

user2161056
- 86
- 3