musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic drums", musiccaps_aspects contains "mallet melody" 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 |
---|---|---|---|---|---|---|---|---|---|---|
A Day Made of Glass 2: Same Day. Expanded Corning Vision (2012) | This song contains mallet instruments playing a fast melody in the mid and high register along with low notes as bassline. The marimba is full of reverb. Then a bass drum comes in playing on every beat. This song may be playing in an advertisement. | 2012-02-03T16:10:14Z | Corning Incorporated | http://bit.ly/xITx1H - Watch and share "A Day Made of Glass 2," Corning's expanded vision for the future of glass technologies. This video continues the story of how highly engineered glass, with companion technologies, will help shape our world. "Corning" "Corning video" "Day made of glass" "Future" "Future of glass" "Glass" "Gorilla glass" "Tech" "Technology" "World made of glass" "Vision" "Innovation" "Touch" "Touch screen" "Display" "Telemedicine" "Antimicrobial" "Photovoltaics" "Electrochromic" "3D" "eLearning" "GLW" | ["Music", "Marimba, xylophone", "Vibraphone"] | ["pop", "mallet melody", "acoustic drums", "uptempo"] | 6 | jZkHpNnXLB0 | 4262 |
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;