home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "4 on the floor kick", musiccaps_aspects contains "groovy buzzy synth bass" and musiccaps_names contains "Electronica"

✎ 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
Tecktonik Music The low quality recording features an electro song that consists of a "4 on the floor" kick pattern, groovy, buzzy synth bass and a reverberant down sweep at the very beginning of the loop. It sounds energetic and very digital - like something you would hear in old video games. 2010-02-01T23:28:45Z 0oLoboTeko0 |Tecktonik Toluca | Unas cuantas canciones que quise compartir n_n :.:. lista de canciones .:.: 1.-Fly with me-Dj antonie 2.-House of house-Dj Dess 3.-oh i like (whitenoise remix)-like woah 4.-Push That System (Lazy Rich Remix) -Costello feat Ninelives Cat 5.-mario bros-tecktonik 6.-Tecktonik dance (original mix)-Dj chick 7.-work-Dj antonie ["Drum and bass", "Music", "Dubstep", "Electronic dance music", "Dance music", "Electronica"] ["groovy buzzy synth bass", "4 on the floor kick", "punchy snare", "reverberant down sweep", "electro", "low quality", "energetic", "digital"] 4 CLx4iYWSB1c 1354

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