musiccaps_details (view)
1 row where musiccaps_aspects contains "amateur recording", musiccaps_aspects contains "dj song", musiccaps_aspects contains "male voice" and musiccaps_names contains "Scratching (performance technique)"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ableton Live 5.2 turntable set. 2 | This amateur recording features a vinyl scratch being played on a DJ console. This is accompanied by programmed percussion playing a simple beat at a fast tempo. The hi-hat is struck in eighth notes. The snare and kick are played in a unique pattern. A synth plays a two-note lick at different intervals. Other instruments are not audible as the audio quality is low. | 2006-07-26T17:44:13Z | Lamont Stigler | Here's an uptempo set. I'm triggering drumkits within Ableton Live 5 with the M-Audio Trigger Finger, I recorded the drums into an empty clip slot and then added layers of sound on top of the drums. I also use the crossfader within Live which is assigned to a number of tracks ...very cool feature. | ["Scratching (performance technique)", "Electronic music", "House music", "Music"] | ["amateur recording", "vinyl scratching", "programmed percussion", "bass", "synth sounds", "moderate tempo", "male voice", "dj song"] | 0 | -m5ZlWziIeA | 81 |
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;