musiccaps_details (view)
1 row where musiccaps_aspects contains "percussion", musiccaps_aspects contains "splash sounds" and musiccaps_names contains "Music"
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 Control a Skid on a Skid Pan | This instrumental song starts off with a repetitive synth melody and percussion. The percussion pauses and the sound of water splash is heard. The bass note continues to ring. During this pause, a three-note high pitched game sound is played. After the pause, the synth melody continues to play and a piano melody is played on top of that. The bass plays the root notes of the chords. The percussion plays a simple beat in common time. | 2010-04-30T18:16:18Z | DriverSkillsTV | Skid Pan Training tips in a front wheel drive car on a Skid Pan with Professional Driver Lionel Firn. Book Skid Pan Training Here: http://www.driverskills.com | ["Sampler", "Music", "Skidding", "Drum machine", "Car"] | ["ame sounds", "repetitive synth lick", "piano sound", "no voices", "instrumental music", "percussion", "bass", "moderate tempo", "game sound", "splash sounds"] | 0 | 6BitLl5Bnxw | 733 |
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;