musiccaps_details (view)
2 rows where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "live performance" and musiccaps_aspects contains "scottish bagpipes"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Gordon Duncan | This is a live performance of a Scottish folk music piece. It is an instrumental piece. There is a single player on stage playing the Scottish bagpipes. There is a lively, ceremonial atmosphere to this piece. This piece could fit well in the soundtrack of a historical drama taking place in Scotland. | 2009-03-02T01:38:45Z | MacNeillofTiree | @ the Piping Centre, Glasgow | ["Bagpipes", "Wind instrument, woodwind instrument"] | ["scottish folk music", "instrumental", "live performance", "scottish bagpipes", "ceremonial", "lively"] | 9 | Phy-_ko0zWU | 2559 | |
Tartanic-Thunderstruck | This is a Scottish folk music rendition of a rock music piece. It is an instrumental piece. The Scottish bagpipes are playing the melody while the rhythmic background is provided by a bodhran frame drum. The atmosphere is energetic and lively. The audio quality of the piece is quite poor. Still, it could be used in a comedy movie as a song playing from the radio. | 2010-07-26T03:30:40Z | WolvenDance | The fabulous Tartanic performing a bit of "Thunderstruck." The piper is the very talented Elijah Woolcott. | ["Bagpipes", "Wind instrument, woodwind instrument"] | ["scottish folk music", "live performance", "instrumental", "live performance", "scottish bagpipes", "bodhran", "energetic", "lively"] | 9 | l-RdHtsYWBY | 4368 |
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;