musiccaps_details (view)
1 row where musiccaps_aspects contains "movie music", musiccaps_aspects contains "tarantella" 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 |
---|---|---|---|---|---|---|---|---|---|---|
BOTTESINI, Tarantella | Božo Paradžik & Budapesti Vonósok | This is a live performance classical music piece played by a chamber orchestra. It is in the style of a tarantella, which is a genre of Italian folk music. The strings section is playing the melody with a cello as the lead. The atmosphere is lively and elegant. It could be used in the soundtrack of a movie especially during a scene involving a pursuit, a face-off or a duel. | 2015-07-30T22:18:34Z | bozoparadzikcom | Haydn Festival in Fertöd (H), LIVE 24th July 2015 (encore piece) Eszterházy Castle, Marionett Theater Giovanni Bottesini (1821-1889), Tarantella orchestrated and edited by Božo Paradžik Božo Paradžik, soloist Budapest Strings Chamber Orchestra / artistic leader: János Pilz (concertmaster) Dear visitors, please mind that I don't use Google+ with this account, so I am since 2014 not able to answer any comments or posts here anymore. I don't want to upgrade my channel to G+. End of July 2015 Google has announced to remove the enforcing of using G+ for YouTube users, but so far without any effect. | ["Cello", "Double bass", "String section", "Bowed string instrument"] | ["classical", "tarantella", "chamber orchestra", "live performance", "strings section", "cello", "lively", "vibrant", "elegant", "movie music"] | 9 | w0A-4EbkVz8 | 5228 |
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;