musiccaps_details (view)
1 row where musiccaps_aspects contains "female singer", musiccaps_aspects contains "keyboard harmony", musiccaps_aspects contains "pleasant" and musiccaps_aspects contains "synth pop"
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 |
---|---|---|---|---|---|---|---|---|---|---|
{Hetalia} Hetaoni: Never enter the mansion. | A female vocalist sings this melodic Soft Rock. The tempo is medium with intense electric guitar harmony, keyboard accompaniment, synthesiser arrangements, steady drumming and subtle bass. The vocals are soft and melodic . The song is passionate, emotional, euphonious, simple, fresh and pleasant. This song is contemporary soft rock. | 2011-12-11T14:23:00Z | kaida55 | ♥Hetalia MEP video♥ ♥Watch in HD ♥ ---------------------- 100+ fav in less than a week? Thanks from everyone who made a part in this video. And again people, thank you so much! Thanks for the 600+ fav in less than a half year time :D Thanks for 1500+ fav! -------------------------------- Parts: 0:00 -- 0:20 hetaliafan41 0:20 -- 0:40 EndlessxRequiem 0:40 -- 1:00 sxrlove06 1:00 -- 1:20 001Dragonheart 1:20 -- 1:40 Irosama0410 1:40 -- 2:00 rose103097 2:00 -- 2:20 XxSilverCharmxX2 2:20 -- 2:40 TimefulAngel 2:40 -- 3:00 Goldenstar7z 3:00 -- 3:20 kaida55 3:20 -- 3:40 melancholywish 3:40 -- 3:56 animerockz290 HetaOni images, and the latest uploads: http://hetaoni.tumblr.com/ | ["Independent music"] | ["female singer", "medium tempo", "intense electric guitar", "keyboard harmony", "steady drumming", "keyboard harmony", "synthesiser arrangements", "electronic music", "electro pop", "synth pop", "melodic", "youthful", "passionate", "emotional", "pleasant", "pop rock", "soft rock"] | 7 | EHm7vLZewS0 | 1542 |
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;