musiccaps_details (view)
1 row where musiccaps_aspects contains "amusing", musiccaps_aspects contains "female vocals", musiccaps_aspects contains "k-pop" and musiccaps_aspects contains "keyboard"
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 |
---|---|---|---|---|---|---|---|---|---|---|
까탈레나 염소버젼 (화질은 이해점여) ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ | This is a parody montage of a K-pop music piece. There is a girl band singing in the original track. On the parts where the girls are hollering, the sounds of goats bleating were added. The original track has a keyboard playing the melody while there is a strong bass in the background. The rhythm is played by the electronic drums. There is an amusing atmosphere. | 2015-03-29T11:13:09Z | mi chel | 화질은 이해점여 (웃기다는건 보장해드림) | ["Disco", "Music of Asia", "Goat", "Music", "Pop music"] | ["comedy", "parody", "k-pop", "goat bleating", "female vocals", "hollering", "keyboard", "strong bass", "electronic drums", "amusing"] | 9 | MVAXHT67Na4 | 2272 |
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;