musiccaps_details (view)
1 row where musiccaps_aspects contains "madly in love", musiccaps_aspects contains "private music video" and musiccaps_names contains "Musical instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Abar (আবার) Ukulele version by - Rafa | A male singer sings this delightful melody. The song is medium tempo with a ukulele accompaniment, steady drumming rhythm with various percussions like clapping and tambourine along with a keyboard accompaniment. The song is emotional and groovy. The song is a local Indian language pop song, most probably a Bengali pop song. | 2013-12-30T22:12:20Z | AvoidRafa | This song of mine is also available in Aurthohin's album Aushomapto 2. But that version is a whole lot heavier than this. This is my way of seeing into this piece of tune. Thanks a million to Bassbaba for writing the amazing words that made this song so positive. (Unlike me :P) Thanks to Nabil Khan for the insane video he pulled in just half an hour of shoot and one night of editing. I am very pleased to present you with this video. There will be more soon :) Here's the link for the song https://soundcloud.com/avoidraef/abar-ukulele-version | ["Music", "Musical instrument", "Ukulele", "Plucked string instrument", "Bowed string instrument"] | ["male singer", "indian music", "ukulele accompaniment", "bengali pop song", "emotional", "spirited", "message of kindness", "passionate", "love anthem", "madly in love", "adore you", "medium tempo", "groovy music", "tambourine percussion", "steady drumming rhythm", "clapping rhythm", "groovy bass line", "indian pop song", "private music video"] | 1 | x1x54MgStxQ | 5301 |
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;