musiccaps_details (view)
1 row where musiccaps_aspects contains "distorted", musiccaps_aspects contains "metal", musiccaps_aspects contains "shimmering cymbals" and musiccaps_names contains "/t/dd00003"
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 |
---|---|---|---|---|---|---|---|---|---|---|
[Gakupo + KAITO] poetaster and singing dolls [Vocaloid][English Sub] sm8522045 | The Metal song features a distorted flat male vocal singing over wide aggressive electric guitar riffs, distorted bass guitar, punchy snare, double pedal kick and shimmering cymbals. It sounds energetic, aggressive and manic - like something you would go into a mosh pit for. | 2009-10-21T18:59:14Z | hokorichan | poetaster_and_singing_dolls_ Gakupo + KAITO version by maya & 藤代叶 (Fujishiro Kanae), original song by hazyP From Nico: http://www.nicovideo.jp/watch/sm8522045 Original Miku version: http://www.nicovideo.jp/watch/sm6230352 作詞・作曲:hazyP 編曲・ギター・MIX:maya 動画・調教:藤代叶 "Poetaster, like rhymester or versifier, is a contemptuous name often applied to bad or inferior poets. Specifically, poetaster has implications of unwarranted pretensions to artistic value. " Romaji: http://community.livejournal.com/vocalyric/81979.html#cutid1 | ["Music", "/t/dd00003", "Synthetic singing"] | ["metal", "double pedal kick", "punchy snare", "shimmering cymbals", "distorted flat male vocal", "wide aggressive electric guitar riff", "distorted bass guitar", "energetic", "aggressive", "distorted", "manic"] | 4 | 0OY8XXZ98rw | 157 |
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;