Internet-accessible database containing information about the contents of audio compact discs and vinyl records
Questions tagged [gracenote]
150 questions
12
votes
5 answers
Randomly SSLException Unsupported record version Unknown-0.0
Sometimes the code below fails and sometimes it work. I'm using Java8. Is it a server side problem?
Exception in thread "main" javax.net.ssl.SSLException: Unsupported record version Unknown-0.0.
EDIT:
I downgrade to JDK7 from JDK8 and it works. The…

daniele.guiducci
- 153
- 1
- 1
- 5
9
votes
3 answers
How to recognize a music sample using Python and Gracenote?
I recently discovered the GNSDK (Gracenote SDK) that seems to provide examples in several programming languages to recognize music samples by fingerprinting them, and then to request their audio database to get the corresponding artist and song…

Epoc
- 7,208
- 8
- 62
- 66
5
votes
0 answers
Gracenote Mobile Client: Possibility to get the match probability?
I would like to know whether there exists a possibility to get the match probability in percentage (or other measure factors) of a GNSearchRespsonse. The problem is that getBestResponse() doesn't return always the correct result so I would like to…
user3677546
4
votes
3 answers
How do I get a full list of genres from the Gracenote Music API?
We are currently working with the Gracenote Music API and are wondering if there is a full list of generes and mappings between the different hierarchies of genres. Ideally, we'd love a dump of those tables in the backend Gracenote system. If…

Sean Gallavan
- 41
- 3
2
votes
1 answer
AJAX not parsing jsonp response
Working on making a movie feed page, unfortunately the only API I was able to find has a 50 calls/day limit so I need to cache the jsonp response locally and directly parse that instead to get around the call limit and just refresh the showtimes at…

Dylan Blankenship
- 55
- 9
2
votes
0 answers
GNSDK : Incomplete Downloads
I'm having and have been having trouble, for over a month downloading GNSDK from https://developer.gracenote.com with the download failing and both Google Chrome and Mozilla Firefox reporting network errors.
Could someone else be experiencing the…

nevanom
- 370
- 1
- 3
- 14
2
votes
1 answer
Requesting Recording Label/Marketing Label
I'm trying to get some data from the Music Web API to populate some data on my side so I can later in fill in some song play reports. In order to do this, I've got a requirement to retrieve the ISRC of tracks as well as the Recording Label or…

Simantov Yousoufov
- 112
- 6
2
votes
1 answer
GraceNote - generate playlist with music of a given country
I would like to use GraceNote to generate play-lists which contain songs likely to appeal to, or, at least, be known to, residents of a given country. E.G, Japan, Korea, Turkey, Brazil, France ...
They don't necessarily have to be in the local…

Mawg says reinstate Monica
- 38,334
- 103
- 306
- 551
2
votes
0 answers
Duplicate Albums in Gracenote
While using Gracenote's File ID, I stumbled across two tracks which are from the same album. While the name of the album returned by Gracenote is the same, the Album IDs are different.
Following are the album ID's returned by Gracenote.…

user3115656
- 55
- 4
2
votes
1 answer
How to get Song coverArt in android using GracenoteApI ?
I am using gracenote ApI for song recognization.i am getting all the detail like song name,artist name and album but I am unable to get cover Art of album. I am using the code to get it but I always get null in that code. I searched a lot for this…

jarnail
- 243
- 4
- 15
2
votes
1 answer
find album art and cover art programatically in Android
I have song name, artist name and album name.
Is there any link from where I can get cover or album art by sending these parameters?
For my application I need cover art. I searched a lot to find out something but get nothing.
If there is any third…

jarnail
- 243
- 4
- 15
2
votes
1 answer
URL_GET and TVCHANNEL_IMAGE: No longer returning matches
I am using Gracenote video services for the programming guide in my application. Within the guide, I display channel logos along with the channel name and number. In the past, I have retrieved channel logo URLs by using the URL_GET API query with…

user3353750
- 21
- 1
2
votes
1 answer
Gracenote Entourage Error 130/74
I first created my Gracenote developer account last night, and without issue, was able to match TV shows using the sample applications.
However today, I'm receiving the following error continuously:
ERROR GCSP: Hello error: [130] Please contact…

mndmatt
- 109
- 4
1
vote
1 answer
Can't get cover art when using GNSDK findAlbums on iOS
Having a bit of a problem getting cover art when using findAlbums with the GNSDK, but identifyAlbumAsync works perfectly. If you looked at the iOS sample code, you'll see that the code I have to iterate the albums returned is the same used when the…

Michael Gaines
- 383
- 3
- 13
1
vote
0 answers
Get Track detail in gracenote API
I am using grace note API to list tracks and albums.
Can anyone please let me know how Can I get track details such as link?
I am getting track_gnid
below is the response to $results = $api->searchTrack("Kings Of Convenience", "Riot On An Empty…

Sonali Iflair
- 11
- 1