musiccaps_details (view)
1 row where musiccaps_aspects contains "flute", musiccaps_aspects contains "rajasthani folk music" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mithi Murli Bajaii Re Kahnudo 06 Madan Paarik Rajasthani Holi Dhamal Folk Song Chetak | This is an instrumental Rajasthani folk music piece. There is a high-pitched flute playing a melody while a group of tambourines are keeping the rhythm. The atmosphere is vibrant. This piece could be used as an accompaniment piece for a folk dance course. | 2012-03-29T03:27:17Z | Chetak | For more videos click | http://goo.gl/6NU4DG Singer - A Album - Label - Chetak Cassettes Producer - Sanjay Railhan (09873841308) Contact For New Albums - Chetak Cassettes Facebook subscribe http://goo.gl/PjbqL4 Like us: http://goo.gl/Xz1hcH follow us : http://goo.gl/JBLsrg For latest Rajasthani songs click http://goo.gl/6NU4DG Label - Chetak Cassettes | ["Folk music", "Music"] | ["rajasthani folk music", "instrumental", "flute", "tambourine", "vibrant", "folk dance"] | 9 | YnE5ONaXtLY | 3311 |
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;