musiccaps_details (view)
1 row where musiccaps_aspects contains "controlled", musiccaps_aspects contains "cymbals" and musiccaps_aspects contains "instrumental"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Yamaha DTXplorer Drum Kit #1 | This music is a percussive instrumental. The tempo is medium fast with an Electronic drum kit using snare, bass drum and cymbal to create a rhythmic riff. The sound is plied and controlled. This music is a demo video or a tutorial on how to play electronic drums. | 2010-11-20T04:57:58Z | Dave VHS | This video was made using the Yamaha DTX kit with MIDI out to soundcard running Toontrack Superior Drummer in Logic. The stock sounds of the Yamaha kit are not good. If you are looking to get the sounds I'm using in the video you will need to do what I have done. Alternatives could be BFD or Addictive Drums. I sold this kit some time ago now. Hope the above info helps. Sorry if I haven't been abe to respond to all the comments. Cheers Dave | ["Drum", "Drum kit", "Drum roll", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["instrumental", "medium fast tempo", "drumming", "digital drums", "controlled", "amplified", "softer sound", "percussive instrumental", "percussion", "electronic drum", "electronic drum kit", "hi-hat", "cymbals", "bass drum", "snare", "toms", "great drumming", "bass drum pedal"] | 7 | vf3n40mDLHw | 5194 |
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;