home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "electric guitar", musiccaps_author = 9 and musiccaps_names contains "Rapping"

✎ 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
Hip Hop Academy Sid Shuffle This is a hip-hop dance music piece. There is a male vocalist who is singing in a flamboyant manner. There is an electric guitar playing the melody joined by a strong bass sound. There is a groovy, urban atmosphere. This piece can be used as an accompaniment piece in modern dancing courses. 2013-09-15T18:15:10Z HipHopAcademy08   ["Music", "Rapping", "Hip hop music"] ["hip-hop", "dance music", "shuffle", "male vocal", "flamboyant singing", "electric guitar", "bass", "electronic drums", "playful", "groovy", "hip", "urban", "energetic"] 9 V9EFYFKlYbE 2976

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