musiccaps_details (view)
1 row where musiccaps_aspects contains "italian", musiccaps_aspects contains "piano" and musiccaps_names contains "Harp"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Napoli City Naples Italia, Gulf Campania Italy, Mediterranean European Travel by BK Bazhe | This is an instrumental classical music piece with clear Italian influences. There is a piano playing a gentle melody and a mandolin being strummed rapidly but with low velocity. The atmosphere is relaxing. This piece can be used during the scenery shots of a romance movie taking place in a Mediterranean country. | 2008-07-01T02:29:37Z | BK Bazhe | Amazon Books Art Multimedia by BK Bazhe: https://www.amazon.com/B.-K.-Bazhe/e/B007RP0ZJM/ More Info at: http://www.BAZHE.com Napoli is densely populated, and rotates around the spectacular gulf, that fascinates and attracts visitors from all over the world, to the city of Naples itself (the Italian proverb says "Vedi Napoli e poi muori" = see Naples then die), the home of pizza, songs, and the Neapolitan dialect and character, and to the other wonderful destinations of the Gulf. B.K. BAZHE is a writer, poet, and artist. He is the author of DAMAGES (creative nonfiction)—Winner in the Writers Digest Awards IDENTITIES (poetry), and COLORS (art book). He is published and exhibited in Europe and America. Books Art Multimedia by BK Bazhe: https://www.amazon.com/B.-K.-Bazhe/e/B007RP0ZJM/ http://www.amazon.com/Damages-B-K-Bazhe/dp/B007WVO3NA/ https://www.amazon.com/Identities-B-K-Bazhe/dp/B079W6648D/ https://www.amazon.com/Colors-B-K-Bazhe/dp/B081HXD7YP/ More info at: B.K. Bazhe Website: http://www.bazhe.com Amazon Books & Art by B.K.Bazhe: https://www.amazon.com/B.-K.-Bazhe/e/B007RP0ZJM/ YouTube Videos by B.K. Bazhe: http://www.youtube.com/BKBazhe Google Blog by B.K. Bazhe: http://bazhe.blogspot.com | ["Harp", "Pizzicato"] | ["classical music", "italian", "instrumental", "piano", "mandolin", "gentle", "calming", "relaxing"] | 9 | CqtknE729Lw | 1406 |
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;