home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "guitar playing" and musiccaps_names contains "Blues"

✎ 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
Canoe Verdon, Kayak Castellane,...Canoe-Kayak Raft dans les Gorges du Verdon (Castellane) The song is an instrumental. The tempo is medium with a strong drumming rhythm, keyboard harmony, string synth harmony, guitar lead and a bass guitar shadowing the melody line in harmony. The song has rock music influences with a sense of mystery and adventure. The song is a soundtrack for an adventure sports documentary. 2012-01-12T08:54:25Z Base Sport et Nature Canoe Verdon, Kayak Gorges du Verdon, Castellane. Le Cano-Raft et le Kaya-Raft est un savoureux mélange entre le rafting et le canoë connu de tous. Le Verdon est une merveilleuse rivière aux eaux émeraude dessinant à travers la Provence, au Nord des plages de la Côte d'Azur, le plus grand canyon d'Europe. www.basesportnature.com ["Blues", "Electric guitar", "Heavy metal", "Music", "Rock music", "Progressive rock"] ["instrumental musical", "mysterious", "medium tempo", "string section harmony", "keyboard harmony", "guitar playing", "shadow guitar bass line", "steady drumming rhythm", "rock music", "amateur band", "adventure", "suspense", "adrenaline rush", "passionate", "spirited", "home video soundtrack", "adventure sports documentary", "documentary soundtrack", "unexpected"] 1 GYx6HNQbP1w 1735
"Slow" by Shane Theriot at the Atlanta Institute of Music The song is an instrumental. The tempo is medium with subtle jazz drumming, keyboard accompaniment, groovy bass line and an electric guitar playing lead. The song is relaxing and groovy. The song is a live jazz instrumental performance with poor audio quality. 2012-02-07T20:28:49Z aimmedu In their stellar performance at the Atlanta Institute of Music, guitarist Shane Theriot, bassist Adam Nitti, drummer Kirk Covington, and keyboardist Mike Whittaker perform Shane Theriot's sultry and bluesy "Slow". Be sure to check out other clips from this concert on the Atlanta Institute of Music's YouTube channel! And don't forget to visit our website at aim-music.com! ["Blues", "Music", "Tender music"] ["live performance", "instrumental music", "jazz festival", "jam session", "improvisation", "fun", "funk jazz", "groovy bass line", "keyboard accompaniment", "guitar playing", "subtle jazz drumming", "emotional", "playful", "causal", "relaxing", "jazz music", "poor audio quality", "memdium tempo", "drum brush hits"] 1 LnczSOwV9Ds 2221

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