musiccaps_details (view)
1 row where musiccaps_author = 0 and musiccaps_names = "["Mantra", "Chant", "Vocal music"]"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
Mantra de Buda Shakyamuni cantado por Thubten Wangchen | This meditation music features a male voice in a low tone chanting words in a melodic tone. There are no other instruments in this song. The mood of this song is relaxing. This song can be played in a meditation center. | 2009-05-10T04:42:16Z | Thubten Kunkyab / MeditaCDMX | Buddha Shakyamuni Mantra chanted by Thubten Wangchen. TADYATA OM MUNI MUNI MAHA MUNAYE SOHA Imagen de Buda Shakyamuni / Buda Shakyamuni image: http://www.dharma-media.org/media/general/dwnld/thanka/buddhas/buddha_shakyamuni_03.jpg Grupo de estudio Thubten Kunkyab Budismo Tibetano y meditación http://meditadf.blogspot.com/ Guía Espiritual: Lama Zopa Rimpoché Correo electrónico meditadf@gmail.com Mas información sobre Thubten Kunkyab http://meditadf.blogspot.com/ Miembro de la FPMT [ Fundación para la Preservación de la Tradición Mahayana ] http://www.fpmt.org/ . . . . | ["Mantra", "Chant", "Vocal music"] | ["meditation music", "religious chanting", "low voice", "no instruments", "slow tempo", "relaxation song"] | 0 | 1mB_cboJR8s | 310 |
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;