home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "piano accompaniment" and musiccaps_names contains "Lullaby"

✎ 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
Yohanna - A lullaby in Icelandic (Beat for Beat) - Jóhanna Guðrún A female vocalist sings this melodic song in Icelandic. The tempo is slow with vocal emphasis and a soft and romantic piano accompaniment. The song is a mellow, soothing, peaceful, soothing, ethereal, mesmerising and captivating Icelandic lullaby. 2012-11-25T14:05:24Z Videos by Yohanna.de Yohanna sings a lullaby in Icelandic. Very short but very enchanting clip ... ♥️ Piano: Trond Nagell Dahl Part of the TV show "Beat for beat" - November 23, 2012 More infos about Iceland's Most Beautiful Voice (in German): https://www.Yohanna.de ["Music", "Lullaby"] ["female vocalist", "slow tempo", "soft", "euphonious", "mellifluous", "piano accompaniment", "emphatic vocals", "icelandic song", "icelandic lullaby", "minimalist music", "romantic piano", "ethereal", "mesmerising", "captivating", "engaging", "peaceful", "soulful", "soothing"] 7 Y5RVYmf3uWc 3253

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