home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "colorful", musiccaps_author = 9 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
Abeokuta Afrobeat na Ressaca do Bloco Uououou - Zombie This is the live performance of an afrobeat music piece. There is a male voice singing occasionally. The melody is being played by a wide variety of instruments such as the electric guitar, the keyboard and the bass guitar. There is a saxophone playing a solo. In the rhythmic background, there is an acoustic drum beat in the style of afrobeat. It is joined by percussive elements. There is a vibrant atmosphere in this recording. This piece could be playing in the background of a West African cuisine restaurant. 2014-03-12T03:57:41Z Jedson Nobre Abeokuta Afrobeat em apresentação na Ressaca do Bloco Uououou no Xinxim da Baiana, Olinda Interpretando Zombie, música de Fela Kuti. ["Blues", "Music"] ["afrobeat", "live performance", "male voice", "electric guitar", "bass guitar", "keyboard", "saxophone", "acoustic drums", "percussion", "vibrant", "colorful", "playful"] 9 Al_OdIuqoe0 1167

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