musiccaps_details (view)
1 row where musiccaps_aspects contains "cinematic", musiccaps_aspects contains "darl" and musiccaps_aspects contains "reverb vocal sample"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Legend of Zelda Twilight Princess Walkthrough 22 (4/9) "Hyrule Castle: Tower" | The track is a video game soundtrack. A scary sounding synth sustains a dissonant chord that indicates danger. What seems to be an infant is sampled, the sound has reverb and distortion. There's a tension atmosphere.The overall vibe of the track is dark. | 2010-08-31T13:50:25Z | Zelda Dungeon | ~ Chapter 22: Hyrule Castle ~ Part 4 of 9: Tower ==Contents== 0:04 Blocks + Soldiers (Wolf Form!) 0:37 Stairs 1: Jump 0:50 Area 1: Lizalfos 1:05 Stairs 2: Double Clawshot 1:20 Area 2: Lizalfos (Harder) 1:30 Stairs 3: Spinner 1:42 Area 3: Darknut 2:37 Goody Room (OPTIONAL!!!) 4:48 Atop Hyrule Castle 5:30 Lengthy Introduction 6:15 Ganondorf Rambles 7:34 Uh Oh... Corresponding Twilight Princess Site Walkthrough Chapter: https://www.zeldadungeon.net/twilight-princess-walkthrough/hyrule-castle/ | ["Music", "Sigh", "Inside, large room or hall"] | ["cinematic", "video game", "scary", "sound effects", "dark synth", "reverb vocal sample", "no vocals", "danger", "darl"] | 5 | 50QEapyTPD4 | 624 |
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;