home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "piano", musiccaps_author = 3 and musiccaps_names contains "Musical instrument"

✎ View and edit SQL

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
C minor rock power ballad guitar backing track Here we have a powerful rock ballad instrumental in a minor key. The guitar is grungy and overdriven, and the piano is clean and plays the same chords as the guitar at the same time. 2012-05-13T21:33:38Z Iain MacLeod Hey guys! Sorry I haven't uploaded any tracks in a while. I made this one today and I hope you enjoy playing over it as much as I did :) Thanks for all the amazing support so far! Happy shreddin'! ["Electric guitar", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Strum", "Plucked string instrument"] ["rock music", "piano", "electric guitar strumming", "minor key", "rock power ballad", "ballad", "grungy electric guitar strumming", "overdrive"] 3 4M0njWKFsME 560
Canon in D - Piano Tutorial Easy SLOW - Pachelbel - How To Play (Synthesia) Here we have a slow piano piece played in a major key. The peace feels calm and happy. 2015-10-31T09:39:24Z Piano Tutorial Easy ➜ SHEET MUSIC: https://mnot.es/2ATZUWw ➜ Learn Piano Easy: http://bit.do/flowkey8 @PianoTutorialEasy ➜ Spotify: https://open.spotify.com/artist/385La0y3kXbvCTG2TVFxOv?si=uRbHOqiWTPSPgHj5kngD-g ➜ Instagram: https://www.instagram.com/piano_tutorial_easy_youtube ➜ More Piano Tutorials: https://www.youtube.com/c/PianoTutorialStar ➜ Original productions of myself: https://www.youtube.com/c/SirBeatniker ➜ Facebook PianoTutorialEasy: https://www.facebook.com/pages/Piano-Tutorial-Easy/648336148605372 ➜ TWITTER PianoTutorialEasy: https://twitter.com/PianoTutorial2 Canon in D - Pachelbel piano tutorial easy SLOW - learn how to play Canon in D - Pachelbel in an easy beginner piano lesson with synthesia. This easy piano arrangement was created by Michael Carstensen . ➜ Get the newest sheets: https://www.musicnotes.com/sheet-music/artist/piano-tutorial-easy ➜ Subscribe: https://www.youtube.com/c/PianoTutorialEasy?sub_confirmation=1 ➜ NEW Pop Music - Piano Tutorial EASY: https://www.youtube.com/watch?v=2BVZ9uB64L0&list=PLLsp1gm4FxRhUHSlj9pKUbwvWNr5cda81 ➜ OLD Pop Music - Piano Tutorial EASY: https://www.youtube.com/watch?v=F9uUHvUHXu0&list=PLLsp1gm4FxRhiWzhJ4YvhqBi1YZr8sPFm ➜ NEW Pop Music - Piano Tutorial ADVANCED: https://www.youtube.com/watch?v=uMVsK9p637c&list=PLLsp1gm4FxRgvZQwVaTbw3Y0zsFJ3aCOe ➜ OLD Pop Music - Piano Tutorial ADVANCED: https://www.youtube.com/watch?v=NzsdUoszN6c&list=PLLsp1gm4FxRgw4FOE664-0HpAzaLkBmdv ➜ Movie/TV-Series - Piano Tutorial EASY: https://www.youtube.com/watch?v=tvff8jN-hWM&list=PLLsp1gm4FxRhU1XhT2JlH9qZvizHBzdkC ➜ Movie/TV-Series - Piano Tutorial ADVANCED: https://www.youtube.com/watch?v=fma_Rup2ZfU&list=PLLsp1gm4FxRg-AU8mcWlv5mxCvotPHsP6 ➜ Classical Music - Piano Tutorial EASY: https://www.youtube.com/watch?v=xU78D9N7VbA&list=PLLsp1gm4FxRgxKAcdQgGxP4zUhOqy3HFD ➜ Classical Music - Piano Tutorial ADVANCED: https://www.youtube.com/watch?v=VwAVKJHa3Lk&list=PLLsp1gm4FxRi33FtX-jeVphzo9rVkX4l3 ➜ NEW Original Piano Pieces - EASY: https://www.youtube.com/watch?v=RCSd9-j961w&list=PLLsp… ["Electric piano", "Music", "Musical instrument", "Keyboard (musical)", "Piano", "Electronic tuner", "Inside, small room"] ["piano", "calm", "happy", "emotional", "piano notes"] 3 ABVYSaLu_VM 1080
Los Blancos (en vivo) This is a traditional Latin American song which would be suitable for salsa dancing. There are layers of percussion including bongo drums and snare drums. The pianist plays intricate melodies and the brass section plays vibrant and punchy motifs. It's a live performance with a relatively poor audio quality. There is a male group of singers performing energetically. 2008-07-14T19:10:04Z juandog2000 en concierto (el Rey del timbal) Leopoldo Blanco en los timbales ["Music", "Musical instrument", "Music of Latin America", "Percussion", "Salsa music"] ["latin american music", "upbeat", "brass instruments", "bongo drums", "piano", "male hispanic vocal group", "salsa dancing", "live performance", "low quality audio"] 3 DAX9uKYlDvw 1449

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 742.881ms · About: simonw/musiccaps-datasette