home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "conga", musiccaps_aspects contains "happy" 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
Simo Issaoui 2008 by WWW.TOP2008.NEW.FR**05** A male vocalist sings this upbeat song in a foreign language. The tempo is medium fast with a very perky and bouncy beat. The song is happy, cheerful, groovy, simple light and catchy with middle eastern music influences. This song is a contemporary Folk song. 2008-07-17T18:21:13Z jamalyoussef2010 Simo issaoui issawi hyooh nachat guercif jamal youssef super_jamal@hotmail.fr ["Music of Africa", "Music"] ["male vocalist", "medium fast tempo", "foreign language", "buoyant", "peppy", "happy", "cheerful", "middle eastern music", "upbeat", "catchy", "synthesiser arrangement", "conga", "hand percussion", "steady bass line", "flute melody", "folk song", "regional music"] 7 XCQMJXkI5bA 3166
Sitya Loss Remix - Eddy Kenzo A male vocalist sings this energetic Nigerian song. The tempo is fast and upbeat with keyboard harmony and Afro beats of conga, clave, drums and akuba. The music is upbeat, catchy, spirited, energetic, youthful and pulsating with a dance groove. This song is a Reggae song. 2014-02-20T13:25:19Z Eddy Kenzo big talent young managment ["Afrobeat", "Music of Africa", "Music", "Dance music"] ["male singer", "fast tempo", "nigerian music", "world music", "propulsive percussion", "upstroke rhythm guitar", "dominant music", "pleasant", "catchy", "youthful", "dance groove", "happy", "cheerful", "carefree", "conga", "clave", "akuba", "bright drumming", "reggae", "ugandan song", "foreign language", "afro beats", "reggae", "inspirational", "reflective"] 7 Xaq-segSEsQ 3200

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