home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "boomy bass drops", musiccaps_aspects contains "kindergarten song" and musiccaps_aspects contains "vocal backup"

✎ 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
Phonics learn to read part 2 sight words, consonant blends, compound words, song and sounds A male vocalist sings this simple melody. The song is medium tempo with steady keyboard harmony ,boomy bass drops and rhythmic finger snapping. The vocalist is spelling a word in a simple melody indicating that this song is a Children’s Song . It is educational, simple, catchy, bouncy and a fun way of learning to spell small words. 2009-12-23T05:48:23Z KidsLearnEasy http://www.BetterEducationPlace.com *** This Phonics alphabet program is a great way for children to learn to read. You can get the whole entire program at * Phonics is a method of teaching reading which first teaches the letter sounds and then builds up to blending these sounds together to achieve full pronunciation of whole words. Utilizing Phonics will rapidly teach kids to read within months rather than years. it teaches all the alphabets, sounds, song for kids of all ages ["Music", "Clatter"] ["male singer", "boomy bass drops", "learning to spell", "spelling made easy", "three letter spelling", "learning the fun way", "medium tempo", "educational", "children’s song", "kindergarten song", "songs for kids", "simple", "catchy", "bouncy", "impressionable", "keyboard harmony", "vocal backup", "fingers snapping"] 7 AeXDtbfpQlQ 1151

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 810.402ms · About: simonw/musiccaps-datasette