musiccaps_details (view)
1 row where musiccaps_aspects contains "dj", musiccaps_aspects contains "english and foreign language", musiccaps_aspects contains "falsetto" and musiccaps_aspects contains "high notes"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Oneway (원웨이) - 'Magic' M/V | A male vocalist sings this peppy pop.The tempo is fast with synthesiser articulation, groovy bass lines, bright digital drumming , keyboard harmony and electronic arrangements. The song is spirited, enthusiastic, energetic, lively, vibrant and youthful with a dance groove. The song is an Electro Pop/Synth Pop. | 2010-02-26T05:39:09Z | Oneway TV | It's FINALY out!!! One Ways Official Single 'MAGIC.' The Mini album will drop in stores and online on the 4th of March 2010. Please leave your thoughts as it is very important to us and we appreciate each and everyone's feedback. We hope to share more of our music with you. One Way~ One Sound~ | ["Singing", "Music", "Pop music", "Exciting music"] | ["male singer", "fast tempo", "high notes", "english and foreign language", "vibrant", "elctro pop", "synth pop", "vivacious", "buoyant", "bouncy", "falsetto", "electronic music", "edm", "dance music", "club music", "dj", "groovy", "synthesiser articulation", "drum machine", "punchy digital drumming", "keyboard harmony", "youthful", "energetic", "electronic instrumentation", "groovy bass", "vibrant"] | 7 | EfUUgsioXyU | 1578 |
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;