musiccaps_details (view)
1 row where musiccaps_aspects contains "brass", musiccaps_aspects contains "grim" and musiccaps_aspects contains "timpani"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Dragon's Dogma OST: 2-33 Pulse Of The Dragon | This is an orchestral piece from a video game soundtrack. The brass and the strings sections are playing an ominous sounding tune. There is a timpani being played with a crescendo pattern. The atmosphere is grim. This piece could be added to the soundtrack of thrilling movies and video games. | 2012-05-27T21:01:52Z | Serenity Score | Dragon's Dogma soundtrack. All songs composed by Takayoshi Makino and Rei Kondoh except where noted. | ["Music", "Pulse", "Soundtrack music", "Scary music"] | ["video game soundtrack", "no singer", "instrumental", "brass", "strings", "timpani", "ominous", "tension", "grim"] | 9 | Hdko95EitpI | 1822 |
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;