musiccaps_details (view)
1 row where musiccaps_aspects contains "folk", musiccaps_aspects contains "violin" and musiccaps_names contains "Flamenco"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Traditional Irish Music, The Brazen Head, Dublin (1) | This is a live acoustic performance of an Irish folk music piece. The chords of the piece are being played by two acoustic guitars in the background while a violin is playing the main theme which is in medium-to-high range. Since the piece is being played at a pub, the sounds of the place can also be heard in the recording. There is a jovial atmosphere. This piece can be played at Irish pubs. | 2012-01-20T18:17:58Z | daytripperdublin | The Band 'Rafferty' playing at The Brazen Head, Dublin. The Pub is the oldest in Ireland, established in 1198. For more information about Dublin: http://www.daytripperdublin.com | ["Traditional music", "Flamenco", "Music", "Bluegrass"] | ["irish", "folk", "acoustic", "live performance", "acoustic guitar", "violin", "jovial", "playful", "festive"] | 9 | _RrA-0lfIiU | 3471 |
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;