musiccaps_details (view)
1 row where musiccaps_aspects contains "emotional", musiccaps_aspects contains "low quality" and musiccaps_aspects contains "new age"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Perfect Day - Miriam Stockley lyrics | The low quality recording features a new age song that consists of sustained synth pad chord, bagpipe melody and subtle piano melody. It sounds mystical, soulful, passionate, emotional and ambient - like something you would hear in Scotland. | 2013-12-08T17:09:14Z | CupcakeofEmotions | This song brings back so many memories. When I was younger I loved Beatrix Potter I think I'll do some how to draw's on them. Merry Christmas! or Happy Hanukah! I will have a Christmas MV up on Christmas Eve it's gonna be super awesome promise! I'll also have one HowtoDraw that's Christmas. ~Acey I DO NOT OWN THIS SONG CREDIT TO MIRIAM STOCKLEY FOR THE SONG AND CREDIT TO ORGINAL OWNERS OF THE 1ST, 3RD, 4TH, AND 8TH PHOTOS ALL THE OTHERS I OWN!!! | ["Wind instrument, woodwind instrument", "Flute"] | ["new age", "low quality", "sustained synth pad chord", "bagpipe melody", "subtle piano melody", "mystical", "soulful", "passionate", "emotional", "ambient"] | 4 | 9gSOOPDuD4Y | 1033 |
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;