home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "keyboards" and musiccaps_names contains "Heavy metal"

✎ 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
Kettlespider - The Kettle Spider - Australian Prog Metal - Triple J This heavy metal song features distortion guitars. One guitar plays power chords. Another guitar is playing a repetitive riff using palm muted arpeggiated notes. The keyboard plays chords in the background. The bass plays the root notes of the chords. The percussion plays a simple beat in common time. It starts off playing the kick and crash followed by three beats on the kick and ride. After four bars, a rock drum roll is played. This song can be played in a superhero movie. 2011-10-10T02:31:19Z Kettlespider Nice solid prog ala Dream Theater style! Lots of promise here so keep an eye out! Hornz! Haugy \m/ Andrew Haug, triple j 'Avadante', the debut album from Kettlespider, is available on iTunes: http://itunes.apple.com/au/album/avadante/id524530770 Also, check out our CD if you like the music! http://kettlespider.bandcamp.com www.facebook.com/kettlespider ["Heavy metal", "Music", "Punk rock", "Psychedelic rock", "Rock music", "Progressive rock"] ["heavy metal", "no voices", "distortion guitars", "palm muted arpeggios", "powerful percussion", "keyboards"] 0 dO3VsX4rKNc 3782

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