home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "punchy kick" and musiccaps_names contains "Background music"

✎ 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
Muzika kurdi Kurdish Music اغاني كردية - Gule te Je kerina 👍👍👍 The Folk song features a passionately played sitar guitar, groovy bass and short offbeat accordion chords, followed by metallic percussive elements and punchy kick. The recording is a bit lower in quality due to loud clicky keys sounds. It sounds passionate and emotional. 2014-12-16T01:20:13Z Muzika Kurdi Muzika kurdi - Kurdish Music Gule te Je kerina - اغاني كردية....اشتركو بقناتي# ["Background music", "Music", "Sad music"] ["folk", "passionate sitar guitar", "groovy bass", "punchy kick", "metallic percussive elements", "short offbeat accordion chords", "low quality", "clicky keys", "emotional"] 4 -sevczF5etI 94
Pocket Rocket - See The Problem (Punk Rock Music Video) The low quality recording features a punk song that contains flat male vocal singing over punchy kick and snare hits, shimmering cymbals, wide electric guitars and groovy bass guitar. It sounds energetic, exciting and upbeat - like something you would jump to at concerts. 2006-09-22T06:12:51Z powerswap The first music video of the aspiring austrian punk-rock-band "Pocket Rocket". ["Background music", "Music", "Punk rock", "Pop music", "Ska", "Happy music"] ["punk", "energetic", "exciting", "groovy bass guitar", "wide electric guitars", "shimmering cymbals", "punchy snare", "punchy kick", "flat male vocal", "upbeat", "low quality"] 4 pbVYSktQ5jE 4726

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