musiccaps_details (view)
1 row where musiccaps_aspects contains "instructive speaking", musiccaps_aspects contains "lesson recording" and musiccaps_names contains "Piano"
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 |
---|---|---|---|---|---|---|---|---|---|---|
How to Play Butterflies & Hurricanes - Part 1 (LearnMUSE) | This is the recording of a keyboard lesson. There is a male instructor that plays the notes on the keyboard first and then describes the placement of the fingers and the notes that are being played. The audio quality of the lesson is not that great. | 2008-03-10T19:35:06Z | LearnMUSE | Band: Muse Album: Absolution Song: Butterflies & Hurricanes -- Part 1 of 3 -- This is a tutorial for Butterflies and Hurricanes by Muse on the piano by Samuel Deacon. Sorry about the camera positioning, its very difficult to fit everything in, especially on this song. If my hands go off the screen, just try to listen to the notes I'm telling you to play. I've made this with beginners in mind, so if you're a seasoned player you can ignore me talking about notes of chords and stuff. Remember, don't give up, a lot of the song is repeated so if you can get one part down the rest becomes easy. Don't give up on the tricky bits (the solo lol), it takes time before it all becomes smooth. It's a great song to play, really not THAT difficult and a great for showing off! | ["Music", "Musical instrument", "Keyboard (musical)", "Piano", "Speech", "Electronic tuner", "Inside, small room"] | ["lesson recording", "amateur recording", "keyboard lesson", "male voice", "instructive speaking"] | 9 | 2pTnwe3DzCs | 408 |
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;