home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "4 on the floor kick", musiccaps_aspects contains "clapping", musiccaps_aspects contains "electro" and musiccaps_aspects contains "short riser"

✎ 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
Pimp My Ride @ carscentral.blogspot.com The Electro song features a low pitched male vocal talking over "4 on the floor" kick pattern, passionate female vocal melody, acid bass, claps, soft crash cymbal, shimmering hi hats and repetitive synth lead melody. Right before the drop in the second section of the loop, there is a short riser. It sounds energetic, like something you would listen to in clubs. 2007-07-17T08:04:08Z eastmail69 Pimp My Ride @ carscentral.blogspot.com featuring 2 niece & unique bics both powered by steam engine and turbo jet respectively! Visit carscentral.blogspot.com ["Disco", "Drum and bass", "House music", "Music", "Trance music", "Electronica"] ["electro", "4 on the floor kick", "low pitched male vocal", "passionate female vocal", "acid bass", "shimmering hi hats", "clapping", "energetic", "short riser", "repetitive synth lead melody", "soft crash cymbal"] 4 UBfHLeCBBsA 2891

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