musiccaps_details (view)
1 row where musiccaps_aspects contains "lullaby", musiccaps_aspects contains "slow tempo", musiccaps_aspects contains "sustained piano synth" and musiccaps_names contains "Ambient music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Jack's Lament - Baby Lullaby Music, by Baby Rockstar (From "The Nightmare Before Christmas") | This is a lullaby that features a main melody made with a xylophone that has a bright sound. A sustained piano synth creates a dreamy and sleepy ambience sound. A subtle cello plays single chords that bounce from one beat to the next. This is a song a baby could fall asleep to. | 2014-01-26T23:31:32Z | Baby Rockstar | Visit the Baby Rockstar Lullaby store at http://www.babyrockstarmusic.com Baby Rockstar arranges popular music as lullabies for your baby and you. These beautiful melodies are played by soothing bells over sleepy tones and light percussive effects. Baby Rockstar is sure to ignite a musical curiosity in your little ones and be a favorite for years to come. Time to get your little rockstars ready for bedtime! | ["Music", "Ambient music"] | ["sustained piano synth", "lullaby", "bright xylophone", "mellow mellody", "bass guitar", "dreamy", "kids music", "slow tempo", "nostalgic", "cello", "no vocals", "sleepy"] | 5 | -QuWdnmn-kM | 44 |
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;