home / musiccaps

musiccaps_details (view)

1 row where search matches "ballad", musiccaps_aspects contains "low quality" and musiccaps_names contains "Wedding music"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date)

musiccaps_aspects (array) 8 ✖

  • ballad 1
  • emotional 1
  • groovy mellow piano melody 1
  • heartfelt 1
  • low quality · 1 ✖
  • passionate female vocal 1
  • shimmering shakers 1
  • tambourine 1

musiccaps_names (array) 2 ✖

  • Music 1
  • Wedding music · 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
10 best couples wedding song 2013 The low quality recording features a ballad song sung by passionate female vocalists over groovy, mellow piano chords and shimmering shakers and tambourine. It sounds emotional and heartfelt - like something you would sing to your partner, out of love. 2013-06-12T08:20:23Z Mercedes Schmekel Beautiful wedding slideshow. Mercedes & Tim Wedding images by R.I.P Teresa Newcomb. Mercedes best friend who passed away one week after receiving her wedding pictures. A nice tribute to love! Thanks for watching!www.getdigitalmedia.com ["Music", "Wedding music"] ["ballad", "emotional", "heartfelt", "groovy mellow piano melody", "shimmering shakers", "tambourine", "passionate female vocal", "low quality"] 4 iEMTTKA7NxU 4170

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