home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "chanting", musiccaps_aspects contains "medium fast tempo" and musiccaps_author = 7

✎ 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
Lao Traditional Music 2013 4 (ຂັບທຸ້ມຫຼວງພະບາງ) A female vocalist sings this loud chant like folk song in a foreign language. The tempo is medium fast with vocal backup, rhythmic small hand cymbals and xylophone like instruments. The audio quality is inferior so the music is incoherent. This song is a live performance or concert with ambient sounds. The song is loud, lilting, chant-like, meditative, droning, hynoptic, melodious and classical. This song is a Classical Laos Folk song. 2013-04-27T04:36:46Z vkone kone ຂັບທຸ້ມຫຼວງພະບາງສະບັບເກົ່າ ນຳສະແດງໂດຍຄະນະສິນລະປະວັນນະຄະດີເຮືອນວັດທະນທຳພວງຈຳປາ ເນຶ່່່ອງໃນໂອກາດໄປສະແດງທີ່ປະເທດຝຮັ່ງ. ["Folk music", "Music", "Musical instrument", "Rattle (instrument)", "Percussion"] ["female singer", "medium fast tempo", "lilting", "chant like", "droning", "hynoptic", "folk song", "classical song", "laos classical song", "laos folk song", "melodic", "extemporaneous", "incoherent music", "live performance", "ambient auditorium sounds", "people talking", "clapping", "amateur recording", "lao folk music", "vocal backup", "small hand cymbals", "xylophone like instrument", "classical music", "laotian classical music", "chanting", "meditative", "soothing"] 7 8MbxazeMw2E 917
Pendulum Choir This music is instrumental. The tempo is medium fast with an incessant droning of the didgeridoo, sound of a timer ticking and male vocals like a chant. The music is eerie, creepy, spooky, sinister, scary, hypnotic, trance like and fear inducing with resounding effect. 2011-10-02T15:46:31Z codactdecosterd Concert/performance - Cod.Act 2011 - www.codact.ch ["Music", "Choir"] ["instrumental", "vocalisation", "medium fast tempo", "pendulum choir", "resonating", "resounding", "timer ticking", "didgeridoo harmony", "male vocalisation", "resounding voices", "timer clicking", "intense", "grim", "sinister", "chanting", "psychedelic", "hypnotic", "eerie", "haunting", "trance", "trippy"] 7 vsXs3GUrw64 5215

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