home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Thump, thud"

✎ 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
Lunch (Body Percussion) - Variety Show The song is an instrumental. The tempo is fast with three percussionists performing a rhythmic groove with sounds breathed by clapping body parts and tapping the floor. The song is energetic and highly engaging. The audio quality is average and performed live. 2009-04-26T20:22:56Z Snubby J The body percussive number, Lunch, from Lakeridge High School's Company Variety Show. Performed by Kent Jenkins, Brian Ernst, and Nick Allen. BBTV Music - http://www.youtube.com/visomusic ["Thump, thud", "Percussion"] ["tap dancers", "body percussionists", "adrenaline high", "engaging", "average audio quality", "fast tempo", "body instruments", "musical trio", "live performance", "mismatched rhythms", "live performance", "live audience", "fun and groovy", "performers", "engaging", "exciting", "dance rhythm", "energetic"] 1 J8pkQfYlJA4 1973
Matt Hetherington's "Michael Jackson & Luciano Pavarotti" Act This amateur recording starts off with the sound of the crowd at a live show. This is followed by a male voice mouthing four blasting sounds over the mic. This is followed by a guitar playing a funk riff and another guitar playing a lower register melody. The percussion plays a fast beat. The bass plays only one note in a continuous pattern following the percussion. The mood of this song is upbeat. This song can be played in a retro club. 2008-01-23T08:34:42Z Matty Heth Matt Hetherington devised this as part of his live act. It's being performed at Melbourne's Forum Theatre. ["Music", "Pop music", "Thump, thud"] ["amateur recording", "crowd cheering", "falsetto voice", "vocables", "guitar sounds", "fast paced percussion", "bass", "moderate tempo", "upbeat song"] 0 MMGAKKhqxKg 2259

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