musiccaps_details (view)
1 row where musiccaps_aspects contains "religious music", musiccaps_aspects contains "violin" and musiccaps_names contains "Theremin"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Vale do Amanhecer por dentro - Sunrise Valley inside | This is a religious music piece. There is a female vocalist singing melodically in the Portuguese language with a Brazilian accent. The piano and the violin are playing a mellow tune. The atmosphere is spiritual. Although the words give the impression it is a Christian gospel, the footage in the video belongs to the site of a syncretic movement, so one should not mistakenly take it as a gospel piece. | 2011-04-12T02:46:34Z | Ricardo Wegrzynovski | O Vale do Amanhecer é como um poço de energias positivas com o escape do que é ruim. Agrega também energias de luz e força. Na Estrela Candente juntamente com o lago, a própria ensolação do Planalto Central brasileiro, o clima seco, ajudam para entrar num estado de meditação. Há também um momento de atendimento espiritual, que pediram para não externar detalhes. The Sunrise Valley It's like a pit positive energy to escape what is bad. Also adds energy light and strength. In Star burning along with the lake, the actual excess heat the Brazilian Central Plateau dry climate, help to enter a meditative state. There is also a time spiritual care, who asked not express details. Imagens e edição: Ricardo Weg Músicas: Vale do Amanhecer. | ["Music", "Theremin"] | ["religious music", "female vocal", "melodic singing", "brazilian portuguese", "violin", "piano", "mellow", "spiritual"] | 9 | _cf0WYQcNvk | 3478 |
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;