musiccaps_details (view)
1 row where musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "heavy metal", musiccaps_aspects contains "loud" and musiccaps_aspects contains "loud acoustic drums"
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 |
---|---|---|---|---|---|---|---|---|---|---|
1983 Ronnie James Dio "Stand Up and Shout" (Rock Palace) | This is the live recording of a heavy metal music piece. The male vocalist in the lead has a powerful wide-ranged vocal. There is an overdriven electric guitar that is playing a repeated riff with a bass guitar supporting it in the background. The rhythm is provided by a loud, fast-paced metal beat on the acoustic drums. The atmosphere is hard-hitting and energetic. The piece could be playing in the background of a rock/metal bar. | 2007-06-01T01:16:31Z | music3874 | Ronnie James Dio performing "Stand Up And Shout" on a US late night television show, "The Rock Palace." I believe this was recorded very shortly after the release of the "Holy Diver" album. From the same show, also see: Rainbow in the Dark http://www.youtube.com/watch?v=LmSt1oEIshE Man On The Silver Mountain http://www.youtube.com/watch?v=vOyFE-1LAI0 | ["Music", "Whoop"] | ["heavy metal", "live performance", "male vocal", "powerful singing", "electric guitar", "bass guitar", "loud acoustic drums", "hard-hitting", "energetic", "loud", "invigorating", "fast tempo"] | 9 | zixIuxzCCvs | 5505 |
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;