home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "documentary soundtrack", musiccaps_author = 1 and musiccaps_names contains "Progressive rock"

✎ 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
Bouncing Steel Balls on Water The song is an instrumental. The tempo is medium with a strong rock drumming rhythm, groovy bass slime, electric guitars playing lead and guitar harmony. The song is exciting, youthful and emotional. The song is a classic rock instrumental. 2009-08-26T21:41:24Z protonsforbreakfast Some slow-motion footage of experiments bouncing 25 mm diameter steel balls on water. The Balls were fired from a specially constructed air gun and had a muzzle velocity of around 40 meters per second (90 miles per hour). The bouncing is easy to see and the general effect delightful. Enjoy! The experiment was performed on the site of a 'Ship Tank' at the UK's National Physical Laboratory in which the original experiments were conducted in 1943 on a so-called 'bouncing bomb'. ["Heavy metal", "Music", "Punk rock", "Independent music", "Rock music", "Progressive rock"] ["classic rock music", "instrumental music", "emotional", "groovy", "poignant", "drum roll", "distortion guitars", "tv show", "instrumental music", "medium tempo", "electric guitar lead", "guitar harmony", "strong bass line", "adventurous", "energetic", "documentary soundtrack", "science experiment", "strong rock drumming", "me"] 1 XfdySM4X9Xo 3209

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