musiccaps_details (view)
1 row where musiccaps_aspects contains "epic", musiccaps_aspects contains "intense brass section" and musiccaps_aspects contains "powerful"
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 |
---|---|---|---|---|---|---|---|---|---|---|
26. Summit Siege - Frozen (OST) | The classical music features an intense brass section, followed by energetic drums, repetitive suspenseful woodwinds and wide strings melody. It sounds cinematic, epic, powerful, intense and suspenseful - like a background music for a very dynamic scene in a movie. | 2013-12-03T17:31:06Z | Rose Red | Frozen (Original Motion Picture Soundtrack) 26. Summit Siege Soundtrack playlist available @ http://www.youtube.com/playlist?list=PLYvbP-7o5NQYF2u8URnzP8GX67kAHTRFX Frozen © Disney. Content property of Disney, 2013. If you liked this, please buy the movie on DVD or BluRay and support future Disney animated features. Any request by the rightful owners of this content to remove this video (and subsequently related videos) will be followed immediately. | ["Timpani", "Music"] | ["classical music", "cinematic", "epic", "powerful", "intense", "suspenseful", "female choir", "wide strings melody", "intense brass section", "energetic drums", "repetitive suspenseful woodwinds"] | 4 | cm62raVagEE | 3738 |
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;