-1

I'm coding a cross-platform client in Adobe Air. Native SDKs don't suit me, obviously.

Is there an API to query Entourage?

astro
  • 17
  • 4

1 Answers1

0

No, Entourage is an SDK and not a Web API. In order to identify television content, Entourage needs to listen to an audio stream and perform some signal processing/fingerprinting on it, which is best done with a native SDK.

If you just need to look up TV listing data, there is the eyeQ API (https://developer.gracenote.com/eyeq)

cweichen
  • 493
  • 3
  • 5
  • 1
    What if I use cross-platform app development SDK ? Am I out of luck? I mean the app stream captured audio data from device to Gracenote service just as in native SDK. – astro Nov 12 '13 at 11:47
  • Entourage is only available on Android and iOS as native SDKs. If by cross-platform you means those two platforms then you could embed the respective native dlls into you air builds. If you plan to use Entourage on other platforms, you are out of luck as of today. – Jonx Dec 26 '13 at 22:18