home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "live performance" and "youtube_published" is on date 2006-11-03

✎ 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
Hole - Dicknail (live) A female singer sings this screaming metal melody. The song is medium tempo with a steady metal drumming rhythm, steady bass line and a distorted guitar playing rhythm. The song is rebellious and passionate. The audio quality is very poor. 2006-11-03T22:44:40Z distillersdemon Just a video of Hole performing Dicknail... ["Singing", "Music", "Rock music", "Yell", "Grunge"] ["poor audio quality", "death metal", "retro death metal hits", "female singer", "screaming vocals", "haunting", "rebellious", "poor audio quality", "live audience", "live performance", "teenage age angst", "rebellious", "passionate", "emotional", "poor audio quality", "deteriorated audio", "steady drumming rhythm", "distorted guitar rhythm", "percussive bass line", "ambient room noise", "medium tempo"] 1 Cwbtn_h6TP8 1416
Irish Country Fiddle Solo 'FinnMacCool' - "Pinch of Snuff" This is the live performance of an Irish folk music piece. There is no singer. The fiddle is playing an upbeat solo while the bass guitar is playing a complex bass line using the tapping technique. The atmosphere is joyful. This piece could be used in the soundtrack of a documentary that has scenes of rapid movement. 2006-11-03T14:50:10Z Adrian Keating Archive - Sydney Lyric Orchestra Blistering Violin Solo by Mark Oates "Pinch of Snuff" -performed by the Finn McCool band; Greg O'Brian gtr, David "Mad Dog" Warwick mandolin, Mark Oates Violin, Steve Sampson bass, every Sat arvo in the Mercantile Hotel, the Rocks, Sydney. Take them seriously. I do. 4 Cameras, 6 sound sources. Mashed together on my (Adrian K) computer. Check out the other Video's of Sydneys Live Music Scene with me all over them @ http://www.youtube.com/profile?user=musodata http://members.ozemail.com.au/~classblu/ check out another raging violinist mate of ours, http://www.youtube.com/watch?v=L0-UjUto2_8 iancooper.com Tags: irish country jig reel traditional electric violin bass guitar mandolin ["Country", "Music", "Musical instrument", "Violin, fiddle", "Bluegrass"] ["irish folk music", "live performance", "no singer", "instrumental", "bass guitar", "tapping", "fiddle", "fiddle solo", "playful", "vibrant", "joyful", "upbeat"] 9 qMd2DTyF9EE 4781

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