musiccaps_details (view)
1 row where musiccaps_aspects contains "flat male vocal", musiccaps_aspects contains "low quality" and musiccaps_aspects contains "people talking"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ustad Salamat Ali Khan and Salar Nader | The low quality recording features a live performance of a traditional song and it consists of a flat male vocal singing over sustained strings melody and mellow, subtle percussive element. There are some people talking in the background, followed by a cough. It sounds passionate and emotional, even though the recording is noisy and in mono. | 2007-08-02T09:06:32Z | cyrh | Legendary vocalist from Sham Chorasi Gharana Ustad Salamat Ali khan accompanied by his sons Shafqat Ali khan and Sukhawat Ali Khan, 11 year old Salar Nader on Tabla | ["Tabla", "Drum", "Percussion"] | ["low quality", "traditional", "live performance", "noisy", "mono", "flat male vocal", "mellow wooden percussion", "sustained strings melody", "passionate", "emotional", "people talking", "cough"] | 4 | NgniX3tg_Mo | 2355 |
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;