musiccaps_details (view)
1 row where musiccaps_aspects contains "nostalgic", musiccaps_aspects contains "soothing", musiccaps_aspects contains "subtle bass lines" and musiccaps_author = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|
"ANGEL OF BENGAL" - The Religion of Love, music video | A female vocalist sings this soft melody. The song is slow tempo with a mellow electric guitar harmony, soft keyboard accompaniment , a soft lilting flute melody and subtle bass line. There is no use of percussion. The song is soft, mellow, emotional, nostalgic and sentimental . This song is Soft pop. | 2008-07-09T03:19:08Z | Hassan Ali | Devotional music written, performed, and produced by Jaraneh Nova. Dedicated to our Spiritual Master, Mother Rytasha, The Angel of Bengal. A Razzaque Khan Production. http://thereligionoflove.net ,http://www.chela.net/rytasha ,-- love@chela.net | ["Music", "Sad music"] | ["female singer", "slow tempo", "mellow electric guitar", "soft lilting flute", "keyboard accompaniment", "subtle bass lines", "vocal emphasis", "minimal music", "soft pop", "mellow", "soothing", "emotional", "sentimental", "nostalgic", "melancholic"] | 7 | 9aE33JEIGOg | 1028 |
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;