home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "electronic music", musiccaps_aspects contains "fluctuating", musiccaps_aspects contains "synthesiser arrangement" 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
Blue Stahli - Shoot Em Up A male vocalist sings this youthful Electro rock . The tempo is fast with an intense electric guitar feedback, hard hitting drumming, synthesiser arrangements and electronic sound articulation. The song is high-powered, punchy, intense, youthful,ambient, buoyant, passionate and psychedelic with a dance groove. 2015-10-04T04:33:29Z Blue Stahli Meaning: https://www.youtube.com/watch?v=PezlFNTGWv4 And https://www.youtube.com/watch?v=x5U_XD4kDJ4 I feel like the lyrics are pretty clear in what they're attacking, but just in case anyone wonders. The above clips are why the lyrics are what they are. Purchase/Stream 'The Devil': https://bluestahli.ffm.to/thedevil.owe BLUE STAHLI SPOTIFY: http://spoti.fi/1ijKPfA SPOTIFY (Sunset Neon): https://spoti.fi/2RLcprX BANDCAMP: https://bluestahlimusic.bandcamp.com/ INSTAGRAM: http://instagram.com/blue_stahli WEB and MERCH: https://www.bluestahlimusic.com/ TWITTER: http://twitter.com/bluestahli FACEBOOK: http://facebook.com/bluestahlimusic VKONTAKTE: http://vk.com/bluestahliofficial Neat motion graphics courtesy of Beeple! http://beeple-crap.com/ ["Music", "Angry music"] ["male vocalist", "fast tempo", "electronic music", "electro rock", "synth rock", "goth rock", "intense electric guitar feedback", "synthesiser arrangement", "electronic articulation", "intense", "digital sounds", "punchy", "dark", "psychedelic", "fourth world music", "ambient", "multi layered sounds", "percussive envelopes", "high-powered", "fluctuating", "nigthclubs"] 7 bztxC9EFfCk 3671

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