home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Guitar" and "youtube_published" is on date 2014-09-08

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Kala U-Bass Demo with Rob Scallon | Reverb.com The low quality recording features a cover of a rock song and it contains an ukulele bass guitar. The recording is in mono and very noisy. 2014-09-08T16:53:18Z Reverb Find a new or used Kala U-Bass on Reverb.com! (http://goo.gl/qndtyg) It's hard to imagine that an instrument as small as the Kala U-Bass can churn out such convincing bass tones. These Ukulele-sized basses give players a whole new way to get down with acoustic, electric and acoustic-electric variations. In this demo, our pal Rob Scallon plucks, slaps and taps his way all up and down the Kala U-Bass and shows us what this little package has in store. ["Guitar", "Acoustic guitar", "Music", "Musical instrument", "Ukulele", "Plucked string instrument"] ["low quality", "noisy", "mono", "ukulele bass guitar", "rock", "cover"] 4 LJsYl38zPOQ 2174

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