home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "fast drumming rhythm"

✎ 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
What music are you into? - Undertale version The song is an instrumental with a devilish voice laughing. The tempo is fast with a fast paced drumming rhythm with strong cymbal crashes. The song is probably an adult animated show designed to scare. 2015-12-24T02:11:49Z JakobTheQuizGuy I dig ghost music. All rights to Undertale belong to Toby Fox. Buy Undertale here: http://undertale.com/ ["Music", "Scary music"] ["scary laugh", "twisted", "psychological", "satanic", "designed to scare", "devilish music", "spooky", "horror show", "creeps", "jeepers creeps", "percussive bass line", "fast tempo", "scary children’s show", "fast drumming rhythm", "heavy cymbal crashes", "instrumental music"] 1 1ArUx6UCxe4 245
ArcheAge - Archer 50 lvl pvp, DollVasta (19.04.14) A male singer sings these whispering vocals. The song is medium fast tempo with a fast metal drumming rhythm, percussive bass line, keyboard accompaniment and various percussion hits. The song is tense and full of suspense. The song is a game soundtrack. 2014-04-19T14:38:05Z b1shock DollVasta(BIOSHOCK,BIOPWNZ) ["Music", "Speech", "Angry music"] ["death metal music", "male singer", "game soundtrack", "building anticipation", "fast drumming rhythm", "medium fast tempo", "video game soundtrack", "passionate", "energetic", "scary", "eerie", "fast metal drumming", "groovy bass line", "story telling", "inspiring", "keyboard harmony"] 1 LLDHkHHKYkI 2179
La Maraca A male Latin singer sings this energetic vocal with male backup singers in vocal harmony. The song is fast tempo with quick Latin percussions, groovy bass line, keyboard accompaniment and trumpets blaring. The song is energetic and passionate. The song has poor audio quality. 2008-04-10T19:01:41Z adonismasgozadera AdonisGozadera.com ["Music", "Song", "Salsa music", "Maraca"] ["male latin singer", "backup singers", "screaming vocals", "rapping vocals", "street music", "fast tempo", "poor audio quality", "piano accompaniment", "latin percussions", "percussive bass line", "fast drumming rhythm", "energetic", "youthful", "romantic", "love performance", "brass band", "trumpets blaring", "groovy", "passionate", "latin dancers", "latin dance rhythm"] 1 zNSV9GkpRfM 5468

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