musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "sustained strings melody" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Lullaby for a Princess - Duet | The low quality recording features a lullaby song that consists of widely spread intimate female vocals singing against each other, creating a bit of a chaotic atmosphere. There are also sustained strings melody and mellow piano melody playing in the background. The stereo image is unbalanced and it sounds soft, haunting and chaotic. | 2013-03-31T04:51:19Z | Fate's End | Just a mashup of "Lullaby for a Princess" by ponyphonic and "Luna's Reply" by MsIkarishipper. Picture is by Zedrin on deviantart. I own nothing. UPD8: Huh, I honestly didn't think that this would gain popularity so suddenly. The headphone deal was born from necessity, although it created a neat effect. When I tried to do it normally, the two parts were hard to make out. I tried to balance the two halves, but it didn't appear to succeed quite as well as I hoped. Anyway, some have been asking for a download, so: http://www.mediafire.com/download/6dbkg5f1ty1w0t2/Lullaby_Duet.mp3 | ["Music", "Lullaby"] | ["low quality", "wide intimate female vocals", "sustained strings melody", "mellow piano melody", "unbalanced stereo image", "chaotic", "soft", "haunting", "lullaby"] | 4 | ySY5J3TDgag | 5411 |
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;