home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "chimes", musiccaps_aspects contains "tambourine" and musiccaps_names contains "Carnatic music"

✎ 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
Vathapi Fusion A flute is playing a loud melody in the higher register while someone is playing a rhythm on a tabla. Percussive tambourinelike instruments serve as percussive addition along with some single bell or chime hits. This is an amateur recording and it sounds like it was recorded in a big room due to a lot of reverb. This song may be played at a live concert with people sitting in chairs being comfortable. 2010-07-20T06:55:36Z Sai Narasimhan Sai Narasimhan playing Vathapi Ganapathim on Flute with Keyboard, Tabla, Drums & Rythym Pad for a Wedding Reception Concert - Fusion ["Carnatic music", "Music"] ["indian/traditional", "flute", "tambourine", "bells", "chimes", "tabla", "amateur recording", "medium tempo"] 6 z_aUtjxgCNk 5493

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