musiccaps_details (view)
1 row where musiccaps_aspects contains "keyboard harmony", musiccaps_aspects contains "theremin", musiccaps_aspects contains "thereminist" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Thereminist IN HIS NATURAL HABITAT | A feminist plays this intriguing instrumental. The tempo is fast with keyboard accompaniment, steady drumming, rhythmic acoustic guitar, lively piano harmony , steady bass lines and shakers. The music is sharp, height pitched and almost like a female soprano vocalising. The song is energetic, spirited, melodic, animated, unique, skilful, engaging, ethereal and captivating; | 2009-03-25T22:15:57Z | ThomasGrillo | http://www.thomasgrillo.com Enjoy a little tour of "the coolest room in town" according to an anthropology major who recently documented thereminist Thomas Grillo in his natural habitat. ;) The song is an original jazz compostion by Thomas Grillo, called Mint Julep Fantasy, which is now available on CD, and MP3. Just visit http://www.thomasgrillo.com/shop.html and check out the album, Secret Agents from the id. The piece has been much improved since this video's release. Video was shot by professional photographer Josh Haley. Visit him at http://www.joshhaileystudio.com The lens was a 120 degree wide angle, fish eye lens. ;) Song and video are Copyright 2009 Thomas Grillo, and Josh Hailey. | ["Music", "Theremin"] | ["instrumental", "keyboard harmony", "theremin", "tambourine", "unique", "melodic", "spirited", "enthralling", "melodic", "skilful", "ethereal", "captivating", "steady bass lines", "lively piano", "mesmerising", "engaging", "animated", "thereminist", "piano accompaniment", "steady drumming", "synthesised arrangements", "rhythmic acoustic guitar", "theremin", "high notes", "female soprano like sound", "skilled musician"] | 7 | bHiRX6QYwEk | 3613 |
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;