home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "horror", musiccaps_aspects contains "transition effects" and musiccaps_names contains "Music"

✎ 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
A Perfect Fit Trailer This is an excerpt from a horror movie trailer. There are ominous sound effects related to the movie such as heartbeat, a man beating a woman and a terrified female voice sounding like she is dying. There is cinematic sounding synth and a piano hitting the same high pitch note repeatedly in the theme. The atmosphere is bleak. Sounds from this track could be used as samples in beat-making. They could also be used in violent video games. 2008-02-06T20:54:00Z polychrome2000 The psychologically battered John discovers love -- but will it be his salvation or his downfall? ["Heart murmur", "Music", "Inside, small room", "Outside, urban or manmade"] ["movie trailer", "sound effects", "heartbeat", "beating", "terrified female voice", "water running", "cinematic synth", "piano", "transition effects", "dread", "bleak", "horror", "violence", "movie music"] 9 Puu8SEqYN0k 2577

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