musiccaps_details (view)
1 row where musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "loud", musiccaps_aspects contains "religious" and musiccaps_aspects contains "shouting"
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 |
---|---|---|---|---|---|---|---|---|---|---|
PANTOMIMA "SUENA TU ARPA" - FOSFORITO (LIVE) ANGELES | This is the recording of a preaching session at a Christian church. The preacher is shouting and screaming while the crowd is chanting in accordance. There is an electric guitar and acoustic drums in the backing track that can be barely heard from all the noise. The atmosphere is loud and chaotic. Parts of this piece could be sampled for use in beat-making. | 2009-02-14T03:59:02Z | Noel D | iglesia de dios de kissimmee. live pantomima. song: "angeles" by Fosforito. *angels would come from around the church little by little, so some you can't see in the video. *live music played by youth. *women, youth, and children involved in pantomima. *my dad recorded. *the one in black is my mom =] *i was also an angel, but on the other side. so you can't see me, hahaa... **watch in HIGH QUALITY if you can! =] (much better viewing) | ["Music", "Yell"] | ["pantomime", "preaching", "christian church", "male voice", "shouting", "screaming", "crowd chanting", "electric guitar", "acoustic drums", "religious", "loud", "chaotic"] | 9 | 8hO1S9VIfPY | 935 |
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;