home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "male vocalist", musiccaps_aspects contains "sruti" and musiccaps_names contains "Drum"

✎ 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
Malakkuda 2012 - Kacheri By Thrikkodithanam Sachithanandan / Aalayal Thara Venam A male vocalist sings this Classical song. The tempo is fast with animated ghatam, mridangam and tabla accompaniment and violin harmony. The vocals are classical notes and lyrics in a South Indian language. The song has three layers, the melody, percussion and drone. This song is a devotional Carnatic Classical song. 2013-03-11T04:02:09Z Poruvazhy Peruviruthy Malanada Temple Poruvazhy Peruviruthy Malanada - The one and only Duryodhana Temple in South India ["Tabla", "Drum", "Percussion"] ["male vocalist", "fast tempo", "carnatic music", "soloist", "classical music", "indian classical music", "south indian music", "south indian classical music", "ghatam", "mridangam", "violin accompaniment", "tabla", "raga", "sruti", "taal", "concert", "live performance", "melodic layer", "percussion layer", "drone layer", "minimalist music", "bhakti", "devotional"] 7 mx7kjFY7ALs 4505

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