home / musiccaps

musiccaps_details (view)

5 rows where musiccaps_aspects contains "harsh" and musiccaps_author = 8

✎ 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
La Monde (Len Faki) - Peak (Elephant Sequence EP B2) A trashy, lo-fi sounding experimental techno track with a steady tempo and shrill, metallic sounds. The mood is cold and distant. Everything sounds a little broken. 2010-05-20T18:34:55Z TomSawyer1973 La Monde (Len Faki) - Elephant Sequence EP B2 - Monoid 018 ["Electronic music", "Music", "Electronic dance music", "Sidetone"] ["shrill", "metallic", "steady tempo", "experimental", "electronic", "techno", "harsh", "lo-fi", "trashy", "distorted", "cold", "broken", "distant"] 8 5hyRWertUbI 683
Frontside - Nowy Utwór (by longas) Harsh amateur recording of hardcore aggressive speed metal. The recording is blown out and distorted. Male scream vocals can be heard as well as loud drums and distorted guitar. 2008-04-05T19:02:55Z 1ongas Coffins, Madvision, Fateborn, Frontside - 04.04.2008 - Lublin - Graffiti ["Music", "Rock music", "Pulse"] ["harsh", "agressive", "blown out", "distorted", "amateur recording", "speed metal", "hardcore", "male scream vocals", "loud drums", "distorted guitar"] 8 8pit9UV69S8 951
Pokemon Blue - Glitchy stuff Music and random sounds from an old 8 bit video game. A children's melody interspersed with harsh, digitally distorted sounds. Experimental and dissonant to the point of being chaotic. 2006-11-18T05:07:25Z Krauser912 I crossed "illegally" to Route 12 causing the sprites to be messed up. Then I used cheat codes to catch "h poke", which causes a very unusual glitch. ["Music", "Cacophony"] ["8 bit", "video game sounds", "digital distortion", "experimental", "children's melody", "random sounds", "dissonant", "harsh", "chaotic"] 8 MkPhe7TLLZ0 2293
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 758.199ms · About: simonw/musiccaps-datasette