home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "dangerous atmosphere", musiccaps_aspects contains "dark", musiccaps_aspects contains "drums" 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
Adaro & E-Force ft. MC Nolz - Open the Gates A drum is playing a groove and sounds like running through a low pass filter opening up. Synthesizer pads are playing a simple melody that gets repeated in the lower register with overtones. Panned to both sides of the speaker a simple melody is playing pulsating synth sounds. A male voice is singing/streaming/rapping. The voice seems to be pitched down and processed with other effects. This song may be playing in a scary videogame. 2014-01-31T18:00:04Z Adaro Connect: http://facebook.com/djadaro Vimeo: http://vimeo.com/djadaro/openthegates More information: http://djadaro.com http://www.facebook.com/djadaro http://www.twitter.com/djadaro http://www.youtube.com/djadaro http://www.soundcloud.com/djadaro http://instagram.com/djadaro https://plus.google.com/+djadaro Video by Gergő Szabó ["Music", "Angry music"] ["dark/postrock/electronic", "drums", "synth pads", "low pitched and processed male voice", "dark", "dangerous atmosphere", "medium tempo"] 6 WO_Y7djT2k4 3091

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