home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_names contains "Toothbrush"

✎ 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
The Guiros Talk The low quality recording features a live performance of guitar percussion. It sounds shimmering and groovy. The recording is noisy and in mono. 2011-08-27T16:21:11Z EthosPercussion Ethos Percussion Group performing "The Guiros Talk" by Dafnis Prieto. This is the first movement of a two-movement work commissioned by Ethos. ["Toothbrush", "Music", "Musical instrument", "Percussion"] ["low quality", "noisy", "mono", "guiros percussions", "shimmering", "groovy", "live performance"] 4 6HQqly6duac 739
Music Toothbrush The song is music created by a toothbrush. The tempo is medium and sounds like a female singer singing in high pitch, motor whirring sounds and button clicks. The audio is poor quality in nature. 2009-03-13T14:03:47Z dixter   ["Toothbrush", "Music"] ["button clicks", "whirring sounds", "background music", "poor audio quality", "weird", "musical instruments", "quirky", "offbeat", "ambient room sounds", "poor audio quality", "female voice", "pop song", "tooth brush music", "weird", "offbeat", "vibration magic", "instrumental", "medium tempo"] 1 QYxFWV85-pg 2626
TOOTH TUNES Junior There is a kids music piece playing from a small speaker. It is a robotic voice singing about brushing teeth. At the same time, a kid brushing his teeth can be heard. A female voice talks to the kid telling him to keep on brushing. 2008-11-17T00:00:20Z CapMem TOOTH TUNES Junior ["Toothbrush", "Music", "Music for children", "Speech"] ["kids song", "robotic voice", "brushing teeth", "female voice"] 9 lFv1MJSSWNs 4386

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