musiccaps_details (view)
1 row where musiccaps_aspects contains "hindi bhajan", musiccaps_aspects contains "hindi devotion", musiccaps_aspects contains "soothing" and musiccaps_names contains "Music of Asia"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hindi Devotional Bhajan: Knock, and the door will open! | A female vocalist sings this Hindi Bhajan. The tempo is slow with a harmonium accompaniment and tabla rhythm. The song is mellow, soft, devotional, inspiring,insightful, emotional and persuasive. This song is a Hindi Devotional Bhajan. | 2008-05-09T20:44:03Z | Gurumaa Ashram | Caught up in the glitz and glamor of the world and the routine and clamor of our daily grind, we have closed our eyes and heart to the beauty around us. The Lord's Grace is everflowing, abundant and loving but are we present fully? In this kirtan, Gurumaaji inspires us to be open, to seek the Lord's mercy and Grace and not to distance ourselves from the eternal shower of blessings awaiting us, once we are ready and willing to receive. For more Hindi bhajans by Anandmurti Gurumaa visit, https://www.youtube.com/playlist?list=PLBFB117E72F43F7E0&feature=view_all Connect with Anandmurti Gurumaa on Facebook at http://www.facebook.com/G.Ashram and on Twitter @GurumaaAshram. | ["Carnatic music", "Mantra", "Music of Asia", "Music"] | ["female vocalist", "slow tempo", "tabla rhythm", "live singing", "melodic", "soothing", "calming", "devotee", "harmonium accompaniment", "indian music", "indian classical", "hindi bhajan", "hindi devotion", "devotional song", "hindu bhajan", "melodic", "engaging", "insightful", "persuasive", "impactful"] | 7 | Jjr0_CbcYdg | 2029 |
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;