home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "engine sounds"

✎ 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
Can You Name That Ice Cream Truck Song? This is the recording of an ice cream truck jingle. Engine sounds from the truck can be heard in the recording. It has an analog sounding high-pitch synth playing a cute melody in the major key. The atmosphere is happy and childlike. This piece could be used to lift samples from. It could also be added to the soundtrack of children's movies and TV shows. Another good use would be in the soundtrack of video games of the arcade genre. 2008-06-18T19:18:31Z EdwardCullenLover94 I have no idea what song this is do you ? No copyright intended, I simply wished to learn the name of the song. ["Ice cream truck, ice cream van", "Music"] ["ice cream truck", "engine sounds", "jingle", "analog sound", "high-pitch synth", "major key", "cute", "happy", "childlike", "sympathetic"] 9 HflVPAOVL7U 1825
RC Police Car Chase 70's style - #3 Showcase [Tamiya Police Camaro 1969] The song is an instrumental tune. The song is medium tempo with a steady drumming rhythm, groovy bass line, trumpets playing, brass band section and keyboard harmony. The song is exciting and energetic. The song is a tv show tune and has fun jazz roots. 2015-08-27T10:55:19Z RC Showdown Hello! :) In this Video I am going to show my Tamiya TT-01 Police camaro (1969) in an entertaining Police-car chase! If you want to see the chassis, the scale-parts for the body or the light-system, check out the video of my Police-Mustang: https://www.youtube.com/watch?v=fL91yvSrzmQ&t=1m59s (The parts are the same) Hope you like it :) Sounds: GTA 5 by Rockstar Games PLEASE NOTE: This is a NONCOMMERCIAL hobby production! If there are any copyright problems please write me a private message so I can delete the video! Thanks! ["Jingle (music)", "Music"] ["groovy rhythm", "funk jazz music", "engines revving", "groovy bass line", "high on adrenaline", "trumpets blaring loud", "engine sounds", "electric guitar rhythm", "trumpets b", "string", "brass band section", "groovy bas slime", "steady drumming rhythm", "medium tempo", "exciting", "great adventure", "mystery", "suspense", "cool and funky", "jazz music influences", "jazz rock music", "instrumental music", "tv show theme"] 1 ftaHv79hRoY 3987

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