musiccaps_details (view)
1 row where musiccaps_aspects contains "distorted electric guitar", musiccaps_aspects contains "epic", musiccaps_aspects contains "heavy metal" and musiccaps_aspects contains "speech sounds"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Red Alert 3: Soviet March + Hell march 3 | This is a heavy metal music piece from a video game soundtrack. The piece is being performed in the style of a military march. There are speech sounds that resemble the speech of a fascist dictator. The main theme is being played by the distorted electric guitar with the bass guitar playing in the background. The rhythmic background is provided by the acoustic drums. There is an aggressive and militaristic atmosphere. This piece could be playing in the soundtrack of a video game or a movie that has a war setting. | 2011-12-14T04:19:18Z | Dreams of Nostalgia | flawless audio and extended video the second remake of the video "red alert 3 : soviet march full mix" including hell march 3 audio download: http://www.mediafire.com/?rxh7aygof8w5txh | ["Music", "Angry music"] | ["video game theme", "heavy metal", "speech sounds", "marching sounds", "distorted electric guitar", "bass guitar", "acoustic drums", "aggressive", "militaristic", "epic"] | 9 | 5DNl3DX4rr0 | 645 |
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;