home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "dangerous atmosphere" 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
Ken Thorne - Superman ll (Original Soundtrack) 1980 This composition contains percussion and percussive hits taking the main focus. A string section is playing a short melody along with flutes/oboes. This song sounds cinematic and may be playing in a dangerous movie-scene. 2010-06-27T07:39:11Z kenthornesuperman2 Superman II (1980 Soundtrack) (Ken Thorne) Track List: 01 - Preface Superman II (1980) (Ken Thorne) 02 - Main Title Superman II (1980) (Ken Thorne) 03 - Lift Into Space; Release Of The Villains Superman II (1980) (Ken Thorne) 04 - Lex Escapes Superman II (1980) (Ken Thorne) 05 - Honeymoon Hotel Superman II (1980) (Ken Thorne) 06 - Lex And Miss Teschmacher To The Fortress Superman II (1980) (Ken Thorne) 07 - Clark Exposed As Superman Superman II (1980) (Ken Thorne) 08 - Lovers Fly North Superman II (1980) (Ken Thorne) 09 - Mother's Advice Superman II (1980) (Ken Thorne) 10 - TV President Resigns; Clark To Fortress Superman II (1980) (Ken Thorne) 11 - Aerial Battle; Superman Saves Spire Superman II (1980) (Ken Thorne) 12 - Sad Return Superman II (1980) (Ken Thorne) 13 - Ursa Flies Over Moon Superman II (1980) (Ken Thorne) 14 - Clark Fumbles Rescue Superman II (1980) (Ken Thorne) 15 - End Title Superman II (1980) (Ken Thorne) Full mp3 :- http://www.mediafire.com/?sharekey=b5b72fd0fc812693ed24a2875c7fa58e7167164733afc1fd759e682a8cd2154a ["Timpani", "Heavy metal", "Music"] ["cinematic", "percussive", "low string drone", "string section", "flutes", "dangerous atmosphere"] 6 hyGuS5WiPk8 4154

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