musiccaps_details (view)
1 row where musiccaps_aspects contains "live performance", musiccaps_aspects contains "noisy" and musiccaps_aspects contains "passionate background male vocal"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Satypal Maharaj Kirtan | सत्यपाल महाराज कीर्तन | Zee Marathi Awards 2010 | Zee Marathi | The low quality recording features a live performance of a traditional song and it consists of passionate male vocal, alongside passionate background male vocal singing over sustained accordion melody and some tinny percussive elements. Even though it is a bit distorted, mono and noisy, it still sounds soulful. | 2010-11-01T13:24:25Z | Zee Marathi | Satypal Maharaj Kirtan | सत्यपाल महाराज कीर्तन | Zee Marathi Awards 2010 | Zee Marathi Free Subscription click here : http://bit.ly/SubscribeZeeMarathi Get notified about our Latest update by Clicking the Bell Icon 🔔 Award Shows Paid Subscription #Zee5 click here: https://bit.ly/32gxIJ4 To #Free #Download ZEE5 #Mobile app click the link below Playstore: http://bit.ly/Zee5PlayStore iTunes: http://bit.ly/Zee5ITunes Connect with Zee Marathi on Social Media Facebook - http://bit.ly/ZeeMarathiFb Instagram - http://bit.ly/ZeeMarathiInsta Twitter - http://bit.ly/ZeeMarathiTwitter Connect with Zee5 on Social Media Facebook : http://bit.ly/Zee5MarathiFB Instagram : http://bit.ly/Zee5MarathiInsta Twitter : http://bit.ly/Zee5MarathiTwitter | ["Carnatic music", "Music"] | ["traditional", "live performance", "passionate male vocal", "sustained accordion melody", "low quality", "tinny percussive elements", "passionate background male vocal", "noisy", "mono", "distorted", "soulful"] | 4 | pzm90xLX9HM | 4747 |
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;