home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "bouncy cowbell", musiccaps_aspects contains "buzzy synth bass", musiccaps_aspects contains "claps" and musiccaps_names contains "Scratch"

✎ 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
Straight Outta Compton Scratch (IT'S TIME) Hashim - Al Naafiysh The low quality recording features an electro song scratched by a DJ. The song consists of buzzy synth bass, bouncy cowbells, stretched low pitched male vocals, punchy kick, punchy snare layered with claps and shimmering hi-hats. It sounds energetic and groovy, like something you would hear in an underground club during the 90s. 2016-02-04T01:31:26Z kendo512 This is my take on the popular juggle of Hashim - Al-Naafiysh (as seen in the scene with Dre in Straight Outta Compton). It's not perfect and there are better versions on YouTube, but it's hella fun and I wanted to upload it. This was done on the original Numark Mixtrack controller, and the crossfader is an absolute piece of trash, which made this way more difficult than it should be. Enjoy, and keep scratching! ["Scratching (performance technique)", "Music", "Scratch"] ["low quality", "electro", "stretched low pitched male vocal", "bouncy cowbell", "dj scratching sounds", "punchy kick", "claps", "punchy snare", "shimmering hi hats", "energetic", "groovy", "buzzy synth bass"] 4 NSS9_2FFVeo 2338

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