home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "acid house", musiccaps_aspects contains "high chest voice" and musiccaps_aspects contains "male singer"

✎ 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
Smack Boom - Hitchcock A dark, sexy techno or acid house beat; with a repetitive synthesizer sequence with a squelchy resonant filter. The kick pattern is four on the floor with swung hi-hats and a syncopated synth bass. There is a big clap on the backbeat with a long reverb tail. The tempo is medium and the singer is male, singing in a high chest voice. 2009-02-20T22:46:41Z Hitchcockmusic Music video for UK based electro/electronica band, Hitchcock To keep up with all our news, live dates, new releases etc. join our Facebook page...http://www.facebook.com/pages/HITCHCOCK/7854523132 ["Music", "Zing"] ["synthesizer sequence", "resonant filter", "techno", "acid house", "four on the floor kick", "swung hi-hat", "long reverb", "syncopated synth bass", "male singer", "high chest voice", "dark", "sexy", "big clap"] 8 aUXKK9AmrPU 3545

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