home / musiccaps

musiccaps_details (view)

5 rows where musiccaps_aspects contains "harsh" and musiccaps_names contains "Wind instrument, woodwind instrument"

✎ 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
Bagpiper Angus McColl 1 Harsh, grating sound of a solo bagpipe with audience sounds in the background. 2006-12-30T21:44:45Z 3DPiper An amazing performance by Gold Medal/World Champion level piper Angus McColl at the Red River Workshop in Shreveport, LA, 2005 1 of 2 Full Playlist: http://www.youtube.com/view_play_list?p=CC4EC1A82C4245A2 ["Bagpipes", "Wind instrument, woodwind instrument"] ["solo bagpipe", "drone", "audience sounds", "harsh", "grating"] 8 3TP1itJqv-E 470
cuate y su clarinete The low quality recording features a clarinet melody. It sounds harsh, loud and the recording is noisy and in mono. 2008-01-03T20:20:53Z videosplacosos video de un morro tocando el clarinete"el sinaloense,arriba pichataro,el sauce y la palma y la yaquesita ["Clarinet", "Wind instrument, woodwind instrument"] ["low quality", "noisy", "mono", "harsh", "loud", "clarinet melody"] 4 YFhbrSUb0JQ 3271
MOHANLAL-the dancing phenomenon... The low quality recording features a traditional song played in the beginning, after which there is a loud horn sound and wooden impact. It sounds weird, harsh and repetitive. 2011-01-15T01:15:14Z vinurom "Any dancer may dance like him...but no actor can... Any actor may act like him....but no dancer can....".....That is Mohanlal...the dancing phenomenon.. ["Wind instrument, woodwind instrument", "Shofar"] ["low quality", "wooden impact", "loud horn sound", "traditional song", "weird", "repetitive", "harsh"] 4 aBEiuYSSEH0 3516
tocando el shofar The low quality recording features a shofar tone played so loudly that the recording is distorted and harsh, aside from being already noisy itself. It is also in mono, as it was probably recorded with a phone. 2010-03-08T23:14:09Z shofares la gloria de DIOS estos son shofares economicospara un hermano q yo conosco q esta en yutha ["Wind instrument, woodwind instrument", "Shofar"] ["low quality", "shofar tone", "loud", "distorted", "harsh", "noisy", "mono"] 4 fWu8vVSSkNQ 3953
hokey cokey bagpipes and drums harsh sounding drumline music with a screechy bagpipe, active bass drum, marching snare drum. The sound is loud and grating. 2009-10-14T18:18:18Z Carrie Finn 3 guys playing the hokey cokey at my cousins wedding in Sept 09 in Scotland. These guys were brilliant! ["Bagpipes", "Wind instrument, woodwind instrument"] ["bagpipe", "active bass drum", "snare drum", "drumline", "loud", "harsh", "grating"] 8 uUoEB3DBSjo 5119

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