musiccaps_details (view)
1 row where musiccaps_aspects contains "clapping", musiccaps_aspects contains "man yelling" and musiccaps_aspects contains "punchy kick"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Trying To BREAK a Windshield w/ LOUD Sound System BASS | GLASS Window Car Audio FLEX | The low quality recording features a hip hop song, that consists of flat male vocal rapping over widely spread shimmering bells, punchy kicks and claps, playing in the background. Right before the beat drops there is a short flat female vocal. There are some people talking to each other, while one of them is yelling. It sounds noisy and haunting and energetic thanks to the song. | 2012-02-27T23:00:08Z | EXOabigdeal | Keith's Jeep attempting to break the windshield on 40,000 watts - hovering around the 164db mark! Also added some cool footage from a big 3X event back in the day - ENJOY :) Thanks For Rating & Subscribing! http://www.youtube.com/EXOabigdeal 1st Song: "Down South Choppers" By L-Ement 2nd Song: "Young Pimpin" By MWO Beats 3rd Song: "Riot Boy" By L-Ement L-Ement's Channel & Facebook http://www.youtube.com/user/lement24kproductions http://www.facebook.com/lement MWO Beats' Channel http://www.youtube.com/user/MWObeatz Keith's SPL Sound System 2 18" T3 TSNS Subs 4 Soundstream XXX 10,000 Watt Amps RMS Range : 40,000 Watts Burping Frequency : 58 to 62 hz EXOcontralto Bassheads Unite 2012 | ["Music", "Ding-dong"] | ["low quality", "wide shimmering bells", "noisy", "people chattering", "man yelling", "flat male vocal", "short flat female vocal", "punchy kick", "clapping", "hip hop", "energetic", "haunting"] | 4 | OvX68hqDjeA | 2480 |
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;