home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Guitar" and "youtube_published" is on date 2013-02-04

✎ 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
Christie Lenee Two Handed Guitar Tapping - "Daylight Comes" - Female Guitarist Singer/Songwriter The low quality recording features a live performance of the percussive & arpeggiated acoustic guitar melody. There are some crowd chattering noises in the background, by which we can definitely conclude that it is, in fact, a live performance. Sounds a bit boomy and the high frequencies of the guitar are lacking volume. 2013-02-04T23:56:41Z Christie Lenée Solo Acoustic Performance at Infinity Hall Norfolk, CT on Nov 18th 2012- Original Song "Daylight Comes" by Christie Lenee, © 2012 All Rights Reserved, Protected by BMI, Christie Lenée and Muzik4Mind Global Publishing. Hear Studio version on website now! http://www.christielenee.com/ *Filmed by Chris LeFevre ["Tapping (guitar technique)", "Guitar", "Acoustic guitar", "Music", "Musical instrument"] ["low quality", "percussive arpeggiated acoustic guitar melody", "noisy", "crowd chattering", "live performance", "lacking high frequencies", "boomy"] 4 PNT3hW4qFpQ 2530

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