home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "engine sounds", musiccaps_aspects contains "happy" and musiccaps_aspects contains "jingle"

✎ 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

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