home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "latin music", musiccaps_aspects contains "salsa", musiccaps_aspects contains "siren" and musiccaps_aspects contains "upbeat"

✎ 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
SALSA--SALSA EN INGLES A male vocalist sings this enthusiastic latin melody. The tempo is medium with keyboard harmony, rhythmic Spanish guitar,percussive congas, bongos and guiro with tambourine beats. There is a loud siren-like sound superimposed over the song. The song is lively, simple,emotional, youthful, rhythmic, catchy with a latin dance grove. 2009-06-02T15:53:15Z tocadiscos11 SALSA DE COLECCION ["Music", "Music of Latin America", "Salsa music"] ["male vocalist", "medium fast", "latin music", "latin percussion", "latin influence", "loud siren like sound", "siren", "shakers", "congas", "bongos", "rhythmic spanish guitar", "groovy", "dance groove", "guiro", "catchybeat", "salsa", "bachata", "latin dance music", "upbeat", "youthful", "melodic", "noisy background", "loud sound superimposed on song", "keyboard harmony"] 7 06IU9WsEp3s 120

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