musiccaps_details (view)
1 row where musiccaps_aspects contains "passionate", musiccaps_aspects contains "reverberant saxophone", musiccaps_aspects contains "shimmering cymbals" and musiccaps_aspects contains "soft kick hits"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Monster Hunter Swing ~Big Band Jazz Arrange~ | High Quality | Zac Zinger | The Jazz song features reverberant saxophones and trumpet melodies playing over groovy double bass, groovy piano melody, shimmering cymbals and soft kick hits. It sounds uptempo, groovy and passionate, like something you would hear in traditional jazz bars. | 2014-06-30T23:16:06Z | Tonal Revelations | Various traks from the various Monster Hunter titles have been arranged into some pretty sweet big band tunes. Definitely a great listen! Enjoy~ Available for purchase at: http://www.cdjapan.co.jp/product/CPCA-10258 Saxophones: Zac Zinger Flute & Clarinet: Zac Zinger Electric Bass: Kellan Thomas Electric Guitar: Rob O'Block Baritone Saxophone: Ben Whiting Trumpet: Matt Joseph - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 00:00:03 - Proof of a Hero 00:04:11 - Sparkling Blue Light / Jin'ouga 00:08:22 - Empress of Flame / Lunastra & Teostra 00:13:11 - Pokke Village Theme 00:18:50 - Dance of The Snow Village 00:23:48 - Scat Cat Fever 00:28:59 - Searching for the Secret Hot Spring 00:33:46 - Tremble of the Sea and Land / Lagiacrus 00:38:38 - Brave Icon ~ Bracchidios 00:42:51 - Hunter, Go Forth - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ["Swing music", "Jazz", "Music"] | ["jazz", "reverberant saxophone", "trumpet melody", "shimmering cymbals", "soft kick hits", "groovy double bass", "groovy piano melody", "groovy", "uptempo", "passionate"] | 4 | oBwt8T8P8Zs | 4609 |
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;