home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "happy mood", musiccaps_names contains "Bass drum" and musiccaps_names contains "Hi-hat"

✎ 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
Space Truckin' - Deep Purple This classic rock song features a hammond organ playing the main melody. This is backed by the percussion playing a simple beat. The percussion plays the hi-hat at every count and ends with a roll at the end of every bar. The bass plays the same melody as the hammond. There are no voices in this song. This is an instrumental song. This song can be played in a bank robbery scene in a movie. 2011-09-27T10:46:15Z RetroTVCentral Compilation of scenes from several scifi movies and television shows accompanied by the classic rock song Space Truckin'(1972) by Deep Purple. Movie and television scenes include: Star Wars Armageddon When Worlds Collide Lost in Space(1998) Queen of Outer Space Battlestar Galactica(1978) Total Recall Missle to the Moon The Fifth Element Planet of the Apes (1968) Mission to Mars Austin Powers: The Spy Who Shagged Me 2001: A Space Odyssey Close Encounters of the Third Kind 2001: A Space Travesty Return of the Jedi Superman 2 Space Truckers Star Trek 2: The Wrath of Khan Aliens Galaxy Quest Spaceballs Farscape This Island Earth Starship Troopers First Spaceship on Venus Forbidden Planet ["Cymbal", "Drum", "Drum kit", "Drum roll", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] ["classic rock", "simple percussion", "hammond organ", "bass", "minimal instruments", "no voice", "instrumental", "moderate tempo", "happy mood"] 0 8zGJ9N7c6pE 966

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