musiccaps_details (view)
1 row where musiccaps_aspects contains "bubbles", musiccaps_aspects contains "chimes" and musiccaps_aspects contains "sound of water"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Water Temple as a child segment 2 | This song is an instrumental. The tempo is slow with the music starting with the sound of blasts,sinister melody of chimes , muddled sounds,sound of water or bubbles, and synthesised arrangements with beeps at the end of this clip.It is animated, sinister, chaotic with discordant music. | 2008-01-05T00:29:59Z | ThomazSDA | I finally took my time to start recording my run in the Water Temple as a child. I first had in mind to combine this segment with getting the Big Boss Key but that's so incredibly hard so I decided to split it up. I had some errors at the end. I forgot to pull sword before going into the last room and didn't run forward as much as I wanted but otherwise good. The trick with the torches I got from ZeldaXmaster. =) I haven't actually recorded the first segment yet, but will do in the future. Getting in this bloody temple is hard. Enjoy! | ["Music", "Gurgling"] | ["instrumental", "slow tempo", "chimes", "discordant music", "animated", "eerie", "dangerous", "sound of water", "bubbles", "keyboard riff", "synthesised sounds", "sinister chime melody", "video game sounds", "sound of blast", "dissonant music", "inharmonious"] | 7 | WFPGA_BYkKU | 3079 |
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;