musiccaps_details (view)
1 row where musiccaps_aspects contains "beauty", musiccaps_aspects contains "love song", musiccaps_aspects contains "slow tempo" and musiccaps_aspects contains "together forever"
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 |
---|---|---|---|---|---|---|---|---|---|---|
"My Heart Will Go On" Titanic Theme Cello Cover (Tribute to James Horner) - NDREW | A cellist plays this lilting melody with a piano accompaniment and no other instruments. The music is emotional and tragic. The tempo is slow and has a lot of beauty to it. The song is a cover of a famous love song. | 2015-06-26T04:07:21Z | NDREW | This is my humble rendition to a wonderful man whose music inspired many artists and musicians. R.I.P. James Horner. If you like this then check out my cover of Falling Slowly: https://www.youtube.com/watch?v=KOyzibkm4dw ---------------------------------------------------------------------------------------------------------- Check out my website: http://www.ndrewmusic.com ---------------------------------------------------------------------------------------------------------- iTunes - http://apple.co/2cXx9uu Google Play – https://goo.gl/zgBcwu Amazon - http://amzn.to/2dq2iYq Spotify – https://play.spotify.com/track/3y1vpqQTipKyqnPWHvXK6J Soundcloud – https://soundcloud.com/ndrewmusic/my-heart-will-go-on ----------------------------------------------------------------------------------------------------------- If you'd like you can follow me on: Facebook - https://www.facebook.com/NDREWmusic Twitter - https://twitter.com/NDREWmusic Instagram - https://instagram.com/ndrewmusic/ Snapchat - @NDREWmusic ---------------------------------------------------------------------------------------------------------- I'm also on: iTunes - http://apple.co/2dg5qTt Google Play - https://goo.gl/AEh5sw Amazon - http://amzn.to/2dg4Nck Spotify - https://open.spotify.com/artist/1EhyJoRR3KwBUvm9JZALUS Pandora - http://www.pandora.com/ndrew Soundcloud – https://soundcloud.com/ndrewmusic | ["Cello", "Double bass", "Bowed string instrument"] | ["cello", "cellist", "piano accompaniment", "slow tempo", "movie soundtrack", "vibrato", "technique", "beauty", "trendy", "poignant", "sorrowful", "western classical music", "song cover", "no percussions", "emotional", "love song", "together forever", "classic romance"] | 1 | SlnjJv305Vg | 2788 |
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;