home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "simple hi hats" 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
Fortune Family - Young Hearts (Official Music Video) The Low Quality Hip Hop song features a dry, flat male vocal rapping over punchy kick layered with shimmering open hats, punchy kick, simple hi hats, claps, syncopated snare hits, wide arpeggiated synth melody and stuttering synth chords. It sounds energetic and kind of unnatural, since the vocal is so detached from the instrumental due to the bad mixing of the song. 2011-08-08T23:13:33Z FortuneFam Fortune Family is back with a new single "Young Hearts," directed by Ryan Do and presented by ThisSongIsSick.com. http://www.facebook.com/FF610 http://www.twitter.com/FortuneFamily Young Hearts samples Rod Stewart's "Young Turks." Download Link http://www.mediafire.com/?xem05efdcddgwqn For management and booking, contact Nick McCarthy at dpreppp@gmail.com ["Funk", "Music", "Dance music", "Soul music", "Happy music"] ["low quality", "dry flat male vocal", "punchy kick", "shimmering open hat", "simple hi hats", "soft crash cymbal", "stuttering synth chords", "wide arpeggiated synth melody", "clapping", "hip hop", "unnatural mix", "energetic"] 4 2kcSUBkFbaQ 404
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 781.077ms · About: simonw/musiccaps-datasette