musiccaps_details (view)
1 row where musiccaps_aspects contains "percussive wooden elements", musiccaps_aspects contains "soulful", musiccaps_author = 4 and musiccaps_names contains "Wind instrument, woodwind 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 |
---|---|---|---|---|---|---|---|---|---|---|
Iron Maiden - Afraid To Shoot Strangers (Bagpiped version) | The low quality recording features a live performance of bagpipe melodies played over some percussive wooden elements. The recording is muffled, noisy, in mono and it sounds soulful and passionate. | 2011-01-27T14:03:49Z | KuBi4K | A bagad, the local name of a pipe band in Brittany (West of France), playing Afraid To Shoot Stranger during summer 2010 at Camaret Sur Mer. I think I was the only guy doing \m/_(°o°)_\m/ :D (Sorry for the poor quality and movements on the video, there was a lot of people and I was filming using my cellphone). | ["Bagpipes", "Wind instrument, woodwind instrument"] | ["low quality", "live performance", "mono", "noisy", "muffled", "bagpipe melody", "percussive wooden elements", "soulful", "passionate"] | 4 | pQWpa484HQM | 4708 |
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;