musiccaps_details (view)
1 row where musiccaps_aspects contains "male and female players", musiccaps_aspects contains "sound effects" and musiccaps_names contains "Glass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sugar Plum Fairy by Tchaikovsky - GlassDuo LIVE (glass harp) | The song is an instrumental. The tempo is medium with the glass harp being played percussively by two glass harpists with no other instrumentation . The song is mysterious and ethereal in nature. | 2011-02-18T09:48:59Z | GlassDuo - Glass Harp | GlassDuo at the "Festival di Santo Stefano" in Bologna, Italy. GlassDuo have created an exceptional musical instrument from a set of custom made wine glasses. The result is the biggest professional #GlassHarp in the world. This beautiful #ChristmasMusic from the "GLASSIFIED" album is available here: http://shop.glassduo.com Some links about GlassDuo and the #MusicalGlasses: http://GlassDuo.com - official website http://GlassHarp.eu - order your own glass harp http://shop.glassduo.com - buy CD and MP3 https://www.facebook.com/GlassHarp.GlassDuo - Facebook profile https://www.instagram.com/glassharpduo - Instagram profile Donation via PayPal: https://www.paypal.com/donate/?hosted_button_id=NXNGF7WPNT3LL | ["Glass", "Music", "Musical instrument"] | ["glass harp harmony", "male and female players", "ethereal tones", "glass harpist", "master class", "live performance", "wine cellar", "serious", "instrumental music", "mesmerising", "ethereal sounds", "bell tones", "serious", "eerie", "wonder", "suspense", "medium tempo", "vibrato", "classical music", "sound effects", "journey in to the unknown", "exquisite technique", "instrumental music", "passionate"] | 1 | QdoTdG_VNV4 | 2631 |
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;