musiccaps_details (view)
1 row where musiccaps_aspects contains "congregation", musiccaps_aspects contains "santeria" and musiccaps_names contains "Rattle (instrument)"
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 |
---|---|---|---|---|---|---|---|---|---|---|
CHANT TO ELEGUA | This is a chant to a deity that is venerated in Yoruba, Candomble and Santeria religions. There are many people chanting in a devotional manner to this deity. There are a lot of percussive elements playing intertwined syncopations. The conflict of all the sounds and voices make the piece sound like a scene from a pandemonium. This piece can be used in a nightmare sequence at a horror movie. | 2006-06-07T18:26:30Z | kimbiza | DEDICATED TO THE ORICHA OF THE CROSSROADS,AND HIS MANY AVATARS | ["Music", "Rattle (instrument)", "Maraca"] | ["afro chant", "folk", "yoruba", "santeria", "candomble", "congregation", "percussive elements", "pandemonium"] | 9 | dwFtlQLdbq0 | 3829 |
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;