musiccaps_details (view)
1 row where musiccaps_aspects contains "causal", musiccaps_aspects contains "improvisation", musiccaps_author = 1 and musiccaps_names contains "Tender 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 |
---|---|---|---|---|---|---|---|---|---|---|
"Slow" by Shane Theriot at the Atlanta Institute of Music | The song is an instrumental. The tempo is medium with subtle jazz drumming, keyboard accompaniment, groovy bass line and an electric guitar playing lead. The song is relaxing and groovy. The song is a live jazz instrumental performance with poor audio quality. | 2012-02-07T20:28:49Z | aimmedu | In their stellar performance at the Atlanta Institute of Music, guitarist Shane Theriot, bassist Adam Nitti, drummer Kirk Covington, and keyboardist Mike Whittaker perform Shane Theriot's sultry and bluesy "Slow". Be sure to check out other clips from this concert on the Atlanta Institute of Music's YouTube channel! And don't forget to visit our website at aim-music.com! | ["Blues", "Music", "Tender music"] | ["live performance", "instrumental music", "jazz festival", "jam session", "improvisation", "fun", "funk jazz", "groovy bass line", "keyboard accompaniment", "guitar playing", "subtle jazz drumming", "emotional", "playful", "causal", "relaxing", "jazz music", "poor audio quality", "memdium tempo", "drum brush hits"] | 1 | LnczSOwV9Ds | 2221 |
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;