home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "passionate", musiccaps_aspects contains "shimmering shaker" and musiccaps_names contains "Wind instrument, woodwind instrument"

✎ 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
Juzzie Smith Harmonica Belt The low quality recording features an aggressive harmonica solo playing over a shimmering shaker. There is a low microphone pop sound right before the shimmering shaker comes in. It sounds passionate and energetic. The recording is noisy and in mono. 2015-06-30T21:17:27Z Juzzie Smith 'Harmonica Belt' is where I get to share the sounds of all eight different key harmonicas strapped around my waist. The keys are Low F, G,A,B flat,C,D,E flat,F. If you would like to download this song please visit https://itunes.apple.com/au/album/live-the-zamia-theatre/id537849442?ign-mpt=uo%3D4 💿HARMONICA LESSONS: https://juzziesmith.com/store/67-harm... ❤️ SUPPORT: https://www.paypal.me/juzziesmith MP3/CD: https://juzziesmith.com/store INSTAGRAM: https://www.instagram.com/juzziesmithofficial/ ITUNES: https://music.apple.com/au/artist/juzzie-smith/266927793 DEEZER: https://deezer.page.link/BDi5CemeMW33Yfk68 SPOTIFY: https://open.spotify.com/artist/0QdQv7pJET97l6zTlbpZLB?si=ENuNglAtSdOTL-_IjzhbRQ SUBSCRIBE for more videos: https://www.youtube.com/channel/UCeI-4_UjLwwHvTGjM0cKEIw ["Harmonica", "Wind instrument, woodwind instrument"] ["low quality", "noisy", "mono", "aggressive harmonica solo", "low microphone pop sound", "shimmering shaker", "passionate", "energetic"] 4 WYxXUBP_XaM 3104

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