musiccaps_details (view)
1 row where musiccaps_aspects contains "guitar", musiccaps_aspects contains "indian mythology", musiccaps_aspects contains "raga" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Jai Ganesh Deva | This is an Indian classical instrumental. The tempo is fast with a vigorous tabla and Sitar introduction with temple bells, acoustic guitar,Manjira taal or small Indian hand cymbals and a traditional harmonium accompaniment. The simple instruments are layered perfectly and are in absolute sync to create this complex music. The music is fast and vigorous at the onset and settles down to a more mellow and easy rhythm. This music is a Hindustani Classical. | 2008-11-26T14:09:54Z | JaiGaneshaDeva | Jai Ganesh, Jai Ganesh, Jai Ganesh Deva Mata jaki Parvati, pita Mahadeva. Ek dant dayavant, char bhuja dhari Mathe par tilak sohe, muse ki savari Pan chadhe, phul chadhe, aur chadhe meva Ladduan ka bhog lage, sant kare seva. Jai Ganesh, Jai Ganesh, Jai Ganesh Deva, Mata jaki Parvati, pita Mahadeva... Andhan ko ankh det, kodhin ko kaya Banjhan ko putra det, nirdhan ko maya Surya shaam sharan aye, safal kije seva. Jai Ganesh, Jai Ganesh, Jai Ganesh Deva, Mata jaki Parvati, Pita Mahadeva... | ["Music", "Sitar"] | ["instrumental", "acoustic guitar", "fast tempo", "hindu mythology", "hindustani classical", "indian music", "indian mythology", "indian classical", "harmonium accompaniment", "temple bells", "puja", "mantras", "raaga", "tala", "vigorous at the onset", "slows down to a rhythmic melody", "guitar", "mandira taal percussion", "khartal", "raga", "bells", "vigorous tabla introduction", "lively sitar", "mandira taal"] | 7 | OrsfEkAhie4 | 2476 |
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;