home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Guitar" and "youtube_published" is on date 2007-05-27

✎ 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
GH5 en crunch Someone is playing a distorted e-guitar solo along to a backing track containing a strummed acoustic guitar and a simple drum groove. This recording is of poor audio-quality. This song may be playing at home practicing guitar. 2007-05-27T18:35:30Z vitriol82 jph94 encore une fois à contribution sur le petit GH5 Rdv sur www.projetg5.com ["Electric guitar", "Guitar", "Music", "Wedding music", "Distortion"] ["e-guitar", "acoustic guitar", "drums", "amateur recording", "medium tempo"] 6 oOlMzQpK690 4625
Flamenco Guitar Barcelona The low quality recording features a live performance of flamenco guitar and acoustic guitar chord progressions. Towards the end of the loop, there are some percussive guitar taps. The recording is noisy as it was recorded outside. 2007-05-27T15:37:31Z hendu2006 Pair of flamenco guitarists outside Barcelona Cathedral in the Gothic Quarter, Friday, May 25, 2007 ["Flamenco", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] ["low quality", "mono", "noisy", "acoustic rhythm guitar chords progression", "flamenco guitar chord progression", "guitar tap percussion"] 4 t-CjLfu9zCk 4994

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