musiccaps_details (view)
1 row where musiccaps_aspects contains "male and child voices", musiccaps_aspects contains "pleasant", musiccaps_aspects contains "positive" and musiccaps_author = 1
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sesame Street: "Sing After Me" with Ernie and Elmo | A male and child sing in animated vocals. The song is medium tempo with western classical music influences, flute harmony, keyboard accompaniment, standing bass line and piano accompaniment. The song is positive and cheerful with an onus on children’s education. | 2010-04-02T17:14:43Z | Sesame Street | Join in on Elmo and Ernie's game of Sing After Me in this favorite Sesame Street classic song. -- If you're watching videos with your preschooler and would like to do so in a safe, child-friendly environment, please join us at http://www.sesamestreet.org Sesame Street is a production of Sesame Workshop, a nonprofit educational organization which also produces Pinky Dinky Doo, The Electric Company, and other programs for children around the world. | ["Music for children"] | ["animated vocals", "male and child voices", "flute playing", "children’s show soundtrack", "western classical music", "piano accompaniment", "standing bass line", "steady rhythm", "flute harmony", "keyboard accompaniment", "various percussion effects", "emotional", "sentimental", "positive", "children’s learning", "nursery rhymes", "vocabulary expansion", "pleasant", "cheerful"] | 1 | vtnuHbHbveg | 5217 |
Advanced export
JSON shape: default, array, newline-delimited
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;