musiccaps_details (view)
1 row where musiccaps_aspects contains "electro", musiccaps_aspects contains "punchy kick", musiccaps_names contains "Music" and musiccaps_names contains "Ringtone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
How to make Green Fire from Borax / How to make Boric Acid/ How to make wildfire | The low quality recording features an electro song that consists of a punchy kick, buzzy synth bass, claps and shimmering hi-hats. It sounds exciting and a bit too digital - like something you would hear in old video games. | 2013-06-17T07:13:48Z | PAChemistry | "Music courtesy of Kevin MacLeod (www.smartsound.com/royalty-free-music/incompetech)" If you already have boric acid or want to use borax, skip to 4:20 In this video i show you how to make your own boric acid from borax and other common chemicals to produce a green flame when mixed with methanol | ["Ringtone", "Music", "Rhythm and blues"] | ["low quality", "electro", "claps", "punchy kick", "buzzy synth bass", "shimmering hi hats", "digital", "exciting"] | 4 | 8pl1D6oG38k | 952 |
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;