musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "new-age", musiccaps_aspects contains "piano" and musiccaps_names contains "Piano"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Crystals Healing: Healing Music For the Soul - Spiritual Awakening | This is a new-age music piece. There is no singer in this piece. The acoustic guitar is playing the main melody. The piano is playing the chords of the piece while in the background a faint synth string sound can be heard. The atmosphere is relaxing and soothing. This piece would make the perfect background music for a meditation video. It could also be playing in the background at a spa or a wellness center. | 2014-01-16T19:03:54Z | Ann Redgewell | http://34.gs/s1rj AWESOME DEPRESSION METHOD: CLICK LINK ABOVE THE MUSIC: Our Fascination with crystals goes far beyond the beauty of their shape, colour and form. Ever since the Greeks and Romans empires the benefits of the stones have been passed down through the generations,. The healing powers,spiritual awakening, spiritualty and energy of each individual stone, crystal healing....... is as unique as a fingerprint and whether you wear your stone or place it in your home or office for decorative purposes the positivity and healing powers of the crystal can have very beneficial effects. | ["Electric piano", "Keyboard (musical)", "Piano"] | ["new-age", "no singer", "instrumental", "acoustic guitar", "piano", "synth strings", "relaxing", "calming", "soothing", "meditation music"] | 9 | 3-_QS346VWo | 430 |
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;