home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "acoustic guitar" and "youtube_published" is on date 2015-03-08

✎ 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
Take My Hand (The Wedding Song) [Official Music Video] This is a pop music piece meant for a wedding. There is a male vocalist singing melodically. An acoustic guitar is gently playing arpeggios. The atmosphere of the piece is mellow. This piece could be played at weddings or in the background of wedding-related content. 2015-03-08T02:18:42Z Emily Hackett A compilation of wedding footage collected and edited to compliment the song "Take My Hand (The Wedding Song) [Feat. Will Anderson]" by Emily Hackett. Edited by Emily Hackett. Collected footage courtesy of: Please + Thank You Motion Pictures The Life Lens Needle + Thread Munn Brothers Film Film Anywhere Productions DTI Studios Unwritten Pictures Venn Collective Viken Productions MR Media Inc. and the many couples who helped make this complete. Video Edited by Emily Hackett (c) 2015 Written by Emily Hackett and Christian Luthi Produced by Mike Reaves and Christian Luthi Featuring Emily Hackett and Will Anderson of Parachute ["Music", "Wedding music"] ["pop", "wedding music", "male vocal", "melodic singing", "acoustic guitar", "gentle playing", "mellow", "tender", "emotional", "romantic"] 9 PeWXdkEUPbo 2553

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