musiccaps_details (view)
1 row where musiccaps_aspects contains "lilting", musiccaps_aspects contains "meditative" and musiccaps_aspects contains "traditional music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ukiyo-e woodblock printmaking with Keizaburo Matsuzaki | This music is a soothing Chinese lute instrumental. The tempo is slow with a soft melody of the Pipa. It is melodic, zen, meditative, reflective, ponderous and calming. | 2011-03-09T02:49:45Z | Art Gallery of NSW | Master printer Keizaburo Matsuzaki visited the Art Gallery of New South Wales in March 2010 in conjunction with the exhibition 'Hymn to beauty: the art of Utamaro'. He brought the woodblocks to create a print of 'Takashima Ohisa, the teahouse waitress', designed by Kitagawa Utamaro (1754-1806) in the 1790s. Matsuzaki hails from Arakawa-ku in Tokyo and has been a printer since he was fifteen years old. Gallery visitors were amazed to witness Matsuzaki's deft touch as he applied seventeen colours with perfect alignment. Each colour was rubbed with the printer's most precious tool, the baren. The final touch was a dusting of mica. | ["Music", "Mandolin", "Plucked string instrument"] | ["instrumental", "slow tempo", "soft", "mellow", "traditional music", "traditional chinese instrument", "folk music", "lead music", "asian music", "asian instruments", "elegant", "charming", "delicate music", "simple", "lilting", "ponderous", "pensive", "chinese string instrument", "pipa", "chinese lute", "four stringed guitar", "calming", "zen", "meditative", "soothing", "vibrations"] | 7 | t8uF3PZ3KGQ | 5011 |
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;