musiccaps_details (view)
2 rows where musiccaps_aspects contains "live performance", musiccaps_aspects contains "suspenseful" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Briana Babineaux - Power In The House & Fill Me Up | The low quality recording features a live performance that consists of shimmering hi hats, claps, groovy bass, groovy piano melody, brass melody and punchy snare. In the second half of the loop, there is a boomy microphone feedback, which makes a happy and fun atmosphere a bit suspenseful. | 2015-07-28T01:06:29Z | Joshua Moody | Briana Babineaux singing "Power In The House" and "Fill Me Up" | ["Folk music", "Music"] | ["low quality", "live performance", "microphone boomy feedback", "clapping", "shimmering hi hats", "groovy bass", "brass melody", "groovy piano melody", "punchy snare", "happy", "fun", "suspenseful"] | 4 | DXeiJpZXVAI | 1490 | |
I.R.A - punk PUNK DE LOS 90 | The low quality recording features, in the first half of the loop, a mono and noisy recording of a punk live performance with some crowd cheering noises. It sounds energetic and the recording suddenly fades out, transitioning into the second part of the loop which features a side synth pad that sounds suspenseful. | 2009-01-21T20:09:19Z | CAFAMOVA | nadie_molinin@hotmail.com | ["Whale vocalization", "Music", "Rock music", "Speech"] | ["low quality", "mono", "noisy", "crowd cheering", "fade out", "wide synth pad", "suspenseful", "energetic", "punk", "live performance"] | 4 | GcOOmVSM8Uw | 1740 |
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;