home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "hard hitting drums", musiccaps_author = 7 and musiccaps_names = "["Music", "Zing"]"

✎ 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 Earworm United State of Pop 2012 *** A male singer sings this high energy EDM. The tempo fast with the song starts with a slow female vocalisation, soft piano accompaniment and takes off to an upbeat groove. The song is groovy, youthful, buoyant, vivacious;punchy and vibrant with atmospheric synthesiser, hard hitting drumming, funky bass line, spirited electric guitar harmony along with enthusiastic vocals. The vocals are auto tuned and the use of heavy electronic instrumentation make it an ultimate EDM. 2010-07-09T15:14:12Z RnBxclusiiVe ***** Comment / Rate / Subscribe ***** * I Don't own this music * ["Music", "Zing"] ["electronic music", "male singer", "female vocalisation", "vivacious", "catchy beat", "vibrant", "animated", "burgeoning tempo", "multi singer song", "auto tune", "punchy", "buoyant", "piano accompaniment", "hard hitting drums", "loud electric guitar feed", "mellow piano introduction", "music building up", "edm", "atmospheric synthesiser", "youthful", "spirited"] 7 3tyb0cXoX2g 516

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