musiccaps_details (view)
1 row where musiccaps_aspects contains "adrenaline", musiccaps_aspects contains "exciting" and musiccaps_aspects contains "orchestral music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
War Thunder Soundtrack: Battle Music 10 | This clip would be suitable for a movie soundtrack during a scene that is thrilling, intense, exciting and fueled with adrenaline. The music is played by an orchestra, with several layers of violin and brass instruments. The song brings about an atmosphere that invites action. | 2013-07-20T22:55:43Z | Rakashin7 | This song is called "Imperial Determination" Composed by Georgy Zheryakov Performed by the Baltic Symphony Orchestra Was 'Battle Music 11' before patch 1.79 You can buy the soundtrack here: http://warthunder.com/en/soundtrack Some songs, including the main theme, aren’t available for purchase, so you can get them for free here: https://www.mediafire.com/?fadgeteb22... Replace "tube" in the URL with "repeat" to have the music repeat =D Vote for your favorite air battle music here: http://strawpoll.me/6946245 =O | ["Music", "Soundtrack music", "Angry music"] | ["orchestral music", "string instruments", "tuba", "trombone", "timpani", "thrilling", "exciting", "intense", "adrenaline", "movie soundtrack"] | 3 | r2gYE6-cGx8 | 4845 |
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;