musiccaps_details (view)
1 row where musiccaps_aspects contains "nostalgic", musiccaps_aspects contains "presents", musiccaps_aspects contains "strong bass drum kicks" and musiccaps_aspects contains "strong bass line"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Birdy - White Winter Hymnal [Audio] | A female singer sings this beautiful melody with vocal harmony. The song is medium tempo with a piano accompaniment, steady drumming rhythm, strong bass drum kicks and a steady bass line. The song is melancholic and emotional. The song is a modern Christmas carol. | 2011-10-31T14:07:06Z | Birdy | "White Winter Hymnal" by Fleet Foxes performed by Birdy from her self titled debut album. Birdy – Young Heart. The new album, out now: https://Birdy.lnk.to/Young-Heart Download Birdy's self titled album, now on iTunes: http://smarturl.it/birdy.albm.stnd As a gift from Birdy you can download this track for free! http://bit.ly/FreeBirdy Download Birdy's original track 'Without a Word' for free here: http://bit.ly/nNox56 Follow Birdy on: http://www.facebook.com/BirdyMusic http://www.twitter.com/OfficialBirdy http://instagram.com/Birdyinstagram https://www.tiktok.com/@birdy | ["Christmas music", "Music"] | ["female singer", "backup singers", "strong bass line", "strong bass drum kicks", "vocal harmony", "piano accompaniment", "medium tempo", "steady drumming rhythm", "string bass drum kicks", "string bass line", "melancholic", "choral music", "christmas carols", "winter wonderland", "emotional", "nostalgic", "christmas time", "december", "snowfall", "presents"] | 1 | 7LlKoQAvXUc | 834 |
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;