home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "reverberant percussion hit"

✎ 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
Aerosmith - Jaded The rock song features a passionate male vocal, alongside harmonizing background vocal, singing over tremolo electric guitar located in the left channel, arpeggiated electric guitar melody in the right channel of the stereo image, shimmering tambourine, groovy bass guitar, punchy kick and snare hits, reverberant percussive hit and energetic crash cymbal. It sounds groovy, energetic and kind of addictive thanks to that cadence. 2013-07-13T20:48:09Z AerosmithVEVO "Jaded" by Aerosmith Listen to Aerosmith: https://Aerosmith.lnk.to/listenYD Watch more Aerosmith videos: https://Aerosmith.lnk.to/listenYD/youtube Subscribe to the official Aerosmith YouTube channel: https://Aerosmith.lnk.to/subscribeYD Follow Aerosmith: Facebook: https://Aerosmith.lnk.to/followFI Instagram: https://Aerosmith.lnk.to/followII Twitter: https://Aerosmith.lnk.to/followTI Website: https://Aerosmith.lnk.to/followWI Spotify: https://Aerosmith.lnk.to/followSI Lyrics: My, my baby blue Yeah, I been thinking about you My, my baby blue Yeah, you're so jaded And I'm the one that jaded you #Aerosmith #Jaded #OfficialVideo #HD #Remastered ["Singing", "Music", "Grunge"] ["tremolo electric guitar chord", "harmonizing background vocal", "arpeggiated electric guitar melody", "punchy snare", "punchy kick", "groovy bass", "shimmering tambourine", "passonate male vocal", "reverberant percussion hit", "energetic crash cymbal", "groovy", "rock", "addictive", "energetic"] 4 qbexOeoH5hg 4801

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