home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "drum sticks"

✎ 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
Drumline Final Battle By Hicham (High Sound Quality) The song is an instrumental. The song is medium tempo with various marching band drums playing in sync. The song is highly energetic and spirited. The song is bad in audio quality. The song is a college marching band playing enthusiastically. 2009-04-12T21:32:52Z oferighe Drumline Soundtrack ["Music", "Roll"] ["poor audio quality", "medium tempo", "instrumental music", "groovy rhythm", "various percussion instruments", "steady drum rhythm", "various percussion hits", "snares", "drums", "drum sticks", "dance rhythm", "samba", "cheerleaders", "college band", "marching band", "enthusiastic", "passionate", "energetic", "high on adrenaline"] 1 0pewITE1550 211
tema:ni tu ni yo,art: la barra (cuarteto) fctambora. The song is an instrumental. The song is medium tempo with a percussionist practising Latin bass drums with a drum stick to a music track with male vocals, trumpet harmony and other percussion. The audio quality is poor and boomy. 2012-09-12T01:14:54Z fernando castro ["Drum", "Music", "Musical instrument", "Rattle (instrument)", "Percussion"] ["percussion practice", "male singer", "backing track", "vocal chants", "exciting", "dance rhythm", "enthusiastic", "passionate", "drums demonstration", "steady rhythm", "latin dance rhythm", "male singer chants", "laitin dance hits", "bass drum", "drum sticks", "youtube music video", "groovy music", "medium tempo"] 1 CHo8wKj9J1w 1347
offworld percussion invader v3 practice pad A percussionist plays various drum rhythms at a medium tempo. The tempo is me doom with no harmony instruments. The song is exciting and energetic. The audio quality is poor and sounds like a music tutorial for drummers. 2011-02-06T21:21:49Z Joseph Santana my new pad. worth the 80 bucks feels just like a real drum. im playing an excersise called 12/8 from a drum corps that im auditioning for. no hating constructive criticism please sticks are promark dc50s ["Wood block", "Percussion"] ["percussionist", "drum sticks", "practice session", "exciting", "energetic", "passionate", "steady rhythm", "various rhythms", "home music video", "silent practice", "syncopated rhythms", "drum lesson", "home video", "practice sessions", "bad audio quality", "no harmony instruments", "drum rhythm", "groovy", "medium tempo"] 1 KxUcwQ5BEBk 2132
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

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 846.662ms · About: simonw/musiccaps-datasette