home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "blasting sounds" 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
Getbackers Episode 1 Part 1 english This audio clip features a recording from a movie sequence. There are sounds of bombs blasting. There is the sound of a machine gun firing. The sound of a man grunting as if he is escaping from the firing gun. In the background, there is the sound of a bass playing one note in a repetitive sequence. A simple percussion plays in the background and a wind instrument plays a note. 2009-11-09T16:30:54Z stagax http://www.angelfire.com/falcon/fighterplanes/misc/getbackers-animax-dub-download-links.html Watch ALL EPISODES of Get backers in the above link. __________ Get Backers Animax Dub FAQ. Getbackers FAQ and Download links for all episodes, Go here- http://www.angelfire.com/falcon/fighterplanes/misc/getbackers-animax-dub-download-links.html __________ Subbed, Dubbed, Animax Dub Channel, Veoh, Youtube, Torrent, Website, RMVB, Manga, Games.. all types of Getbackers download links can be found here: http://www.angelfire.com/falcon/fighterplanes/misc/getbackers-animax-dub-download-links.html getbackers episode 1 get backers episode 1 GetBackers Episode 1 Get Backers Episode 1 getbackers 1 get backers 1 GetBackers 1 Get Backers 1 ["Music", "Eruption"] ["audio recording from movie", "blasting sounds", "machine gun sounds", "grunting sounds", "bass sound", "simple percussion"] 0 FYwDTJtEzhk 1650
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 840.552ms · About: simonw/musiccaps-datasette