Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
/ pygn-appengine Public archive

a simple appengine app that exposes Gracenote Music API as a JSON API

Notifications You must be signed in to change notification settings

leaffm/pygn-appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pygn-appengine

pygn-appengine (pronounced "pigeon appengine") is a simple Google AppEngine app that lets you interact with the Gracenote Music API using JSON requests.

pygn-appengine makes use of pygn, a simple Python client for the Gracenote Music API.

Gracenote technology and metadata helps hundreds of millions of music fans identify, discover and connect with the songs and artists they love every day, but their APIs are all XML based, making it difficult to create modern web apps using JavaScript.

pygn-appengine allows you to look up artists, albums, and tracks in the Gracenote database, and returns a number of metadata fields, including:

  • basic metadata like Artist Name, Album Title, Track Title
  • descriptors like Genre, Origin, Mood, Tempo
  • related content like Album Art, Artist Image, Biographies

You will need a Gracenote Client ID to run this app. Please visit https://developer.gracenote.com to get yours.

About

a simple appengine app that exposes Gracenote Music API as a JSON API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages