musiccaps_details (view)
1 row where musiccaps_aspects contains "hand claps", musiccaps_aspects contains "saxophone" and musiccaps_aspects contains "tambourine"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ethiopian Music - Fantaye Asmare - Yegonder Lij (New Traditional Ethiopian music 2016) | This instrumental folk music features the main melody being played on a saxophone and a bowed instrument like a rebab. Both instruments play the same melody. This is accompanied by hand claps at every count of the bar. A bass drum is played on every count of the bar. A tambourine is playing a rhythmic beat. A bass is playing the same melody as the saxophone at a lower octave. There are no voices in this song. This song can be played at a celebration party. | 2016-06-26T23:36:25Z | AND TV | Ethiopian Music - Fantaye Asmare - Yegonder Lij (New Traditional Ethiopian music 2016) New Ethiopian music 2016 Ethiopian Music - Fantaye Asmare - Yagonder Lij - New Music Video 2016 Ethiopian Song Music " Yegonder Lij" By Fantaye Asmare Ethiopian Music 2015 You might also enjoy: Ethiopia: Dawit Nega - Wezamey (ወዛመይ) NEW! Tigrigna Tiraditional Music Video 2016 © The reproduction and distribution of this music video is prohibited by law. All rights reserved to AndTunes Record label and Promotions. | ["Traditional music", "Music"] | ["folk music", "saxophone", "hand claps", "instrumental", "no voices", "tambourine", "bass drum"] | 0 | LRfVQsnaVQE | 2188 |
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;