home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "harsh", musiccaps_aspects contains "noisy" 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
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
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

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