[Developers] New SoundLine App needs queries

Ketan Anjaria fire at kidbombay.com
Tue Mar 13 18:05:01 UTC 2007


I was hoping you could help me with this new SoundLine app.
Here are the queries we will need.

Earliest Time Query
The Earliest date with any Musical artist

All Genres Query
All genres for any musical artists

Artist Search Query
An artist that matches an inputed name (not exact but close, like a  
google search)
Properties Returned
Artist Name
Artist Guid

Time and Genre Query
All artists that were active in a given start time and end time, that  
also match any an optional given genres
Artist Name
Artist Guid
Artist Start Date
Artist End Date
Artist Genres


Artist Query
Return the following properties for a musical given an artist guid
Name
guid
start date
end date
country
members
name
guid
image
albums
name
guid
image
release date
tracks
name
track number

I might need more for the artist later.
This is what I have so far based on artist name not guid
{
  "query":{
   "active_end":null,
   "active_start":null,
   "album":[{
    "/common/topic/image":[{
     "guid":null,
     "limit":1,
     "optional":true
    }],
    "id":null,
    "name":null,
    "release_date":null
   }],
   "genre":[],
   "id":null,
   "member":[{}],
   "name":"The Police",
   "origin":null,
   "type":"/music/artist"
  }
}


Ketan Anjaria
415-260-8742
fire at kidbombay.com
www.kidbombay.com


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20070313/9d2b47e7/attachment-0002.htm 


More information about the Developers mailing list