musiccaps_details (view)
3 rows where musiccaps_aspects contains "harmonizing male vocals", musiccaps_aspects contains "low quality" and musiccaps_aspects contains "wooden percussions"
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 |
---|---|---|---|---|---|---|---|---|---|---|
`` Da Hujrey Mijlas `` | The low quality recording features a live performance of a traditional song that consists of harmonizing male vocals singing over plucked strings melody and wooden percussion. It sounds passionate and soulful, but the recording is very noisy and in mono. | 2009-12-19T20:50:04Z | alijk81 | `` Da Hujrey Mijlas `` | ["Music", "Middle Eastern music"] | ["low quality", "live performance", "traditional", "mono", "noisy", "wooden percussions", "plucked strings melody", "harmonizing male vocals", "passionate", "soulful"] | 4 | 8ZK1ajW598M | 930 | |
OTIGBA UMUNOHA 2 | The low quality recording features a passionate male vocal chant, followed by harmonizing male vocals chants, after which a shimmering shaker and wooden percussion start playing. It sounds soulful, passionate and dynamic. The recording is mono and noisy. | 2012-12-22T07:55:13Z | nwaOkechi Nwafo Nnoha | ["Wood block", "Percussion"] | ["low quality", "wooden percussions", "passionate male vocal", "harmonizing male vocals", "dynamic", "passionate", "soulful", "shimmering shakers", "noisy", "mono"] | 4 | UxT3KG4AHAI | 2960 | ||
Musik Tradisional Madura_Semut ireng | The low quality recording features a live performance of a traditional song and it consists of a bell melody, followed by wooden percussion. There are some flat male vocals talking, after which there are harmonizing male vocals singing over it. It sounds passionate, even though the recording is noisy. | 2013-12-11T10:31:53Z | Achmad Syauqi | Musik Tradisional Madura_Semut ireng | ["Folk music", "Music", "Rattle (instrument)", "Speech"] | ["low quality", "noisy", "live performance", "traditional", "bells melody", "wooden percussions", "flat mel vocal", "harmonizing male vocals", "passionate"] | 4 | bBy0NCoCEHc | 3611 |
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;