home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "uptempo", musiccaps_author = 4 and musiccaps_names contains "Scratch"

✎ 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
DJ SKRIBE SCRATCH PRACTICE!!!! The low quality recording features a DJ manically scratching a hip hop song. It is a bit reverberant, noisy and in mono, as it was probably recorded with a poor quality microphone. 2010-04-08T01:53:49Z Brandon Young   ["Music", "Scratch", "Drum machine"] ["low quality", "manic dj scratching sound effect", "uptempo", "hip hop", "reverberant", "noisy", "mono"] 4 SDTsifbpGMM 2748
SCRATCH MASTER - Spada vs Johnson The low quality recording features an uptempo song, that consists of groovy bass and punchy kick and snare hits, being aggressively scratched by a DJ. It is very reverberant, as the sound diffuses and reflects in the space that the DJ is playing. 2011-07-06T14:05:43Z LUCManfredonia Contest dj organizzato da Pandemia a r.l. presso il LUC Laboratorio Urbano Culturale "Peppino Impastato"di Manfredonia (FG) il 18 giugno 2011. www.lucmanfredonia.it ["Scratching (performance technique)", "Music", "Scratch"] ["low quality", "reverberant", "punchy snare", "groovy bass", "aggressive vinyl scratching", "uptempo"] 4 rh2D2OSxyw0 4896

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