musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic", musiccaps_aspects contains "christmas euphoria" 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 |
---|---|---|---|---|---|---|---|---|---|---|
J. S. Bach - Toccata and Fugue in D minor on the glass harp (музыкальные бокалы) | The low quality recording features a sizzling glassy melody arpeggiated in high pitch register. Sounds mystical and it gives off some euphoric Christmas feelings. There are also some tapping noises, mostly in the left channel of the stereo image. | 2011-02-16T17:16:34Z | GlassDuo - Glass Harp | Johann Sebastian Bach - Toccata and Fugue in D minor played on the glass harp by 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 track is on the album "GLASSIFIED" 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"] | ["low quality", "sizzling glassy melody", "noisy", "high pitch", "arpeggio", "acoustic", "mystical", "nostalgic", "christmas euphoria", "tapping noises"] | 4 | gDm4IphrlYg | 4015 |
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;