musiccaps_details (view)
1 row where musiccaps_aspects contains "door opening sound", musiccaps_aspects contains "no voices" and musiccaps_author = 0
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 |
---|---|---|---|---|---|---|---|---|---|---|
Zelda Twilight Princess Wii 100% Walkthrough 1080p HD Part 21 - Reekfish Scent - Snowpeak Yeti | This is a song from a game. It features the main melody being played by a wind instrument. Stringed instruments play staccato notes in the background. The sound of a person running can be heard. The sound of running water is playing. A door is being opened and a squeaky sound is heard when the door is closed. There is no percussion in this song and no voices. The bass notes are loud and unclear. The quality of this recording is low. This is an instrumental song. | 2013-01-09T02:23:05Z | ZorZelda | Zelda Twilight Princess Wii HD 100% - No Damage Taken Part 21 - Reekfish - Snowpeak Playlist: https://www.youtube.com/playlist?list=PLkBK2hrDcB5ucqVzu5cMgRNqL4sBUj7op ------------------------------------------------------------------------------------------------------------------------------ This is a 100% walkthrough in the best possible quality for the Wii. In this walkthrough, I will avoid all damage, collect all items, upgrades, no time wasting, straight to the next objective. If you liked this video please don't forget to subscribe/like and check out my channel for more No Damage Zelda Walkthroughs! | ["Music", "Thunk"] | ["game music", "sound of running", "staccato strings", "door opening sound", "sound of water falling", "no percussion", "low quality recording", "loud bass", "instrumental", "no voices", "squeaky sound"] | 0 | iQfPmJ19ZUc | 4184 |
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;