musiccaps_details (view)
1 row where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "moderate tempo", musiccaps_names contains "Acoustic guitar" and musiccaps_names contains "Strum"
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 |
---|---|---|---|---|---|---|---|---|---|---|
David Serva por Seguiriya | This song features a guitar being played to a flamenco melody. Fingerstyle guitar is used. The song starts off at a higher register and ends at the lower register. The guitar is strummed at intervals. There are no other instruments in this song. There are no voices in this instrumental song. This song has a romantic mood. This song can be played at a quiet restaurant overlooking the sunset. | 2010-05-08T16:19:56Z | Dararith Long | David Jones (Serva) por Seguiriya in one of his public recordings. I really like the intro. The bulerias ending is quite nice as well. About the life of Serva: http://www.sfflamenco.com/historical/features/2002-04/balladofgypsydavy.html | ["Flamenco", "Acoustic guitar", "Music", "Strum", "Plucked string instrument"] | ["guitar song", "flamenco", "fingerstyle guitar", "no other instruments", "no voices", "instrumental", "moderate tempo", "romantic mood", "no percussion"] | 0 | EIzBD62ja8E | 1543 |
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;