musiccaps_details (view)
1 row where musiccaps_aspects contains "latin", musiccaps_names contains "Salsa music", musiccaps_names contains "Ska" and musiccaps_names contains "Song"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Frankie Ruiz-Puerto Rico | Salsa music featuring heavy percussion including timbale, bongos, guiro among others, a brass section with trumpet and trombone. The music features full band melodies and drum breaks with complex chord progressions and group male vocals. | 2011-10-25T16:14:17Z | MegaSalsero69 | Live! Copyright Disclaimer under section 107 of the copyright act of 1976, allowances is made for fair use purposes. All music related performances remain the sole property of their respective copyright holders. No video clips are for sale, nor do they imply challenge to ownerships. They are intended strictly for educational, and historical purposes, and fall under the "Fair Use" guideline | ["Singing", "Swing music", "Music", "Ska", "Song", "Rock and roll", "Salsa music"] | ["salsa", "latin", "group male vocals", "timbale", "guiro", "bongo", "complex chords", "full band melodies", "brass section", "heavy percussion", "trombone", "trumpet", "male singer", "drum breaks"] | 8 | gsBXngKgy-Q | 4062 |
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;