musiccaps_details (view)
1 row where musiccaps_aspects contains "calming", musiccaps_aspects contains "gentle", musiccaps_aspects contains "instrumental" and musiccaps_names contains "New-age 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 |
---|---|---|---|---|---|---|---|---|---|---|
Chelsea's Lullaby - by Paul Collier | This is a lullaby music piece. It is an instrumental piece. There is a music box playing a gentle melody in the major key. The atmosphere is calming and relaxing. This piece could fit perfectly in a playlist meant to be played for babies before sleep. It could also be playing in the background at a daycare center. | 2009-08-10T11:10:08Z | Inner Harmony. Music by Paul Collier | a lovely music box lullaby with gentle hypnotic flute sounds to softly send your baby to a happy sleep. Written by Paul Collier. Music is - Chelsea's Lullaby From the album - Peaceful Piano Written and performed by Paul Collier ©2009 Support me here, it means a lot! https://www.buymeacoffee.com/PaulCollier Stream and download my music: https://open.spotify.com/artist/0TjSa7vfpDCerjDdtv32UY https://music.apple.com/us/artist/paul-collier/1484978481#see-all/full-albums OUT NOW - Spotify. Apple Music. Deezer. Google Play. iHeart Radio. Amazon. Tidal. Pandora. TikTok. I am an unsigned musician therefore your support is everything to me. Please click like and subscribe if you want to hear more from me. Contact me at PaulFromStokeUK@gmail.com drawings kindly made especially for this piece by Georgia (aged 9) and Mollie (aged 6) | ["New-age music", "Music"] | ["lullaby", "no singer", "instrumental", "music box", "gentle", "calming", "relaxing", "sleep-inducing"] | 9 | DX4_QlYLq30 | 1488 |
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;