musiccaps_details (view)
1 row where musiccaps_aspects contains "epic", musiccaps_aspects contains "snare drums", musiccaps_aspects contains "violin" and musiccaps_names contains "Theme 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 |
---|---|---|---|---|---|---|---|---|---|---|
Battlefield 3 EA PWNED Music Video [HD] | This is a marching band piece performed by an orchestra. There are trumpets playing the main theme while tuba and cello are playing the bass notes. There is also a constant string part holding the root notes of the melody. The snare drums are playing an accentuated, militaristic drum line. There is an epic atmosphere that gives a call-to-action feeling. This piece could be used in the soundtracks of action movies and war movies in particular. It could also be used in the soundtracks of video games from the action and first-person-shootout genres. | 2011-06-11T08:55:47Z | Tenkaichi Meister | Günstige Spiele @ MMOGA: http://mmo.ga/7mGf Cheap games @ MMOGA: http://mmo.ga/0hqU Battlefield 3 Footage EA PWNED with Battlefield 1943 Theme | ["Theme music", "Music", "Scary music"] | ["marching band", "orchestra", "trumpets", "tuba", "snare drums", "strings", "violin", "cello", "action", "epic", "movie music"] | 9 | cYRsnYEPIiM | 3717 |
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;