home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "electric guitar", musiccaps_author = 7 and musiccaps_names contains "Blues"

✎ 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
Keith Richards Talks About the Blues in Britain A male voice narrates a monologue to the rhythm of a song in the background. The song is fast tempo with enthusiastic drumming, groovy bass lines,cymbal ride, keyboard accompaniment ,electric guitar and animated vocals. The song plays softly in the background as the narrator speaks and burgeons when he stops. The song is a classic Rock and Roll and the narration is a Documentary. 2009-05-03T12:26:11Z Rollingtimesorg Segments of Keith Richards talking about how the Blues kicked off in Britain, along with the Rolling Stones themselves. Taken from a BBC4 show, "Can Blue Men Play The Whites", as part of Blues Britannia. Also features Bill Wyman and Paul Jones. ["Blues", "Music", "Yell"] ["male vocalist", "medium fast tempo", "monologue", "background music", "hit songs", "retro", "narrator", "narration", "documentary", "animated singing", "enthusiastic drumming", "cymbal ride", "electric guitar", "groovy bass lines", "rock and rock", "classic rock and rock", "muffled", "blues", "rock hits", "vocalisation"] 7 -7B9tPuIP-w 17
Blink 182 - cacophony bass cover A musician plays this rock instrumental. The tempo is fast with an intense, emphatic electric guitar riff and enthusiastic drumming and cymbal rides in the background and tambourine beats. The music is muffled as the sound quality is inferior. The music is energetic, enthusiastic, and animated . This is a Rock instrumental. 2010-05-31T18:19:30Z Walli182   ["Blues", "Electric guitar", "Guitar", "Music"] ["instrumental", "fast tempo", "electric guitar", "inferior audio quality", "catchy riff", "rock", "instrumental rock", "sonic power", "muffled audio", "soft drumming", "cymbals", "tambourine", "inferior audio quality", "energetic riff", "amateur recording"] 7 xx3nnVzGXa0 5366

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