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

SELECT_EXTENDED=COVER option in gracenote API does not return artwork

The gracenote samples page states it's possible to receive data of multiple albums including one albumart url (COVER_SIZE is disregarded) when option SELECT_EXTENDED=COVER is provided. My xml request looks like
Bernhard Döbler
  • 1,960
  • 2
  • 25
  • 39
0
votes
1 answer

Gracenote, exception database in C# sample

When I try to run sample in GNSDK for C#, an exception fire for enable local database sqlite. In GNSDK log i see this Local Lookup Initialize: Version 3.07.0.2861 Built 2014-10-28 01:46-0700 2014-12-29 11:26:08.406 DEBUG GNSDK Local …
0
votes
1 answer

Why can I not access CoverArt in Gracenote?

My WEBAPI Query matches the example query but the response does not contain the following fields. Is this because I am using a "Community Licence" Non-commercial use? Album Fields missing XID DATASOURCE URL TYPE="COVERART" SIZE="MEDIUM" url URL…
Walter
  • 3
  • 1
0
votes
1 answer

gracenote c++ wrapper error: gnsdk_taste.h is missed

I'm trying to write simple app based on GNSDK, which will be using c++ wrapper. And I have error - after I including "gnsdk.hpp" compiler could not find gnsdk_taste.h. I was trying to find it in GNSDK folder, but could not. Could someone please help…
buggi zhuk
  • 87
  • 1
  • 6
0
votes
1 answer

GraceNote rhythm API with Pygn

The following works and retrurns a list of semmingly random tracks which GraceNote thinks are similar to Bowe's work: radioPlayList = pygn.createRadio(GRACENOTE_CLIENT_ID, GRACENOTE_USER_ID, artist='Bowie', count='3'); However, I would strongly…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
0
votes
1 answer

Gracenote does not seem to recoginize VOD content

I've been trying to test gracenote over some VOD content, however It doesn't seem to recognize VOD content. Does Gracenote work with VOD content? I always assume that it work with both live and VOD content. And I recall that it used recognize VOD…
TuanCM
  • 203
  • 1
  • 4
  • 12
0
votes
0 answers

Gracenote php throwing error "A cURL error that wasn't a timeout or HTTP400 response."

The Php-Gracenote library was working fine up until last week. But since then It has started showing the error as mentioned above. I put the latest version of the code from Rich Adams' repo but it still shows the same error. Has anyone seen a…
Rishin S Babu
  • 1,553
  • 3
  • 13
  • 16
0
votes
1 answer

error while loading shared libraries on arm Debian

I compiled and ran a program making use of the Gracenote SDK on x64 Arch Linux using cmake/gcc with no problem. Now, when I compile and then run on arm Debian I get the following error: /src/tracker-linux: error while loading shared libraries:…
user1607652
0
votes
3 answers

Using Gracenote to get Information about Music Artists, Albums and Tracks

I am developing an application which takes artist's name and lists all of his/her albums titles, I'm trying Gracenote for this, But, The problem is when i retrieve first 100 albums, It says : ERROR - GCSP: Search error: [22] search: Invalid range…
0
votes
1 answer

Gracenote Entourage. Listen to Video show in background

From the documentation I have learned that it is possible to make Entourage work in background for iOS Apps as well and developers are advised to read the - Entourage Best Practices to Achieve All-Day Interactivity. But I cannot find this…
InterestedDev
  • 578
  • 7
  • 22
0
votes
2 answers

$.ajax callback inside class undefined – scope issue

I'm trying to return a list of movie showtimes playing in a given radius. I have a JavaScript class that I'm building to display the data from an API. I actually followed the example given from here. I know this is a scoping issue of some kind,…
tbourne89
  • 77
  • 5
0
votes
1 answer

Matching 2 fingerprints in Android SDK

Is there any way to know if 2 fingerprints(fingerprinted by gracenote sdk for android) refer to same song without using gracenote servers. I'm only interested in comparing fingerprints, not the meta data of song.
0
votes
1 answer

matchscore method always return 0 using the "doTrackIdAsync" method with the Gracenote mobile android GNSDK

I have been playing with the new Gracenote mobile android GNSDK and while using the "doTrackIdAsync" method, I have noticed that the response has a method matchscore() and a method matchconfidence() which have been recentky added but they always…
user3257758
  • 17
  • 1
  • 5
0
votes
2 answers

App using Mobile Android GNSK crashes when identifyAlbumAsync() is called before audioProcessStart()

I have being upgrading an application to use the new Mobile Android GNSK but I have noticed that using the new MusicID-Stream is a little bit tricky. If the "identifyAlbumAsync" method get executed before the "audioProcessStart" method(since this…
user3257758
  • 17
  • 1
  • 5
0
votes
1 answer

gnsdk python wrapper - get track position from stream

album.match_position() consistently returns 0 regardless of where in the song the clip is from. Is there something else needed for this call?
Ian Danforth
  • 779
  • 1
  • 9
  • 18