home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "electric guitar" and "youtube_published" is on date 2007-07-11

✎ 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
Rickenbacker 4003 Chili Peppers Funk Slap Bass Thing by Carl Seager This music is instrumental. The tempo is fast with an energetic electric guitar lead harmony. The music is emphatic, seasoned, enthusiastic,engaging and high-spirited. This music is a Hard Rock instrumental. 2007-07-11T09:42:44Z Carl Seager A couple of Chilis riffs (Good Time Boys & Stone Cold Bush) altered somewhat and stuck together as an exercise. Carl's band (Flying Heroes) has a new album 'BROADCAST' out now on Amazon/iTunes/Tesco, etc. The link below will take you to their Amazon download page where you can listen to clips or buy should you like what you hear... http://www.amazon.co.uk/Broadcast/dp/B003U22M4C/ref=sr_shvl_album_1?ie=UTF8&qid=1289915365&sr=301-1 ["Bass guitar", "Tapping (guitar technique)", "Funk", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] ["instrumental", "fast tempo", "hard rock instrumental", "electric guitar", "rock", "hard rock", "metal", "heavy metal", "minimalist", "home recording", "electric guitar lead", "electric guitar harmony", "hoe recording", "clean notes", "energetic", "high spirited", "amplified music", "stringed instrument", "sonic power", "loud guitar feedback", "room acoustics"] 7 YW4AKwkpYxs 3290

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