musiccaps_details (view)
1 row where musiccaps_aspects contains "eerie", musiccaps_aspects contains "string orchestra" and musiccaps_names contains "String section"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Gwendolyn Masin plays Bartók 1st Violin Concerto; Budapest Symphony Orchestra MÁV, Teddy Abrams | The song is an instrumental. The tempo is medium with a string section accompanying the first violin playing a melancholic melody. The song is emotional and melancholic. The song is a classic western classical music piece. | 2015-11-09T00:08:13Z | Gwendolyn Masin | Palace of Arts, Bartók Béla National Concert Hall | Budapest, Hungary | Live Film courtesy of Művészetek Palotája Follow Gwendolyn on: Website - https://gwendolynmasin.com/ Facebook - https://www.facebook.com/gwendolynmasin Twitter - https://twitter.com/GwendolynMasin Spotify - https://open.spotify.com/artist/2f2StZG0SU8ud43p3bAUYQ?si=T-Y0nYeCRImUrQSn3CBACw Email - https://gwendolynmasin.com/news/newsletter Store - https://gwendolynmasin.com/shop | ["String section", "Orchestra"] | ["first violin solo", "string section", "opera hall", "great composers", "beautiful music", "legendary violinists", "tense", "eerie", "philharmonic orchestra", "conductor", "cellos", "violas", "violins", "lead melody", "instrumental music", "string orchestra", "western classical music", "vibrato", "violin virtuoso", "greta composers", "melancholic music", "romantic", "emotional", "heartfelt", "the good life", "passionate"] | 1 | q6GBCmLxNIk | 4752 |
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;