musiccaps_details (view)
1 row where musiccaps_aspects contains "exquisite", musiccaps_aspects contains "trombone solo" and musiccaps_names contains "Trombone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Carnegie Hall Trombone Master Class: Wagner's Ride of the Valkyries | This music is instrumental. The tempo is slow with a dominant Trombone lead. The music is loud, powerful, emphatic , clear and rich. This music is a Western Classical Trombone instrumental. | 2013-02-23T00:17:31Z | Carnegie Hall | Berlin Philharmonic principal trombone player Thomas Leyendecker coaches Carson King-Fournier on Wagner's Ride of the Valkyries. http://carnegiehall.org/workshops Select members of the Berlin Philharmonic woodwind and brass sections led two days of master classes focusing on orchestral repertoire and audition preparation. Participating young artists attended panel discussions with the master class leaders and heard the Berlin Philharmonic in performance, led by Sir Simon Rattle, at Carnegie Hall. Trombone Master Class Participants: Carson King-Fournier Amanda Logue Christine Mounger Berlin Philharmonic Master Class playlist: http://www.youtube.com/playlist?list=PL6on-dqI0231Xk4-XW29ayYy723nQqvq4 Weill Music Institute playlist: http://www.youtube.com/playlist?list=PL8EAC02041AEBD782 Masterclasses playlist: http://www.youtube.com/playlist?list=PL6FD5F3A6181536B8 | ["Brass instrument", "Trombone"] | ["instrumental", "slow tempo", "trumpet", "brass instrument", "loud", "dominant", "emphatic", "clear", "rich", "exquisite", "concert", "orchestra", "classical", "western classical", "trombone", "wind instrument", "aerophone", "powerful", "strong", "minimalist", "trombone solo"] | 7 | NRWlHRvaDcQ | 2337 |
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;