musiccaps_details (view)
1 row where musiccaps_aspects contains "aggressive strumming", musiccaps_aspects contains "loud", musiccaps_names contains "Guitar" 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 |
---|---|---|---|---|---|---|---|---|---|---|
He'eia (Ukulele, Traditional Hawaiian Song) | The low quality recording features an acoustic rhythm guitar being aggressively strummed, while producing some happy sounding melodies. The guitar sounds a bit hollow, almost as if it is recorded with a phone. | 2007-02-20T21:09:49Z | Chris Brown | He'eia is an traditional Hawaiian song about the Kings favorite surfing spot. It was originally a chant that has been adapted to ukulele. Carl Ray VillaVerde plays both rhythm and lead in this version. He and wife Joannie form a duet called "Mango" and have produced a number of entertaining recordings. There is a site where downloads and CD's are available at http://cdbaby.com/cd/mangolilikoi | ["Guitar", "Music", "Musical instrument", "Ukulele", "Plucked string instrument"] | ["low quality", "uptempo acoustic rhythm guitar chord progression", "hollow", "loud", "aggressive strumming", "happy"] | 4 | mW5_chAgg8c | 4475 |
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;