musiccaps_details (view)
1 row where musiccaps_aspects contains "dreamy", musiccaps_aspects contains "gentle wind", musiccaps_aspects contains "seagulls" and musiccaps_names contains "Lullaby"
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 |
---|---|---|---|---|---|---|---|---|---|---|
VITAS MV - 搖籃曲 / Lullaby (歌迷制作) by Dieforsing | A female vocalist sings this dulcet melody. The tempo is medium with soft piano accompaniment, keyboard harmony, chimes, harp, and xylophone sounds , ambient sounds of nature like the sound of sea gulls, waves, water gently hitting the rocks, breeze along with the mellifluous vocalisation. The song is soothing, calming, meditative, peaceful, mellifluous, celestial, mystical, dreamy and dreamy. This song is a Lullaby. | 2010-06-07T14:12:52Z | Vitas HongKong | 歌曲:Колыбельная 來源:百度Vitas吧 songs by Dieforsing 扣子_China http://blog.sina.com.cn/yaojee http://www.vitas.com.cn http://www.vitas.com.ru | ["New-age music", "Music", "Lullaby"] | ["female vocalist", "medium tempo", "vocalisation", "no lyrics", "breeze", "gentle wind", "dulcet", "meditative", "pleasant", "chimes", "mellifluous", "celestial", "enchanting", "enigmatic", "mystical", "angelic", "sound of waves", "seagulls", "sound of water", "ambient nature sounds", "harp", "amplified xylophone", "soft piano harmony", "high notes", "dreamy", "lullaby", "soothing", "pacifying", "keyboard harmony"] | 7 | Rqv5fu1PCXA | 2727 |
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;