musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic cymbals", musiccaps_aspects contains "punchy kick", musiccaps_aspects contains "wide electric guitar melody", musiccaps_names contains "Angry music" 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 |
---|---|---|---|---|---|---|---|---|---|---|
RSMV - Louder Than Words | The rock song features a fruity male vocal with occasional echoing effects, singing over punchy kick and snare hits, energetic cymbals, wide electric guitar melody and distorted bass guitar. Towards the end of the loop, there is a stuttering effect, which makes a perfect variation for such an energetic and aggressive song. It also sounds addictive, due to that cadence. | 2011-06-13T18:12:13Z | Itslauz | PLEASE READ DESCRIPTION. WARNING! FLASHES AND BRIGHT COLORS! THIS RSMV CONTAINS FLASHES OF LIGHT THAT MAY SET OFF A SEIZURE. [DISCLAIMER] - RuneScape is a registered trademark of JaGeX Limited. I do not claim, or have any, affiliation with JaGeX Ltd. This video was not intended for any personal gain, only for entertainment purposes. Consider this free advertising. ~CREDITS~ L2 Pk M3 Ma7 ( http://www.youtube.com/user/ma7fire ) Katrienemie1 Jeffyy ( http://www.youtube.com/user/jefkiller ) Miauwtje2 ( http://www.youtube.com/user/miauwtje2 ) Sokkenmens ( http://www.youtube.com/user/sokownt ) Suk A Duck ( http://www.youtube.com/user/Robotic102 ) Epic Mudkip ( http://www.youtube.com/user/TheDutchzman ) Lucky At Tds ( http://www.youtube.com/user/Jamalieboy10 ) Alp704 Greg69d69 PvM King Eel oCookie ( http://www.youtube.com/user/Crazy5316 ) Thank you all so much who helped me makin this video! Hope you enjoy it. Please leave a comment ;D | ["Music", "Angry music"] | ["rock", "energetic cymbals", "distorted bass guitar", "punchy snare", "punchy kick", "fruity male vocal", "echoing effects", "stuttering effect", "wide electric guitar melody", "energetic", "aggressive", "addictive"] | 4 | OSlotCnSFow | 2443 |
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;