home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "filtered drums", musiccaps_aspects contains "low quality", musiccaps_aspects contains "papery" and musiccaps_author = 4

✎ 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
Dubstep - Earthquake (Fytch Remix) The low quality recording features a pop song that consists of filtered, wide female vocal singing over mellow piano chords, sustained strings melody and filtered drums located in the left channel of the stereo image. At the very beginning there is a snap sound and at the end, there is a short snippet of another section which contains punchy kicks layered with energetic crash cymbals and arpeggiated synth melody. It sounds emotional and energetic, even though it sounds kind of papery and thin, since it lacks lower frequencies. 2011-08-13T20:46:16Z dasistmeins89 Ein Dubstep Remix von Little Boots - Eearhquake Download this song: http://www.share-online.biz/dl/NSS9ZK0MBT ["Electronic music", "Music", "Dubstep"] ["low quality", "pop", "filtered wide female vocal", "snap", "mellow piano chords", "sustained strings melody", "punchy kick", "energetic crash cymbal", "filtered drums", "synth arpeggiated melody", "emotional", "energetic", "papery", "thin"] 4 dh9XweTn6rI 3807

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