musiccaps_details (view)
1 row where musiccaps_aspects contains "bass guitar", musiccaps_aspects contains "carnatic music", musiccaps_aspects contains "eccentric" and musiccaps_aspects contains "piano"
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 |
---|---|---|---|---|---|---|---|---|---|---|
LISTEN Fusion Music Indian Carnatic ERA NAPAI & RARA VENU | This is a Indo-European fusion music piece. There is a mix of Carnatic music with Western sounding elements. There is a female vocalist singing at a medium-to-high pitch. The melody consists of a variety of intertwined sounds such as a piano, an electric guitar, a bass guitar and a virtual sounding brass section. The rhythmic background is provided by electronic percussive elements. There is an eccentric atmosphere to this piece. It sounds unique. | 2007-09-20T10:42:07Z | jaikumarnargunam | LISTEN INDIAN classical music carnatic ERA NAPAI & RARA VENU set to fusion with European Western by N.JAIKUMAR Cine musician / Indo European Fusionist from Chennai INDIA. S.P.Sailaja sings | ["Carnatic music", "Music", "Song", "Music of Bollywood"] | ["indo-european fusion", "carnatic music", "female vocal", "medium-to-high pitch singing", "piano", "electric guitar", "bass guitar", "virtual sounding brass", "electronic percussion", "eccentric", "complex", "unique"] | 9 | ZLxhZcS3Ppw | 3366 |
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;