musiccaps_details (view)
1 row where musiccaps_aspects contains "enchanting", musiccaps_aspects contains "enthusiastic harpsichord" and musiccaps_aspects contains "instrumental"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Jean-Philippe Rameau, La Poule | This music is instrumental . The tempo is fast with a vibrant and vivacious Harpsichord solo of the famous composition of the French composer Jean-Philippe Rameau. The music is complex, lively, spirited, enchanting, playful , engaging and a masterpiece. | 2013-02-25T16:34:57Z | Hank Knox | Jean-Philippe Rameau, La Poule, performed by Hank Knox. Enregisté le 20 novembre 2012 au / Recorded November 20, 2012, at the Chateau Dufresne, Montréal, QC. Clavecin après Dulcken, fait par Richard Kingston, 1982 / Harpsichord by Richard Kingston, after Dulcken, 1982 Remerciements / Thanks to : Le Musée du Château Dufresne, Montréal, QC Eoin O'Cathain Jean-Philippe Rameau (1683-1764) - La Poule (Nouvelles Suites de pièces de clavecin, Paris, 1728) Producteur délégué / Delegate producer Barbara Scales, Latitude 45 Arts http://www.latitude45arts.com Un film par / film by: Randy Cole | ["Harpsichord", "Keyboard (musical)"] | ["instrumental", "fast tempo", "enthusiastic harpsichord", "complex", "masterpiece", "lively", "spirited", "enchanting", "playful", "french composer", "french composition", "harpsichord", "french composition", "western classical", "classical music"] | 7 | 8yiJOImd6k0 | 962 |
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;