musiccaps_details (view)
1 row where musiccaps_aspects contains "crunching tones", musiccaps_aspects contains "pain" and musiccaps_aspects contains "screaming"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hulk Transformation Test by Alok Joshi | The song is a movie soundtrack. Violins play in a mysterious harmony while ambient room noises are heard. Groaning, screams of agony, shouts, metal cupboards falling, glass shattering and wrecking noses are heard. The track is an animated movie sound track and of poor quality. | 2012-12-24T12:10:24Z | Alok Joshi | Hulk Transformation Test by Alok Joshi (Used Morpheus Rig v1.0 by Josh Burton) (Audio rights belong to their owners) | ["Music", "Boom"] | ["groaning sounds", "screaming", "low muffled screams", "screams of agony", "metal cupboard banging sounds", "transformation", "ambient room noise", "banging", "glass shattering sounds", "crunching tones", "pain", "scare as of agony", "heavy breathing", "animated movie soundtrack", "violins playing", "poor audio quality", "string section harmony", "suspense music"] | 1 | lTOzGIOIfq0 | 4402 |
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;