home / musiccaps

musiccaps_details (view)

1 row where search matches "ballad", musiccaps_aspects contains "noisy" and musiccaps_names contains "Country"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date)

musiccaps_aspects (array) 9 ✖

  • arpeggiated acoustic guitar melody 1
  • ballad 1
  • cover 1
  • emotional 1
  • low quality 1
  • mono 1
  • noisy · 1 ✖
  • passionate 1
  • passionate male vocal 1

musiccaps_names (array) 5 ✖

  • Acoustic guitar 1
  • Country · 1 ✖
  • Music 1
  • Steel guitar, slide guitar 1
  • Strum 1

musiccaps_author 1 ✖

  • 4 1
video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Tìm lại bầu trời - hướng dẫn guitarist CHop Bi (phần 2 - chơi mẫu) The low quality song features a cover of a ballad song and it consists of arpeggiated acoustic guitar melody and passionate male vocal singing over it. The recording is very noisy and in mono, like it was recorded with a phone, but regardless it sounds emotional and passionate. 2012-03-10T11:35:16Z thachsungabc Lớp guitar - CLB nghệ thuật trẻ Hà Nội - link: http://enbac.com/Ha-Noi/Tong-hop/p1174061/Lop-guitar-CLB-nghe-thuat-tre-chieu-sinh-Thong-bao-chuong-trinh-tang-dan-guitar-cho-hoc-vien-moi.html ["Country", "Acoustic guitar", "Music", "Steel guitar, slide guitar", "Strum"] ["low quality", "arpeggiated acoustic guitar melody", "noisy", "passionate male vocal", "cover", "ballad", "passionate", "emotional", "mono"] 4 cOgNXgF21u4 3702

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