musiccaps_details (view)
1 row where musiccaps_aspects contains "cheerful", musiccaps_aspects contains "sweet" and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
Kamui Gakupo - I'll Quit Singing (Censored XD) | A male vocalist sings this sweet animated song in a foreign language.The tempo is fast with an equally animated and cheerful piano accompaniment. The song is simple, sweet, adorable,catchy, lovable, catchy, upbeat, cute, engaging, winsome and charming. This song is a Children’s song from an animated series. | 2011-11-07T21:11:20Z | Ryou's Artsy Corner | Hello, everyone!!! XDD So, this is my first time ever trying to use Vocaloid. Ever since i heard this song for the first time I've decided to make a version of my own someday since the Japanese cover of it made with Gakupo I found here on YouTube sounded pretty poorly... and there it is ^^ I have changed the lyrics and melody a little to match the new text better. Inspired by: http://www.youtube.com/watch?v=8bFSRvUcj8w&list=FL9dJNQNoBzQipFh7ng3Fkug&index=25&feature=plpp_video Picture made by Marynchan, thanks a lot, dear ^^ You can check her channel here: http://www.youtube.com/user/Marynchan If anyone's interested in the uncensored version of this piece, drop me a message ^___^ I do not own Gakupo nor this song, but this cover is mine XD | ["Music", "/t/dd00003", "Synthetic singing"] | ["male vocalist", "fast tempo", "foreign language", "pleasant", "soft", "popular songs for children", "animation", "cartoon", "adorable", "cute", "minimalist", "vocal emphasisengaging", "charming", "animated singing", "spirited piano accompaniment", "fun", "cheerful", "sweet", "catchy", "engaging", "children’s song", "kids songs", "kids animated series", "compelling"] | 7 | 0J_TdiZ3TKA | 144 |
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;