home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "funky bass line", musiccaps_aspects contains "vigorous drumming", musiccaps_author = 7 and musiccaps_names contains "Singing"

✎ 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
McBrown and Akosua Agyapong full performance @ AICC A female vocalist sings this pop song. The tempo is fast with vigorous percussion in the background , funky bass line, an incessant keyboard harmony and guitar. The vocals and instrumentation are incoherent as the audio quality is bad. The is sound of static, murmuring, buzzing,hissing and scuffling indicating that this is a recording of a live performance. 2015-07-15T09:39:31Z Devatainment The long awaited concert to celebrate the sensational music icon, Akosua Agyapong for her 25 years in the music industry came off successfully on Saturday, May 30, 2015 at the Accra International Conference Centre (AICC). The concert which was well attended witnessed the presence of crème-de la-crème personalities of the society such as Former President Jerry John Rawlings and his wife, some members of Parliament, media personalities as well as the general public. Yaw Sakyi and Stacy Amoateng were the Mcs on the night. ["Singing", "Music", "Tambourine"] ["female vocalist", "fast tempo", "vigorous hand percussion", "chaotic", "live performance", "concert", "static", "buzzing", "hissing", "murmurs", "funky bass line", "live performance", "rhythmic guitar", "distorted sounds", "incoherent", "inferior audio quality", "muddled", "incomprehensible", "static", "vigorous drumming", "people talking"] 7 5MOJnA715fA 657

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