musiccaps_details (view)
1 row where musiccaps_aspects contains "grand piano", musiccaps_names contains "Music" and musiccaps_names contains "Piano"
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 (BWV 565), performed by R. Härdtner & Jazz-Trio 2001 | This is a live performance of a classical music piece. There is a grand piano playing dramatically in minor keys. The piece has a grandiose and mysterious aura to it. This piece could be used in the soundtrack of a horror movie. It could also be used in a horror video game theme. | 2014-12-06T13:27:56Z | Roland Härdtner | This music is also on Roland Härdtner's CD "AIRevolution / Swinging Mallets play Bach" (track 03). For more information please visit: http://shop.roland-haerdtner.com/inde... If you're interested to see more from Roland Härdtner's musical activities (more than 200 concert videos in the near future), please subscribe to his new channel https://www.youtube.com/user/rolandha... and you will always be informed about the most recent clips. Enjoy it! | ["Electric piano", "Harpsichord", "Music", "Keyboard (musical)", "Piano", "Classical music"] | ["classical", "fugue", "minor key", "no singer", "grand piano", "mysterious", "grandiose", "dramatic", "live performance"] | 9 | xM4p5pmRAxM | 5323 |
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;