musiccaps_details (view)
1 row where musiccaps_aspects contains "auto tuned vocals", musiccaps_aspects contains "emotional" and musiccaps_names contains "Music of Bollywood"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Singer: Ranjodh Hear, Music: Harry Sandhu, Song: Sajjan Label: Bhangra Records Punjabi Sad song | A male singer sings this passionate melody with auto tuned vocals. The song is medium tempo with Indian percussion, dholak percussion, keyboard accompaniment and various percussion hits. The song is a Punjabi pop song with poor audio quality. | 2010-10-08T00:03:45Z | Harrie Sandhu | http://www.facebook.com/pages/Singer-Music-Producer-Harry-Sandhu-Fan-Page/193683947331859 Singer: Ranjodh Hear Music: Harry Sandhu Song: Sajjan Label: Bhangra Records Presentation:Raghbir Dhudike | ["Music", "Music of Bollywood", "Sad music"] | ["male singer", "auto tuned vocals", "romantic", "breakup song", "emotional", "passionate", "bollywood music", "punjabi songs", "love songs", "poor audio quality", "keyboard harmony", "indian percussions", "dholak percussions", "tambourine percussions", "medium tempo"] | 1 | OmjfHQB_lcs | 2467 |
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;