musiccaps_details (view)
1 row where musiccaps_aspects contains "cinematic", musiccaps_aspects contains "drones" and musiccaps_author = 6
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 |
---|---|---|---|---|---|---|---|---|---|---|
The 1920's Socialite Who Became A Recluse - Gladys Deacon | This audio contains a scary song that may belong in a horror movie. There is a tuned wind sound, synth pads and drones creating an uncomfortable atmosphere. On top of that a synth pluck sound is playing a dissonant melody and a piano is playing one single note in the mid range. | 2015-11-20T12:20:27Z | ObsoleteOddity | 2017 Narrated version of this video - please click here: https://www.youtube.com/watch?v=ly6nJmkNIrM Oddie's Historical Feature - Episode 1 SUBSCRIBE & BECOME A FOLLOWER OF ODDNESS: http://www.youtube.com/subscription_center?add_user=ObsoleteOddity Follow ObsoleteOddity: https://www.facebook.com/ObsoleteOddity Gladys Deacon - The Duchess of Marlborough 1881–1977 The story of a wealthy socialite who married the Duke of Marlborough, lived in fabulous Blenheim Palace; but through the tragedy of an early form of plastic surgery gone wrong....ended up a recluse and was eventually taken away & confined for the rest of her life. But there's more to Gladys than the folly of her beauty treatment - she really was a woman ahead of her time, and a rebel with an outstanding wit & intelligence. Credit: Many thanks to Ecclesiastical Historian John Vigar, for the photo of the gravestone from Gladys Deacon. Follow ObsoleteOddity: https://www.facebook.com/ObsoleteOddity Check out Oddie's Historical Feature playlist here: https://www.youtube.com/playlist?list=PLPxoLlKgqJICoYyxvON4BQDtEOMf1SFFG Music: Creepy Piano Loop - by JM Scherf Music | ["Music", "Scary music", "Inside, small room"] | ["cinematic", "horror", "synth pads", "drones", "voice whispering", "piano", "wind", "scary", "slow tempo"] | 6 | YEwikeeqF38 | 3269 |
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;