home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "building tension" and musiccaps_aspects contains "drums playing slowly"

✎ 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
Alan Silvestri - Predator - Soundtrack Music Suite 1987 The song is an instrumental. The song is slow tempo with building crescendo , string section harmony, horn section, drums playing steadily and piano accompaniment. The song is suspenseful and builds anticipation. The song is a movie soundtrack and has an average audio quality. 2010-09-11T18:47:13Z DaneTheConquerer music of the soundtrack of the sci-fi-action-horror movie Predator composed by Alan Silvestri (Back to the Future, Delta Force, Abyss, ...) one of the best score in its genre and the best of Silvestri starring Arnold Schwarzenegger with Carl Weathers directed by John McTiernan (Nomads, Die Hard, Last Action Hero,...) ["Music", "Angry music"] ["movie soundtrack", "philharmonic orchestra", "crescendo", "booming lower harmony", "average audio quality", "tense", "sci-fi music", "string section harmony", "suspenseful music", "horn section", "drums playing slowly", "instrumental music", "mysterious", "science fiction", "exploring dangerous territory", "tuba", "building tension"] 1 -eDAoheZrY8 70

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