home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "exciting" and musiccaps_names contains "Cymbal"

✎ View and edit SQL

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
RWBY Crack | #1 The low quality recording features a drums solo at the very beginning of the loop, after which a pop song starts playing and it consists of a passionate female vocal singing over buzzy synth lead melody. The drums solo contains snare roll and shimmering cymbals. Overall it sounds exciting. 2014-11-24T04:20:16Z cookies RWBY Crack, Episode 1~ I think I should DEFINATELY do more of these XD ["Cymbal", "Drum", "Drum kit", "Drum roll", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] ["low quality", "drums solo", "snare roll", "shimmering cymbals", "pop", "passionate female vocal", "buzzy synth lead melody", "exciting"] 4 KqtlecvEOGw 2125
Mambo/Songo/Solo Drums (Latin Jazz Drumming) The low quality recording features a latin jazz song played in the background over which a drums solo is played. The solo consists of shimmering hi hats, punchy snare and kick hits and low tom rolls, while the latin jazz song consists of groovy piano chords and wooden percussion. It sounds energetic and exciting. 2011-05-13T11:31:17Z Thomas Sienko Mambo and Songo from Tommy Igoe's Groove Essentials. Groove 41 Fast, Groove 42 Slow. Hope you enjoy! ["Cymbal", "Drum", "Drum kit", "Hi-hat", "Rimshot", "Bass drum", "Percussion"] ["low quality", "latin jazz", "groovy piano chords", "wooden percussion", "drums solo", "punchy kick", "punchy snare", "low tom roll", "shimmering hi hats", "energetic", "exciting"] 4 MrMXYO2fzJ4 2303
JS-7 Japanese Hand Saw The song is an instrumental. The tempo is medium with ambient sounds like a sawing tool sounds, guitar rhythm, bass guitar solo and a steady drumming with various percussion hits. The song is an advertisement jingle for a tool works company. The sound quality is average with ambient room sounds. 2009-03-24T01:04:51Z Bridge City Tool Works A look at Bridge City Tool Works Adjustable Back Rip and Crosscut Japanese Saw. ["Sawing", "Cymbal", "Drum", "Drum kit", "Hi-hat", "Rimshot", "Snare drum", "Tools", "Rub", "Wood", "Bass drum", "Percussion"] ["hand saw", "instrumental music", "documentary video soundtrack", "advertisement jingle", "poor audio quality", "bouncy rhythm", "tom sounds", "sawing noise", "medium tempo", "cool bass solo", "steady drumming rhythm", "groovy rhythm", "video soundtrack’ toms sounds", "drum sticks", "cool drum roll", "bass drum hits", "exciting", "positive", "cheerful", "funky groove", "funk pop music"] 1 ZCR7qJ2IgGI 3347
Grandma Drummer | Amazing Skills Like A Pro The low quality recording features laughing male sounds over sloppy drums that contain energetic crash cymbal hits and toms percussion. It sounds exciting, even though the recording is noisy and in mono, as it was probably recorded with a phone. 2013-07-19T20:16:48Z This Is Happening This drumming grandma is definitely cooler than yours. Instead of knitting and baking pies, she's rocking out on a drum set. Jukin Member Upload - Original Video Seen Here: https://www.youtube.com/watch?v=NRhoHN8x_00 SUBSCRIBE: http://bit.ly/JukinVideo LIKE us on FACEBOOK http://facebook.com/JukinVideo FOLLOW us on TWITTER http://twitter.com/JukinVideo FOLLOW us on INSTAGRAM http://instagram.com/JukinVideo TO LICENSE THIS CLIP: http://bit.ly/132Ic5x ["Cymbal", "Drum", "Drum kit", "Drum roll", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] ["low quality", "noisy", "mono", "exciting", "laughing male sounds", "toms percussions", "energetic crash cymbal", "sloppy drums"] 4 jR_wBfxgZwE 4254

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 770.06ms · About: simonw/musiccaps-datasette