home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "choir", musiccaps_aspects contains "rumba" and musiccaps_aspects contains "vibrant"

✎ 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
Yamil Castillo - Rumba Grupo Afro Cubano Bakinikini This is an Afro-cuban music piece in the style of rumba. It is a live performance. There is a male vocal and a choir singing in a joyful manner. The rhythmic background is composed of Afro-Cuban percussive elements such as the shekere and the conga. The atmosphere is lively and vibrant. This piece could be used as an accompaniment piece for a rumba dance course. 2006-11-04T22:29:10Z Yamil Castillo Grupo Afro Cubano Bakinikini. Yamil Castillo: Conga( Quinto )y Coro. Llensy Zafra: Congas ( Tumbadora Tres dos )y Coro. Camilla Brena: Kata ( Guagua ) Eduardo Cespedez: Chequere y Coro. Yusniel "El Niño Lopez": Canto. ["Drum", "Music", "Musical instrument", "Rattle (instrument)", "Percussion"] ["afro cuban", "rumba", "live performance", "male vocal", "choir", "joyful singing", "percussion", "shekere", "conga", "lively", "vibrant", "dance"] 9 wMN-Xp9IMUw 5260

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