musiccaps_details (view)
1 row where musiccaps_aspects contains "bouzouki", musiccaps_aspects contains "cheerful" and musiccaps_aspects contains "crowd clapping"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Traditional greek music by KAFENEION | This is the live performance of a traditional Greek folk music piece. The main melody is being played by a bouzouki which is a Greek instrument that is akin to the mandolin. There is a rhythmic accompaniment composed of a tambourine and the crowd clapping to the beat. The atmosphere is lively and upbeat. This piece could be playing in the background at a Greek tavern. | 2008-07-23T11:06:08Z | brigittebalma | http://www.manuc.net Brief introduction to KAFENEION, traditional greek music band from Nice (France), featuring Dimitri Alexakis Zambragkis, Manu C, Heinz Schommers, Vanessa Cahuzac, Antoine Bourgeau and Abdel. | ["Traditional music", "Music"] | ["greek folk music", "live performance", "bouzouki", "tambourine", "crowd clapping", "lively", "cheerful", "vibrant", "energetic", "upbeat"] | 9 | AUNK8dJzjLo | 1120 |
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;