musiccaps_details (view)
1 row where musiccaps_aspects contains "dance song", musiccaps_aspects contains "flute" and musiccaps_names contains "Music of Africa"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Zigido-Eddy Kenzo[Official] | This African beat song features a male voice singing the main melody. Other voices sing one word after each line. This is accompanied by percussion playing an African dance beat. The bass plays a groovy bassline. A flute plays the same melody as the main voice. This song has a happy mood. This song can be played in a dance party. | 2015-06-10T11:28:50Z | Eddy Kenzo | In this song Eddy Kenzo Talks about the struggle of a Ghetto boy who suffered a lot during his childhood but due to hard-work and believing in GOD, Zigido is seeing success. CHECK IT OUT. WORK-HARD~BELIEVE~ACHIEVE. #BIGTALENTMUSIC. Subscribe to this channel = http://www.youtube.com/suscription_center?add_user=eddykenzo Like my official Facebook page = https://www.facebook.com/syfepro1 Follow me on Twitter = https://twitter.com/eddykenzoficial Follow me on Twitter = https://instagram.com/eddykenzo/ | ["Music of Africa", "Music"] | ["dance song", "african beat", "male voice", "male backing voices", "percussion", "groovy bassline", "flute", "moderate tempo", "happy mood", "repetitive melody"] | 0 | mpymEs4Mcw8 | 4494 |
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;