musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "reverberant intimate female vocal" and musiccaps_names contains "Violin, fiddle"
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 |
---|---|---|---|---|---|---|---|---|---|---|
life and death ☉ lady sybil | The low quality recording features a reverberant intimate female vocal singing over sustained strings and mellow piano. It sounds loud and emotional and the recording is extremely noisy and in mono. | 2012-10-15T17:41:23Z | 1lilabut | please watch in 720p MAJOR SPOILERS FOR SEASON THREE I do not know why I made this, because it simply broke my heart all over again, and watching her last scene is just absolutely not helping me come to terms with this. But I wanted to make a video about this episode, focussing more on Sybil than her relationship with Tom like the video I made yesterday. I'm pretty sure more videos will follow, and I have decided to keep watching the show, but for now I am just so utterly sad... Also, I've used this song for a different video not so long ago, but I couldn't care less. It is pure sadness and that is what I feel. Song: Life and Death by Michael Giacchino | ["Cello", "Double bass", "Violin, fiddle", "Bowed string instrument"] | ["low quality", "noisy", "reverberant intimate female vocal", "sustained strings melody", "mellow piano chords", "loud", "emotional"] | 4 | BpLUOKHl51E | 1293 |
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;