musiccaps_details (view)
1 row where musiccaps_aspects contains "90’s hit song", musiccaps_aspects contains "live audience" and musiccaps_names contains "Crowd"
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 |
---|---|---|---|---|---|---|---|---|---|---|
BACKSTREET BOYS - BANG @ DUBAI.MPG | A male vocalist sings this Popular 90’s song. The tempo is medium fast with thumping drum beats, keyboard harmony, boomy bass and vocal backup.The song is a live performance at a concert with ambient sounds of fans screaming, clapping and singing along and responding. The audio is incoherent as it is an amateur recording. This song is a Hit 90’s Pop. | 2009-12-18T20:10:01Z | imthiazdxb | Backstreet Boys- Live @ Dubai ON 17th Dec 2009-The Curtain Raiser | ["Crowd", "Music", "Rock music", "Shout", "Bang"] | ["male vocalist", "medium fast tempo", "boy band", "90’s hit song", "pop", "live performance", "live audience", "concert", "back street boys", "ambient concert sounds", "fans screaming", "hysteria", "thumping beats", "inferior audio quality", "muffled audio", "muffled instrumentation", "energetic", "electrifying", "pulsating", "vibrant", "vivacious", "pop hit"] | 7 | ab8V7MYQVyg | 3556 |
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;