musiccaps_details (view)
1 row where musiccaps_aspects contains "shaker", musiccaps_aspects contains "tabla" and musiccaps_names contains "Singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Bangla Folk Song By Momotaz : Baba Mohiuddin | Along with the vintage south asian vocal performance from an emotive female vocalist, this song features enchanting melodies from the bansuri. For percussion, we have tablas and tambourines. This is a live performance in a concert venue. | 2010-04-25T05:46:17Z | S D | Singer : MomoTaz, sang at Baul charity show in 2007. | ["Singing", "Folk music", "Music"] | ["indian music", "south asian music", "vintage indian music", "classical indian music", "live recording", "live performance", "passionate female vocalist", "tabla", "shaker", "bansuri melody"] | 3 | GuJdy864xWM | 1759 |
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;