musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "flat male vocal", musiccaps_aspects contains "groovy bass" and musiccaps_aspects contains "loud"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Salsa Colombiana al ritmo de la Sonora Carruseles [HQ].mp4 | The low quality recording features a live performance of salsa music and it consists of flat male vocal talking over microphone, followed by groovy piano melody, some percussive elements, groovy bass and energetic crash cymbals. There are some loud crowd cheering noises and claps. It sounds exciting and energetic. | 2010-06-30T17:32:30Z | SAMBABODY | Fransini from Sambabody dancing Salsa w/ Sonora Carruseles at Colombian Festival in Los Angeles. check class schedule at meetup.com/sambabody | ["Music", "Salsa music"] | ["low quality", "live performance", "salsa music", "percussive elements", "groovy piano melody", "energetic crash cymbal", "flat male vocal", "crowd cheering", "crowd clapping", "exciting", "energetic", "groovy bass", "loud"] | 4 | OQz8reoVQEI | 2438 |
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;