home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "guitar solo", musiccaps_names contains "Effects unit" and musiccaps_names contains "Guitar"

✎ 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
Boss DD-3 Digital Delay This music is instrumental. The tempo is fast with a rhythmic guitar lead. There is minimal instrumentation and the music is an upbeat, energetic and catchy riff. 2009-06-12T13:28:12Z Pedal Tone A powerful delay pedal with three distinct modes. A variable Delay Time control creates delays from 12.5ms to 800ms, while a Hold function is capable of producing repeats from here to infinity ["Tapping (guitar technique)", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] ["instrumental", "fast tempo", "rhythmic guitar", "resounding", "guitar solo", "guitar lead", "acoustic guitar", "melodic", "energetic", "spirited"] 7 1jATjKL2vAE 304

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