musiccaps_details (view)
1 row where musiccaps_aspects contains "clapping percussions", musiccaps_aspects contains "steady drumming" and musiccaps_names contains "Speech"
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 |
---|---|---|---|---|---|---|---|---|---|---|
DJ Tutorial - Scratching Basics - Spin-Academy | The song is an instrumental followed by the DJ talking about his lessons. The tempo is medium with disc scratching, steady drumming rhythm, various clapping percussion, modulated vocal samples, and a percussive bass line. The song is an electronic dance tune. | 2012-03-24T00:33:00Z | thespinacademy | LIKE, SHARE, and SUBSCRIBE if you like this video! SUBSCRIBE - http://goo.gl/aEM3e || LIKE - http://goo.gl/xu2Xx || FOLLOW - http://goo.gl/WZ3xy In this clip DJ Kenya shows us some of the basics of scratching. Learn how to DJ at Spin Academy! Spin Academy is an online DJ and music producing school where you learn from the worlds best DJ's. We feature video tutorials on everything there is to know about DJ'ing; whether you are just starting out or you want to produce your own tracks, Spin Academy is your one stop shop. Check out our website at: http://spin-academy.com/ | ["Scratching (performance technique)", "Electronic music", "Music", "Speech"] | ["song fade", "dj techniques", "dj talking", "youtube music lessons", "online tutorials", "learn music online", "turntables", "vinyls", "techno dance tune", "silence", "groovy rhythm", "clapping percussions", "steady drumming", "percussive bass line", "disc scratching tones", "screaming noise", "youtube dj lessons", "dj techniques", "online classes", "instrumental music", "modulated vocal samples"] | 1 | WT2iyJmKkc8 | 3097 |
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;