home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "blasting sounds", musiccaps_aspects contains "game music" and musiccaps_author = 0

✎ 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
FINAL FANTASY XIV: A Realm Reborn - A New Beginning This song is from a game. This clip starts with the sound of fireballs. This is followed by distant blasting sounds. A stringed instrument plays chords at a high pitch. There is no percussion in this song. There are no other instruments in this clip. 2013-01-07T10:41:52Z FINAL FANTASY XIV Bear witness to the dawn of a new age in this prologue video for FINAL FANTASY XIV: A Realm Reborn! ["Music", "Eruption", "Outside, rural or natural"] ["game music", "sound of fire", "fireball sounds", "no percussion", "blasting sounds", "stringed instrument", "thundering sounds", "no other instruments"] 0 h542YbZuwkQ 4076
Gripen: The Smart Fighter This game music features an orchestra. A string section plays a melody which is in harmony with the horn section. A choir sings in the background. The percussion plays a simple beat. During this orchestral section, a voice over the radio can be heard giving instructions. The orchestral section comes to a pause and the sound of missiles being launched are played. It ends with the sound of blasts. This song can be used in a war game. 2015-06-05T10:36:11Z Saab When it comes to fighter development, at Saab we have our own philosophy. Using technology and a different way of thinking, we have redefined what a fighter aircraft can be. We call it Gripen. Speed, strength and intelligence are its key components. In this way, it is perfectly balanced. Discover more at http://www.saab.com/gripen ["Music", "Boom"] ["game music", "orchestra music", "string section", "horn section", "voice over radio", "blasting sounds", "missiles sound", "percussion", "choir sound"] 0 sxMYFYDNF_g 4989

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