musiccaps_details (view)
1 row where musiccaps_aspects contains "harp", musiccaps_aspects contains "instructive speaking" and musiccaps_aspects contains "music documentary"
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 |
---|---|---|---|---|---|---|---|---|---|---|
1. The Thormahlen Harps Workshop: The Making of a Harp | This is an excerpt from a music documentary on harp making. A very brief harp performance can be heard in the beginning. There is a female voice that is speaking in an instructive manner about the extent of difference the wood material makes on the sound of the harp. | 2007-05-12T22:34:57Z | thor harp | Oregon Art Beat, from Oregon Public Broadcasting Television Station came to our home and shop October of 2005. They filmed 4 hours of what happens at Thormahlen Harps and condensed it into a 8 minute clip that aired June 1, 2006. We hope you enjoy learning about our harps from this video. For more information about our harps, visit http://www.thorharp.com | ["Harp", "Pizzicato"] | ["music documentary", "harp", "female voice", "instructive speaking"] | 9 | 9rgB0wKU1-g | 1047 |
Advanced export
JSON shape: default, array, newline-delimited
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;