musiccaps_details (view)
1 row where musiccaps_aspects contains "background-music", musiccaps_aspects contains "male voice talking" and musiccaps_aspects contains "orchestra"
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 |
---|---|---|---|---|---|---|---|---|---|---|
जिवदानी देवीमाता दर्शन आणि संपूर्ण माहिती | Religious Places of Maharashtra | Milind Gunaji | This audio contains a male voice talking. Then a short section of an orchestra is playing with a brass section and a lot of percussive hits. It instantly changes to someone playing a long note on a horn in a higher key. This is an amateur recording and may be playing during a documentary. | 2010-10-18T08:31:33Z | Zee Marathi | Free Subscription click here : http://bit.ly/SubscribeZeeMarathi Get notified about our Latest update by Clicking the Bell Icon 🔔 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 | ["Wind instrument, woodwind instrument", "Shofar"] | ["amateur recording", "male voice talking", "background-music", "orchestra", "horn", "fast paced"] | 6 | 5xAzHL8Zlcs | 706 |
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;