home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "wide electric guitar melody" and musiccaps_names contains "Rhythm and blues"

✎ 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
Billy Talent - Fallen Leaves Music Video (HQ) The Rock song features a passionate male vocal, alongside harmonizing male vocals, singing over wide electric guitar melody, groovy bass guitar, punchy kick and snare hits and some shimmering cymbals. It sounds energetic and kind of addictive thanks to those harmonizing vocals - like something you would hear on a radio during the 00s. 2010-04-27T14:20:24Z Jimmy Karlsson The official music video of the song with the same name enjoy... Update 2012-12-01 Thanks for 100 000 views ["Music", "Rhythm and blues", "Exciting music"] ["rock", "passionate male vocal", "harmonizing male vocals", "wide electric guitar melody", "groovy bass", "punchy kick", "punchy snare", "shimmering cymbals", "energetic", "addictive"] 4 0LE6Ll1rVlg 150
Faith Evans- Mesmerized The R&B song features a passionate female vocal, alongside wide background female vocals, singing over shimmering cymbals, punchy kick and snare hits, groovy bass guitar and wide electric guitar melody. It sounds passionate, emotional and addictive - like something you would hear in clubs a lot. 2007-04-16T15:46:14Z Amanda Ab Faith evans video ["Music", "Rhythm and blues"] ["r&b", "wide background female vocals", "passionate female vocal", "shimmering cymbals", "punchy kick", "punchy snare", "groovy bass guitar", "wide electric guitar melody", "passionate", "emotional", "addictive"] 4 NC5tIv4-8fg 2325

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