musiccaps_details (view)
1 row where musiccaps_aspects contains "cult classic", musiccaps_aspects contains "electric guitar lead", musiccaps_aspects contains "tempo changes" and musiccaps_names contains "Keyboard (musical)"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Rock Band 3 - Bohemian Rhapsody [Splitscreen] [100% FC Expert Pro Keys] | The song is an instrumental. The song is medium tempo and tempo changes occur later, with piano accompaniment, guitar solo, chord changes, steady drumming rhythm, rhythm guitar, and strong bass line . The song is an iconic rock hit and has a bad audio quality. | 2011-07-07T00:24:37Z | RockerSVK | Bohemian Rhapsody - Queen XBL Gamertag: RockerSVK My friend lent me a camera so I could finally record my hands playing pro keys as many of you requested that. I ReFCd Bohemian Rhapsody just to show you my hands, I also made it one handed just for you. I even improved my best score :) Also notice this is my first splitscreen video ever so I hope you like it :D Btw I recorded my hands playing 2 other songs I already FCd (you can guess which ones) so stay tuned :) I had to change a pitch of audio track half a semitone up otherwise the video will be blocked in some countries. Sorry for that. | ["Swing music", "Musical instrument", "Keyboard (musical)"] | ["electric guitar lead", "chord changes", "specials sound effects", "groovy bass line", "piano accompaniment", "classic rock song", "instrumental music", "cymbal crashes", "piano accompaniment", "emotional", "sentimental", "rock super-hits", "passionate", "spirited", "cult classic", "bad audio quality", "passionate", "energetic", "youthful", "iconic solo", "rock anthem", "tempo changes", "medium tempo"] | 1 | LR3U4b_fVBc | 2186 |
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;