musiccaps_details (view)
1 row where musiccaps_aspects contains "game music", musiccaps_aspects contains "sound of person running in boots" 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 |
---|---|---|---|---|---|---|---|---|---|---|
The Legend of Zelda Ocarina of Time: Goron City | This game music starts off with midi sounds playing a high pitched melody. This is followed by another instrument playing a louder melody in a descending pattern of five notes followed by an ascending pattern of three notes. Then an industrial machinery sound is heard followed by the sound of a person in boots running. This song is used in a game. | 2008-08-17T19:21:37Z | BlueKnightNight | On the way to meet Darunia in Goron City. | ["Music", "Walk, footsteps", "Wind instrument, woodwind instrument", "Sound effect", "Flute"] | ["game music", "computer generated sounds", "tapping sound", "industrial sound", "sound of person running in boots", "midi sounds"] | 0 | HtXtfCR-MUg | 1846 |
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;