musiccaps_details (view)
1 row where musiccaps_aspects contains "lullaby", musiccaps_aspects contains "mysticalm" and musiccaps_names contains "Inside, large room or hall"
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 |
---|---|---|---|---|---|---|---|---|---|---|
First Look at the Goblins Inside Gringotts Bank | This lullaby features a fruity male vocal talking over a haunting bell melody. At the end of the loop, there is a sustained string swell. It sounds creepy, haunting, mystical and like a theme song for a movie. | 2014-05-08T14:12:39Z | Universal Orlando Resort | Who's excited to visit the vaults of Gringotts? Here's a first look at the goblins that will be featured in Harry Potter and the Escape from Gringotts -- the groundbreaking marquee attraction that will be opening this summer in The Wizarding World of Harry Potter -- Diagon Alley. Connect with Universal Orlando: SUBSCRIBE - http://bit.ly/1oqJLp4 LIKE - Facebook: http://on.fb.me/1g0nBcx FOLLOW - Twitter: http://bit.ly/1q6f38t FOLLOW - Instagram: http://bit.ly/1nct8ij | ["Music", "Vibraphone", "Inside, large room or hall"] | ["fruity male vocal", "creepy", "haunting bells melody", "sustained strings swell", "lullaby", "mysticalm"] | 4 | 1tz4xNRRR4M | 316 |
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;