home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "advanced technology", musiccaps_names contains "Music" and musiccaps_names contains "Vibraphone"

✎ 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
玻璃構成的一天 2:同一天。更寬廣的康寧願景 The song is an instrumental. The song is medium tempo with a steady drumming rhythm, cymbals crashing, piano accompaniment and a xylophone playing a cool melody. The song is emotional and passionate. The song is an ad jingle for a technology solutions company. 2012-02-03T20:46:14Z Corning Incorporated 2012 年 觀賞並分享:「玻璃構成的一天 2」 康寧對未來玻璃技術更寬廣的願景。本片將繼續原來的故事,如何以高工藝的玻璃,結合科技,幫助我們改變世界。 "康寧" "康寧影片" "玻璃構成的一天" "未來" "玻璃的未來" "玻璃" "Gorilla Glass" "技術" "科技" "世界級的玻璃製造" "願景" "創新" "觸控" "觸控螢幕" "顯示" "遠端" "醫療" "抗微生物" "太陽能玻璃" "電致變色" "3D" "線上學習" "康寧玻璃" ["Music", "Vibraphone"] ["ad jingle", "medium tempo", "instrumental music", "cymbal crash", "piano accompaniment", "xylophone plays melody", "steady drumming rhythm", "piano plays percussively", "subtle bass line", "pop instrumental", "innovation", "emotional", "passion spirit", "work ethics", "creating solutions", "tech solutions", "advanced technology", "smart minds"] 1 qni67aUJbw4 4820

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