musiccaps_details (view)
2 rows where musiccaps_aspects contains "punchy snare", musiccaps_names contains "Music" and musiccaps_names contains "Synthesizer"
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 TR-606 Drumatix Vintage Analog Drum Machine TR606 BagBox Manual Demo | The low quality recording features a digital drum machine playing tinny syncopated percussion, shimmering hi hats, soft crash cymbals, punchy kick and snare hits. It sounds energetic, groovy and the rhythm of the hi hats is being modulated in the second half of the loop. | 2014-07-01T18:27:17Z | VintageSynth2013 | Check out my ebay store for more vintage gear for sale http://www.ebay.com/usr/vintagesynth2013 | ["Sampler", "Music", "Musical instrument", "Drum machine", "Synthesizer"] | ["low quality", "mono", "digital drum machine", "upbeat", "tinny syncopated percussions", "shimmering hi hats", "modulating rhythm", "soft crash cymbal", "punchy kick", "punchy snare", "energetic", "groovy"] | 4 | OMcoFfaCaGM | 2432 | |
scratch session d'astro | The low quality recording features a DJ scratching the vinyl of a hip hop instrumental that consists of punchy kick and snare hits and sustained filter modulated bass. The recording is muffled, noisy, mono and muddy, as it was probably recorded with a phone. | 2006-11-30T11:34:41Z | Jerome GARCIA | petite session scratch... | ["Scratching (performance technique)", "Sampler", "Music", "Scratch", "Drum machine", "Synthesizer"] | ["low quality", "dj scratching", "hip hop", "sustained filter mod bass", "punchy kick", "punchy snare", "muffled", "noisy", "mono", "muddy"] | 4 | zNgRUFOj3HI | 5470 |
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;