home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "bee buzzing", musiccaps_author = 7 and musiccaps_names contains "Buzz"

✎ 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
Buzz Does Not Know His Age! | Class 3 | EVS | Our First School This music is instrumental. The tempo is medium with a piano harmony with the voice of a child speaking and a bee buzzing superimposed on the music. This clip is a tutorial on how to speak English. The music is subdued with the emphatic and loud voice of the child. 2011-12-24T08:06:44Z toonmastieyf how home is the first school,getting to know about the culture of their family & the different members of family-their likes/dislikes. ["Music", "Music for children", "Buzz", "Speech", "Child speech, kid speaking"] ["instrumental", "medium tempo", "kindergarten videos", "toddlers", "videos for toddlers", "montessori", "child speaking", "subdued music", "bee buzzing", "children videos", "watch and learn", "english tutorial for kids", "english tutorials"] 7 OiAJB9uydS8 2460

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