musiccaps_details (view)
1 row where musiccaps_aspects contains "great composers", musiccaps_aspects contains "people dancing", musiccaps_aspects contains "positive" and musiccaps_aspects contains "soloist"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Rowland by William Byrd on virginal | The song is an instrumental. The tempo is medium with a harpsichord being played expertly with no other instrumentation. The song is melancholic and exciting. The song is western classical baroque piece that evokes a sense of grandeur. | 2012-03-01T07:57:04Z | My Years With Early Music | also know as Lord Willoughby's Welcome home, from the Fitzwilliam Virginal Book. http://en.wikipedia.org/wiki/Fitzwilliam_Virginal_Book edition by Dover: http://store.doverpublications.com/0486210693.html ernst stolz | ["Harpsichord", "Keyboard (musical)", "Piano"] | ["harpsichord", "instrumental player", "william byrd", "rowland", "grandeur", "great composers", "sight reading", "western classical music", "baroque music", "traditional stringed instrument", "royal music", "instrumental music", "soloist", "kings and queens", "medium tempo", "western classical music", "greta composers", "dance music", "people dancing", "nostalgia", "emotional", "entertaining", "positive", "cheerful comforting", "relaxing music", "the kings court"] | 1 | YOG_PPvTvW0 | 3284 |
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;