musiccaps_details (view)
1 row where musiccaps_aspects contains "fast tempo", musiccaps_aspects contains "punk rock" and musiccaps_names contains "Dubstep"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mouse Skull | This is a low quality recording of a sped up song. The song features voices that have reached a high pitch of singing due to the sped up tempo. This is accompanied by percussion playing at a fast tempo. Distortion guitars are playing power chords but are now at a higher pitch due to speeding up the song. The bass plays the root notes of the chords. The song has a quirky mood. It can be used in a comedy movie. | 2006-08-29T23:23:21Z | FeindFactory | this is was our first fully animated project that we drew ourselves, our experiment, we only used paint and windows movie maker, the bottom of the barrel, to see if we could. The Song: Skulls by The Misfits. hope you enjoy it! | ["House music", "Music", "Buzz", "Dubstep"] | ["punk rock", "sped up song", "cartoon voices", "distortion guitars", "low quality recording", "fast paced drumming", "fast tempo"] | 0 | UoGXR3V5Mro | 2944 |
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;