musiccaps_details (view)
1 row where musiccaps_aspects contains "dramatic", musiccaps_aspects contains "laser sound effects" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Ben 10: Alien Force PSP Level 03 Bombs Away! 3/6 | The low quality recording features in-game sound effects and background orchestral music. The in-game sounds are weird high pitched grunts, female grunts, swoosh sound effects, hitting sound effects and laser sound effects. The background music consists of wide strings melody, woodwinds melody and low staccato brass melody. It sounds suspenseful, intense, dramatic and there is a constant noise in the background. | 2008-11-03T02:08:32Z | The Lucky PokeBall | Ben 10: Alien Force PSP Level 03 Bombs Away! 3/6. thanks for watching, please SUBSCRIBE. | ["Music", "Scary music", "Inside, large room or hall"] | ["low quality", "female grunts", "background orchestral music", "swoosh sound effects", "weird high pitched grunts", "laser sound effects", "hitting sound effects", "suspenseful", "intense", "dramatic", "wide strings melody", "low staccato brass melody", "noisy", "in game sounds", "woodwinds melody"] | 4 | rzVNYg3nClo | 4910 |
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;