home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "tropical" and musiccaps_names contains "Music of Africa"

✎ 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
Busy Signal - Come Shock Out - Nov 2012 This is a dancehall music piece. There is a male vocalist singing with a Jamaican accent. An electric guitar and a bass guitar are playing the melody in the background while occasional keyboard notes can be heard. The rhythmic background is provided by the mild tempo basic 4/4 played on the acoustic drums. There is an echo delay effect on the snare drum every now and then. The atmosphere of the piece is chill and groovy. This piece could be playing through loudspeakers at a beach. It could also suit well at a summer barbecue party. 2012-11-21T20:46:40Z GullyDan ♬ Busy Signal - Come Shock Out ♬ ☈ Produced By : Juke Boxx Productions ☈ ☆ Artiste : Busy Signal ★ ☆★ ✪ Gully Dan G.S.P ✪☆★ ✔Like My Facebook Page For More Latest Dancehall Music: ✔ https://www.facebook.com/DanceHall.And.Reggae.Hits ✔Follow Me On Twitter: ✔https://twitter.com/#!/Gullydan_Gsp FOR THE BEST, LATEST & EXCLUSIVE IN DANCEHALL / REGGAE MUSIC, OFFICIAL VIDEOS & MORE , SUBSCRIBE TO MY CHANNEL ™GULLY DAN GSP THIS VIDEO IS FOR PROMOTIONAL USES ONLY. NO COPYRIGHT IS INTENDED.© Busy Signal - Come Shock Out Busy Signal - Come Shock Out Busy Signal - Come Shock Out ["Afrobeat", "Music of Africa", "Music", "Rapping", "Reggae"] ["dancehall", "reggae", "male vocal", "jamaican accent", "electric guitar", "keyboard", "bass guitar", "acoustic drums", "chill", "groovy", "hip", "tropical"] 9 Euu6zlJQSD0 1599
farmer Nappy- My House ( Steel Pan Instrumental) The low quality recording features an instrumental cover that consists exotic steel pan melody, punchy kick hits layered with claps, groovy piano chord progression and groovy bass. It is in mono and it sounds a bit harsh, but energetic, tropical and exotic. 2015-01-29T02:08:36Z astra desuza Noel La Pierre ["Afrobeat", "Music of Africa", "Music", "Electronic dance music"] ["low quality", "exotic steel pan melody", "punchy kick", "clapping", "groovy piano melody", "groovy bass", "tropical", "exotic", "energetic", "mono"] 4 GYCfrx0ruz4 1734

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