home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "female voice singing", musiccaps_aspects contains "marimba" and musiccaps_names contains "Music for children"

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
pat a cake baker's man Song A digital drum is playing a techno groove with a kick on every beat. A synth bass is playing a simple line along to a piano playing major chords. Panned to the sides of the speakers you can hear a xylophone like sound playing the melody along in a higher key and a marimba adding notes. A digital brass sound is adding hits to the melody. A female voice is singing in a higher key. This song may be playing in a kids tv-show. 2015-06-01T06:28:12Z Turtle Interactive pat a cake is a fun song about cooking delicious cakes. Our version is a story about a girl who goes to a bakery and sings to the baker's man. Here are the lyrics: Pat-a-cake, pat-a-cake baker's man Bake me a cake as fast as you can prick it and Pat it mark it with " B " And put in the oven for baby and me Make it with chocolate and make it with cream Make it the pretty as you ever seen Pat-a-cake, pat-a-cake baker's man. Bake me a cake as fast as you can Pat-a-cake, pat-a-cake baker's man Bake me a cake as fast as you can prick it and Pat it mark it with " B " And put in the oven for baby and me Make it with chocolate and make it with cream Make it the pretty as you ever seen Pat-a-cake, pat-a-cake baker's man Bake me a cake as fast as you can Hope you like our song. Subscribe to our channel to watch more of such songs - http://www.youtube.com/subscription_center?add_user=turtleinteractive ["Music", "Music for children"] ["pop", "piano", "digital bass", "digital drums", "xylophone sound", "digital brass", "marimba", "female voice singing", "uptempo"] 6 snJDZAnTMwQ 4979

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 821.206ms · About: simonw/musiccaps-datasette