home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "distorted synth bass" and musiccaps_names contains "Dance music"

✎ 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
Electronic Music Fest - Río Grande The Dance/Electronic song features a repetitive synth keys melody, synth guitar lick, distorted synth bass that perfectly complements the "4 on the floor" kick pattern, punchy snare hits layered with claps, simple "2 step" hi hat pattern, shimmering shakers, repetitive, pulsating synth pad chord progression and groovy synth keys chord progression. At the end of the first part of the loop, there is a short, reversed crash riser, where the drums subtly fade out, followed by energetic crash at the beginning of the second part of the loop, where the drums are brought back again. It sounds energetic and like something you would hear in clubs during the 00s. 2012-03-06T05:44:12Z npuntoend Npunto de El Nuevo Día presenta: Coors Light Electronic Music Fest 2012 Música : Wolves Can Riot "Lunatic Obsession" "Mirrors" Realizado por Pablo Patrignani ["Drum and bass", "House music", "Music", "Techno", "Trance music", "Dubstep", "Electronic dance music", "Dance music", "Exciting music"] ["dance/electronic", "low quality", "repetitive synth keys melody", "synth guitar lick", "distorted synth bass", "simple hi hats", "energetic crash", "short reversed crash riser", "4 on the floor kick pattern", "repetitive pulsating synth pad chord progression", "groovy synth keys chord progression", "energetic", "punchy snare", "claps", "simmering shaker"] 4 wsdH6cv4YkA 5290

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