musiccaps_details (view)
1 row where musiccaps_aspects contains "hypnotic", musiccaps_aspects contains "pulsating" and musiccaps_names contains "Drum and bass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Roland MV-8800- Moonlight (French House) | This instrumental is an EDM. The tempo is fast with drum machine beats and electronically produced music and sounds.The audio quality is inferior, however the beat melody can be heard. The music is youthful, pulsating, enthusiastic, electric, repetitive, insistent,recurring,trippy , hypnotic, and psychedelic. The thumpy bass and punchy drum beats give it a high energy Dance vibe. | 2013-05-16T16:42:41Z | DJ Galactic | Roland MV-8800- Moonlight (French House) live beat making jam DJ Galactic - Roland MV-8800- Moonlight (French House) "Moonlight" (French House) with Roland MV-8800. Kaoss Pad 3 by DJ Galactic.This music has been created with a live session where I trigger pre recorded sequence on the MV 88000. https://linktr.ee/djgalactic 👌Like / Comment / Sub to Support the Music Lab ✅ http://bit.ly/3tykguW Spotify http://www.djgalactic.com / Official Blog http://dj-galactic.com "Moonlight" © DJ Galactic 2013 all Rights Reserved #electro #frenchhouse #housemusic #Frenchhouse #producer #MV8800 #electronicmusic | ["Drum and bass", "Funk", "Music", "Electronica"] | ["instrumental", "electronic music", "drum machine", "thumpy bass", "punchy drumming", "high energy", "hypnotic", "psychedelic", "trippy", "trance music", "repetitive", "recurring", "insistent", "dj", "dj music", "punchy drumming", "atmospheric keyboard", "percussive electronic music", "dj mixer", "dj", "club music", "dance music", "elctronic arangement", "youthful", "enthusiastic", "energetic", "passionate", "pulsating"] | 7 | mixc4NV5IBE | 4488 |
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;