musiccaps_details (view)
1 row where musiccaps_aspects contains "animated voices", musiccaps_aspects contains "christmas music" and musiccaps_aspects contains "percussion shakers"
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 |
---|---|---|---|---|---|---|---|---|---|---|
【Rin Kagamine】悪ノ娘 Daughter of Evil -JazzWaltz version- (Eng Sub) 【Gero ver. PV】 | A female singer sings this animated melody. The song is medium tempo with church bells playing percussively, shakers percussion, walking bass line, steady drumming rhythm and keyboard harmony, the song is romantic and eclectic in nature. The song is an animated movie soundtrack. | 2012-10-26T07:07:42Z | Roze Asune | Servant of Evil -Classical Version- Len's Vocal → http://www.youtube.com/watch?v=DlDAuX1f37I Regret Message -Ballad Version- Rin's Vocal →: http://www.youtube.com/watch?v=jdCOFG7qZjQ Just simply adding the Rin version of the song to the PV. What a nice Jazz Waltz :D ■PV source: sm19129148 ■Song source: sm4651096 ■Illustration:杏はじめ→mylist/25406022 ■Movie:ke-sanβ→mylist/14639164 ■3DMovie:軌跡@CAxis→mylist/20625676 | ["Bell", "Church bell", "Music"] | ["church bells", "melancholic", "percussion shakers", "female singer", "animated voices", "medium tempo", "christmas music", "keyboard harmony", "steady drumming rhythm", "walking bass line", "passionate spirited", "dream scene music", "animated movie soundtrack", "lilting music", "dance rhythm", "romantic", "emotional", "shakers", "groovy rhythm", "accompaniment", "folk music"] | 1 | Nz4iLzJBTBo | 2385 |
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;