musiccaps_details (view)
1 row where musiccaps_aspects contains "comforting", musiccaps_aspects contains "poignant", musiccaps_aspects contains "relaxing" and musiccaps_aspects contains "sad"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Wholetones Healing Frequency Music 396Hz, 417Hz, 444Hz, 528Hz, 639Hz, 741Hz & 852Hz samples | The song is an instrumental. The tempo is slow with a poignant violin solo, keyboard accompaniment, percussion drums, strong bass line and a guitar accompaniment. The song is emotional and has a sense of grief and awe. The song is a documentary soundtrack. | 2015-01-07T01:47:04Z | Wholetones | Learn more about #Wholetones & The Healing Frequency Music Project @ https://wholetones.com/ltr/ytb/1?utm_source=youtube&utm_medium=site&utm_term=hfmp-album-samples&utm_content=description-link&utm_campaign=hfmp 396Hz, 417Hz, 444Hz, 528Hz, 639Hz, 741Hz & 852Hz samples THE HEALING FREQUENCY MUSIC PROJECT was created to promote positive, healthy change. Seven unique songs recorded in seven unique #frequencies on seven CDs results in 2½ hours of beautiful, transformational #music. Listeners say that #WHOLETONES facilitates spontaneous #healing in the body and the music brings a tangible sense of peace that permeates their home. Entrepreneurs have reported increased focus and #productivity, leading to breakthrough ideas. Artists, musicians and writers are experiencing heightened levels of creativity and vision. WHOLETONES is ideal music for: prayer rooms, hospice care facilities, nursing homes, hospitals, waiting rooms, offices, family counselors, massage therapists, schools, and more. Visit WHOLETONES.com to learn more and to purchase the full-length music and book. To receive text messages from Wholetones containing the latest product information, sales and weekly musings; text "Tones" to 833-300-4888 | ["Music", "Tender music"] | ["instrumental music", "slow tempo", "sad", "heartfelt", "documentary soundtrack", "nature", "relaxing", "comforting", "percussive drums", "mother earth", "heart rending", "guitar accompaniment", "violin solo", "keyboard accompaniment", "steady percussive rhythm", "poignant", "sentimental", "emotional"] | 1 | 31iD2VPLMxQ | 434 |
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;