home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "dreamy", musiccaps_aspects contains "silent", musiccaps_aspects contains "synth pads" 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
World Builder (high quality) This composition is full of atmospheric sounds, machine beeping; bell/mallet sounds playing a melody with a lot of reverb. Pad/drone sounds playing a constant sound in the background. This composition may be playing in an obscure movie scene. 2009-02-25T02:25:26Z BranitFX HD version now available... http://www.youtube.com/watch?v=QP3YywgRx5A A strange man uses holographic tools to build a world for the woman he loves. This is a short by filmmaker Bruce Branit known also as the co-creator of 405. Visit http://www.facebook.com/pages/World-Builder/73936485659 ["Music", "Ambient music"] ["cinematic", "cinematic drone sounds", "synth pads", "digital bell/mallet sounds", "beeping noises", "dreamy", "silent", "tension"] 6 VzFpg271sm8 3048

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