musiccaps_details (view)
1 row where musiccaps_aspects contains "repeating theme", musiccaps_names contains "Music" and musiccaps_names contains "Vibraphone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Nothing but Jeeps :SEMA Las Vegas | This is an electronic dance music piece. It opens with loud fuzzy synth bass and electronic drums and continues with a repeating melody from a bright keyboard. It has an upbeat, loud and energetic aura that would be ideal in a nightclub setting. It could also be used in a DJ setlist. | 2015-12-04T19:44:01Z | mixflip | I attend the SEMA show specifically to film all the offroad vehicles. Its a big part of my youtube channel. As you can see from this video, when you go to SEMA you see A LOT of Jeeps! Jeeps are by far the dominant offroad vehicle at SEMA. I am a gun guy so I equate the Jeep to the AR15. You buy it and immediately start to customize it and the options never end. Btw, I am not just a fan of the jeep. I owned a Jeep CJ7 when I lived in Hawaii, my parents owned 2 Jeep XJ Cherokees back in the 90's and my wife family owned a Jeep XJ as well. Please hit that like button if you enjoyed this video. Leave a comment and let me know what you guys think of jeeps? And subscribe if you want to see more. Thanks for watching...Merry Christmas and Happy New Year! | ["Music", "Vibraphone"] | ["electronic drums", "synth bass", "keyboard", "melodic", "repeating theme", "upbeat", "energetic", "loud", "dance"] | 9 | 8Nrp4jUZeGE | 919 |
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;