musiccaps_details (view)
1 row where musiccaps_aspects contains "celebratory dhol", musiccaps_aspects contains "medium fast tempo" and musiccaps_aspects contains "upbeat"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Paunhch Gia Hun Australia | Kamal Heer | Punjabi Virsa 2013 | A male vocalist sings this energetic Punjabi folk song. The tempo is medium fast with an infectious tabla and Dhol percussive beat, ektara rhythm and a funky keyboard accompaniment. The song is lively, spirited, cheerful, simple, happy, playful, enthusiastic, vivacious with a festive, celebratory vibe and dance groove. This song is a Festive Punjabi Folk song. | 2013-08-22T22:48:05Z | Plasma Records | Paunhch Gia Hun Australia | Kamal Heer | Punjabi Virsa 2013 Lyrics Sukhpal Aujla. Recorded on two iPhones. © Copyright 2013 Plasma Records. All rights reserved. Youtube: http://goo.gl/A6qwx Visit us : Plasma Records: http://goo.gl/T4E3U Kamal Heer | Facebook: http://goo.gl/7vd1G Kamal Heer | Twitter: http://goo.gl/u1YzJ Manmohan Waris | Facebook: http://goo.gl/lNLO0 Manmohan Waris | Twitter: http://goo.gl/mP4TK Sangtar | Facebook: https://www.facebook.com/sangtar Sangtar | Twitter: https://twitter.com/sangtar | ["Tabla", "Drum", "Percussion"] | ["male vocalist", "medium fast tempo", "north indian song", "north indian folk", "indian folk song", "wedding songs", "dance groove", "indian dance music", "bhangara", "bhangara beats", "festive songs", "indian song", "punjabi song", "lively tabla", "celebratory dhol", "funky keyboard harmony", "ektara", "ektar", "single string instrument", "lively catchy beat", "upbeat", "punjabi dance music", "engaging", "emphatic vocals", "romantic", "playful", "cheerful"] | 7 | _2wFjBoreaY | 3438 |
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;