musiccaps_details (view)
1 row where musiccaps_aspects contains "female voice", musiccaps_aspects contains "rapping", musiccaps_author = 0 and musiccaps_names contains "Exciting 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 |
---|---|---|---|---|---|---|---|---|---|---|
We Ride - Stay Gold (Official Music Video) | This heavy metal song features a female voice rapping the main vocals. The voice is aggressive and high pitched. This is accompanied by distortion guitars playing aggressive riffs. The distortion guitars play using muted power chords lending a heavy tone to the rhythm section. The bass follows the same riffs as the guitars. The percussion plays an aggressive rock beat using double kicks in parts, following the guitar riffs. This song has a rebellious mood. This song can be played in a Transformers-style machine movie. | 2012-08-14T16:32:45Z | werideband | Music video by WE RIDE performing "Stay Gold" from the album "On The Edge". Directed and edited by Borja Carrasco. Watch "SELF MADE" from our upcoming album 'Empowering Life' here: https://www.youtube.com/watch?v=fBrNz1KMoaY&feature=youtu.be Pre Order 'Empowering Life' (In Stores April 14th) here: http://www.victorymerch.com/store/weride https://www.facebook.com/werideband/ | ["Funk", "Music", "Exciting music"] | ["heavy metal", "female voice", "rapping", "distortion guitars", "bass", "aggressive percussion", "double bass", "aggressive song", "moderate tempo"] | 0 | 0_hH79HnEdo | 184 |
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;