musiccaps_details (view)
1 row where musiccaps_aspects contains "slow tempo", musiccaps_author = 0 and musiccaps_names contains "Whale vocalization"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Voices From The Deep ~ relaxation music with whales & dolphins by Mary Hession | This song features a variety of choral voices singing different notes in harmony. This could also possibly be synth sounds programmed to have choral voices. This song can be played in a spa or meditation centre. This song is played at a slow tempo using only oohs and aahs. | 2009-11-04T14:25:56Z | Mary Josephine Hession | A short relaxing music meditation with the dolphins, whales, & sea turtles; to relax the body, still the mind, and uplift the spirit. Brothers and sisters all are we, Within Life's Onedrous Cosmic Sea, Keepers of Pure Energy, Linked in Love eternally, We are in Love and Joy with thee, Forever One yet free to 'Be' | ["New-age music", "Whale vocalization", "Music"] | ["meditation song", "synth sounds", "oohs and aahs", "choral melody", "gospel feel", "no percussion", "no vocal melody", "slow tempo", "relaxation music"] | 0 | WBBKiXYVEdM | 3072 |
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;