home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "karaoke" and musiccaps_author = 4

✎ 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
Geminoid F singing a Japanese song @ Robots in motion @ Cityplaza, Hong Kong 2012.4.1 The low quality recording features a, what it seems like, karaoke cover of a muffled pop song that consists of some guitar melodies and rock-ish drums, over which an emotional female vocal is singing. There are some laughing and chattering crowd sound effects in the background too. It sounds fun and emotional, but also noisy and kind of chaotic. 2012-04-01T15:16:35Z Amanda Lam 太古城中心全互動機械人大博覽 2012.4.1 Robots in motion @ Cityplaza, Hong Kong 2012.4.1 ["Music", "/t/dd00004"] ["low quality", "muffled pop song", "noisy", "laughing", "people chattering", "live performance", "karaoke", "emotional", "fun", "rock-ish drums", "guitar melodies", "emotional female vocal", "chaotic"] 4 16TsDMjHzYU 238
Glee - Saving All My Love For You (Acapella) The low quality recording features a mixed harmonized vocals singing over quiet instrumental playing in the background. It is noisy and in mono, as it sounds heartfelt and emotional. It seems like it is a recording of a karaoke session, considering the volume balance between the vocals and instrumental. 2012-05-10T04:52:49Z Niampatani Glee - Saving All My Love For You Credit to FGBR ["Funk", "Music", "A capella"] ["low quality", "mixed harmonized vocals", "quiet instrumental", "noisy", "mono", "heartfelt", "emotional", "karaoke"] 4 A4vwbziwPm8 1066

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