home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_author = 2 and musiccaps_names contains "Rattle (instrument)"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Chiquito cantando flamenco (Versión larga) The music features a female voice singing a melody. An acoustic guitar accompanies the singer with strummed chords in a fast tempo. In the background one can hear castanets playing fast. The lower quality of the recording leads me to believe this is an older recording. 2008-12-31T15:35:03Z hinigo hin Don Gregorio se pone serio ["Flamenco", "Music", "Rattle (instrument)"] ["female voice", "castanets", "acoustic guitar", "old recording", "fast tempo"] 2 LWHUat2fo9w 2194
Shake, rattle an roll The rock and roll music features a male voice singing a melody and at times singing in unison with a male backing voice. The band that accompanies the singer consists of a drum kit playing a light and simple rhythm, a bass guitar that plays in the style of walking bass, and a section of saxophones. On top of this recording one can hear a rattle that sounds close to a baby shaker toy. The recording quality is not that good, which leads me to believe it's an amateur phone recording of a speaker playing the song. 2012-07-29T15:34:40Z Yvonne Bradt Sesame street babies ["Music", "Rattle (instrument)"] ["male voice", "male backing vocal", "saxophones", "bass guitar", "drums", "amateur recording", "baby shaker toy", "rock and roll genre"] 2 Xxe6vTEwFvs 3240
Tigger Fisher Price Magic Rattle The children's music sounds as if it's being played from a child's toy and recorded with a phone. The music starts playing after a rattling noise is being made and stops after a while to be activated again by the rattling sound. 2007-07-31T00:59:47Z Joig 28 Cuando el bebé agita el sonajero mágico, ¡Baby Pooh baila y el nuevo Baby Tigger rebota! Cuando el bebé se detiene, Pooh y Tigger se detienen, también. ¡Cada uno de estos suaves muñecos acariciables dice frases divertidas y toca múltiples melodías! Requiere 3 pilas "AA". ["Music", "Rattle (instrument)", "Rattle", "Inside, small room"] ["children music", "children toy", "rattling noise"] 2 xyAbP5XfGz8 5370

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