musiccaps_details (view)
1 row where musiccaps_aspects contains "hopeful", musiccaps_aspects contains "passionate", musiccaps_aspects contains "passionate female vocal" and musiccaps_aspects contains "snappy rimshots"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Baby Kayli comes back to life after 32 minutes! | The low quality recording features a R&B/Soul song that consists of snappy rimshots layered with shimmering tambourine, mellow piano melody, punchy kick, smooth bass and synth keys melody. At the very end of the loop, there is a short snippet of passionate female vocal singing over the instrumental. It sounds emotional, passionate and hopeful. | 2011-09-30T21:26:29Z | K Whistler | Kayli survives after a 32 minute cardiac arrest For more support with Trisomy, please go to www.trisomyfamilies.org To follow Kayli's story, please go to trisomy18.blogspot.com for Kayli's blog To reach Kayli's Mommy, Kelly, please email to kwhistler@trisomyfamilies.org or kwhistler@live.com | ["New-age music"] | ["low quality", "punchy kick", "snappy rimshots", "mellow piano melody", "sustained stings melody", "synth keys melody", "smooth bass", "passionate female vocal", "r&b/soul", "shimmering tambourine", "emotional", "passionate", "hopeful"] | 4 | KN9vuaQvld0 | 2077 |
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;