home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "amateur recording", musiccaps_aspects contains "marimba" and musiccaps_names contains "Music"

✎ 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
Super Mallet Bros-Legend of Zelda, Pokemon, and Super Mario on the Mallets A Vibraphone and a marimba are playing a composition with a lot of reverb. This is an amateur recording. This song may be playing at a school concert. 2009-01-09T23:47:32Z Jason Weitzman For the 2009 Mamaroneck High School Honors Recital, Danny Garfield, Zach Upton-Davis, and Jason Weitzman played their composition Super Mallet Bros., a compilation of Nintendo themes. The instruments are (from right to left): Wind Chimes, Gong, Marimba, Bells, Vibraphone, Snare Drum, Claves, and Xylophone. The songs were: The Legend of Zelda Theme Song of Storms Pokemon Intro Pokemon Theme Super Mario Bros. Overworld Theme Underground Theme Star Theme The sheet music was downloaded at gamemusicthemes.com. ["Music", "Vibraphone"] ["vibraphone", "marimba", "uptempo", "amateur recording"] 6 KPG9s_s8siA 2079
Nintendo GameCube Start-Up Slowed Down This recording contains a marimba melody that sounds like it is being slowed down a lot. At the end there is digital sound like something heavy hitting the ground in slow motion. This is an amateur recording. This song may be playing in a videogame. 2007-09-30T21:52:47Z Cody Smith As a lot of you know, the GameCube has different ways of turning on. The first way is just pressing the power button, and the second way is holding down the Z button while the GameCube's booting up. In this video, I slowed down the animation... it sounds really weird... Please no hate comments. What can I say? I was bored! XD ["Music", "Vibraphone"] ["pitched marimba", "slow motion", "marimba", "sound-effect", "amateur recording"] 6 V4YUpQKeKD4 2972

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 817.018ms · About: simonw/musiccaps-datasette