musiccaps_details (view)
1 row where musiccaps_aspects contains "big band", musiccaps_aspects contains "low quality" and musiccaps_aspects contains "punchy snare"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Andy Narell: Coffee Street | The low quality recording features a live performance of a big band that consists of shimmering hi hats, steel pan melody, punchy snare, soft kick hits, bright brass melody, groovy double bass melody and cowbell percussion. The recording is a bit noisy and it sounds happy and fun. | 2013-01-22T23:26:57Z | University of North Texas College Concerts | Coffee Street, (1998) by Andy Narell 2:00 Steel Band - Mark Ford, director One O'Clock Lab Band - Steve Weist, director Recorded Live, October 29, 2012 Winspear Hall, College of Music University of North Texas http://music.unt.edu More about UNT Percussion: http://music.unt.edu/pecussion | ["Music", "Steelpan"] | ["low quality", "live performance", "noisy", "big band", "shimmering hi hats", "punchy snare", "soft kick hits", "steel pan melody", "bright brass melody", "groovy double bass melody", "cowbell percussion", "fun", "happy"] | 4 | _fKntnlIYTQ | 3481 |
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;