musiccaps_details (view)
1 row where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "slow tempo", musiccaps_names contains "Guitar" and musiccaps_names contains "Opera"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Lindsey Stirling - Phantom of the Opera(Guitar Cover) | This song features a distortion guitar playing a guitar solo. The solo is played at a high pitch. It is a slow tempo solo. The guitarist plays a lot of vibrato when the notes are allowed to ring for a while. The pattern follows three ascending notes followed by three strikes on a lower note. This is followed by one higher note, the lower note and a hammer on to a higher note. A synth plays backing chords. There are no other instruments in this song. The mood of this song is romantic. | 2012-11-06T21:02:35Z | Łukasz Stemler - MusiC | Fell free to add me on facebook https://www.facebook.com/update_security_info.php?wizard=1#!/pages/ManieK/180841045311104 Here's my band http://www.facebook.com/pages/MossaD-Masters-of-speed-strength-and-Disorder/179106888791919 Hey, my friends ! Check out my fanpage on facebook ! I would like to present you my band .M.o.s.s.a.D ! Click the button ' like it ' :D It would be great ;) Greetings ^ ^ It's a new cover of Lindsey. Everything is playing by ear plus some of my ideas :)This is the second version on youtube I guess :) Hope you gonna like that one . All the best. Axelek666 | ["Guitar", "Music", "Musical instrument", "Opera", "Plucked string instrument"] | ["distortion guitar", "guitar solo", "synth backing", "vibrato", "hammer on", "no other instruments", "no percussion", "no voice", "instrumental", "slow tempo", "romantic theme"] | 0 | NKDBwJIwWoU | 2331 |
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;