musiccaps_details (view)
1 row where musiccaps_aspects contains "epic", musiccaps_aspects contains "strings", musiccaps_author = 6 and musiccaps_names contains "Knock"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Dota 2 Daily WTF - Techies Stories: Minefield | The song sounds epic and is fully orchestrated with a string section; brass section; a male choir in the background, fast timpani hits and strings playing a melody. When the song stops, a door knocking sound can be heard along with a short video-game music sequence that does not belong to the previous song. The first song may be playing in a movie trailer. | 2015-10-08T12:58:09Z | Dota Watafak | Dota 2 fail/win compilation Submit your clip / Manda tu video: http://dotawatafak.com/ Check out the WTF Tees: http://shrsl.com/?~8c3r Facebook https://www.facebook.com/DotaWatafak Twitter: https://twitter.com/Dota2WTF Thumbnail Art by: Louissry http://louissry.deviantart.com/ ES_Choirs Of War 3 - Johannes Bornlöf (epidemicsound) RoccoW_-_Break-A-Leg (freemusicarchive.org) -Licensed under Creative Commons: By Attribution 3.0 http://creativecommons.org/licenses/by/3.0/ | ["Music", "Knock"] | ["cinematic", "epic", "strings", "horn section", "male choir", "timpani hits", "door knocking", "uptempo", "amateur recording"] | 6 | IKq2OF8jq1c | 1895 |
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;