musiccaps_details (view)
2 rows where musiccaps_aspects contains "indian music", musiccaps_aspects contains "live recording" and musiccaps_author = 3
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 | |
জ্বালা জ্বালা এত জ্বালা Burning, Burning Pain sung by Abdul Hai Dewan আব্দুল হাই দেওয়ান Half-Matal | This clip features a South Asian, Indian song . There's a singer with a passionate vocal singing atop a tabla being played. There are manjeeras. The recording is of a live performance and it's low quality audio. | 2012-08-05T18:41:55Z | Janet Best | Sung by Abdul Hai Dewan (আব্দুল হাই দেওয়ান) at a commemoration for Moinuddin Chisti in Ramatganj, a neighbourhood of Dhaka, Bangladesh, on August 1, 2008. Filmed and edited by Janet Best. | ["Tabla", "Drum", "Percussion"] | ["live recording", "live performance", "low quality audio", "south asian music", "indian music", "tabla", "manjeera", "emotional male vocalist", "intricate percussion playing"] | 3 | PqTTIfja0y8 | 2573 |
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;