musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "rave" and musiccaps_names contains "Zing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Break You - Yade | This is a hardcore rave music piece. There is a female vocalist singing melodically. The high-pitched synth is playing the main theme while an ambient synth with medium-pitched characteristics is playing in the background. A very loud and fast-paced electronic drum beat carries the rhythmic background. The atmosphere is very energetic. This piece could be used in an anime or a video game. It could also be used in DJ sets at rave venues. | 2011-10-21T17:27:56Z | Desuvi Music | Break You - Yade • Independent Artist Release • Free Download: http://soundcloud.com/yadedhardcore/01-yade-break-you-dj-promo-320 Yade: Listen: https://soundcloud.com/yadedhardcore Like: https://www.facebook.com/YadeHardcore Wanna hear more hardcore rave music? Subscribe! http://goo.gl/LKgneE • jordesuvi Tweet: http://www.twitter.com/jor_desu Tumblr: http://jordesu.tumblr.com/ Google+: http://www.google.com/+jordesuvi Producers submit your song to be promoted on jordesuvi here! http://full.sc/12sr1i7 | ["Music", "Zing"] | ["hardcore", "rave", "synth", "female voice", "melodic singing", "ambient synth", "loud electronic drums", "sound effects", "high-pitched", "energetic", "dance"] | 9 | JvvnL7UnCGA | 2046 |
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;