home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "electro", musiccaps_aspects contains "high pitched riser", musiccaps_aspects contains "shimmering hi hats" and musiccaps_names contains "Music"

✎ 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
BEST TECHNO SONG 2013! The Electro song features a filter modulated synth melody, groovy synth bass, shimmering hi hats, punchy kick and snare hits, followed by short snare roll, haunting synth lead, low pitched male vocal introducing the section and high pitched riser that builds the energy up. It sounds energetic, upbeat and exciting - like something you would hear in clubs. 2008-12-19T15:07:54Z Kitingnoobs Try worlds largest FREE game: League of Legends, its for both Europe and America sign up here for double exp! http://signup.leagueoflegends.com/?ref=4d1223da0a0c3734874312 ["Electronic music", "Music", "Techno"] ["electro", "filter modulated synth melody", "groovy synth bass", "shimmering hi hats", "low pitched male vocal", "punchy snare", "punchy kick", "high pitched riser", "short snare roll", "energetic", "haunting synth lead", "upbeat", "exciting"] 4 P1Vxm_ICSG0 2493

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