home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Grunt"

✎ 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
prot-en boer kerstlied! This track features a cacophony of burping and farting sounds which are used in an instrumental manner to make up a Christmas jingle. There's a bell in the background and the sound of sleds and wings flapping. 2007-09-01T20:07:22Z sletjus scheet prot boer en nog eens PROOOOOOOOT! ["Music", "Grunt"] ["burping sounds", "farting sounds", "christmas jingle", "wings flapping", "bells ringing"] 3 IOzWDVGWRng 1903
KILLER CLOWNS ATTACK! | GNT's Journey | Flips & Kicks This is the background music for a fighting video. There is a faint track in the background. The use of strings and an electronic drum beat can be heard in this track. There are numerous sound effects such as an ominous laughing track, jumping and fighting sounds. The track can be used to lift samples from to use on a soundboard. 2015-10-26T19:01:44Z Ginger Ninja Trickster A short film made for Halloween! I hope you like it :) Please Like, Share, Comment and Subscribe! Thank you :) Official Website- http://www.GingerNinjaTrickster.com/ Instagram- http://instagram.com/GingerNinjaTrickster Facebook Page- https://www.facebook.com/GingerNinjaTrickster IMDB- https://www.imdb.com/name/nm5757435/ FOR BOOKINGS EMAIL- GingerNinjaTrickster@Outlook.com 🥊Use Code 'GNT100' for 10% OFF at https://www.century-europe.eu or https://www.centurymartialarts.com Marcus's Journey- WARNING EXPLICIT CONTENT https://youtu.be/oiihz_jfiPA Cast Aaron Gassor AKA: Ginger ninja Trickster Marcus Shakesheff https://www.youtube.com/channel/UCUDNfk5hudjqoKUWRBl5wfA Main Clown – Marcus Shakesheff / Aaron Gassor Stunt Clowns Chris Waite Ian Campbell Neil Chapelhow https://www.youtube.com/channel/UCp9JcnjldhMYZLoNoFJRmBg Cinematographer Keith Domingo Camera assistant Andrei Herea Sound Recordist Kristian Domingo Produced By Beat’em Up Films https://www.facebook.com/BEATEMUPFILMS What is the song? Read the Signs & Crazy Clown Beat by Jeda Parin #Halloween #MartialArts #GingerNinjaTrickster ["Music", "Grunt", "Inside, small room"] ["sound effects", "strings", "electronic drums", "ominous laughing", "jumping", "fighting", "cheap sounding"] 9 Zon9WGTwAME 3418

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