musiccaps_details (view)
1 row where musiccaps_aspects contains "collapsing", musiccaps_aspects contains "sinister" and musiccaps_aspects contains "suspenseful"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Angry German Kid Halo 3 | This music is an electronic instrumental. The tempo is medium with an intense electronic boom and sound of something collapsing or tumbling. The clip starts with the angry voice of a child talking in a foreign language. | 2006-12-13T06:58:03Z | hitlerhimmler88 | The angry german kid wants to find out more about Halo 3, Without success, and since people keep commenting i should point out that hes not really looking for Halo 3, He's trying to play unreal tournament, so STOP TELLING ME THAT. I KNOW, AS DOES THE REST OF THE WORLD!!! Ok well i guess i have to also post that the halo 3 trailer vid and the geiko vid are both fake as well. Anyone with half a brain would know this. So if you post a smartass comment about it being fake your comment will be removed and you will be blocked. | ["Music", "Speech", "Scary music", "Inside, small room"] | ["instrumental", "medium tempo", "child’s voice", "german", "collapsing", "falling", "intense", "dangerous", "suspenseful", "xbox", "video game music", "foreign language", "electronic music", "sinister", "intense", "dangerous", "synthesiser arrangements", "angry voice"] | 7 | iaRDUksPv50 | 4204 |
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;