musiccaps_details (view)
1 row where musiccaps_aspects contains "reverberant", musiccaps_aspects contains "sustained strings melody" and musiccaps_names contains "Cello"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Marin Marais: Chaconne in A Major (Book 5); Elisabeth Reed, viola da gamba | The low quality recording features a live performance of a classical song and it consists of harpsichord and sustained strings melodies. The recording is a bit noisy and quite reverberant, as it was recorded in a medium size concert hall. It sounds easygoing, passionate and emotional. | 2015-02-24T02:45:02Z | Voices of Music | The Chaconne in A Major from Marin Marais' fifth book (Pièces de Viole, Cinquième Livre, Paris, 1725). Performed on the viola da gamba by Elisabeth Reed, with Cassandra Luckhardt, viola da gamba, and Katherine Heater, harpsichord. In the first half of the 18th century, the French viol players dazzled audiences with their varied and beautifully crafted compositions as well as their technical abilities. Marais' chaconne shows the work of a mature composer; he balances the motivic elements perfectly with the registration of the instruments. HD Video from Voices of Music. | ["Cello", "Music", "Musical instrument", "Wedding music", "Classical music"] | ["low quality", "classical", "live performance", "harpsichord melody", "sustained strings melody", "emotional", "passionate", "reverberant", "noisy", "easygoing"] | 4 | HJuR9WJ1iRY | 1790 |
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;