home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "game music", musiccaps_aspects contains "no lyrics", musiccaps_aspects contains "violins" and musiccaps_aspects contains "xylophone sound"

✎ 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
Playthrough: Donald Duck - Goin' Quackers 04 - Duckie Mountain - The Track This song features sounds from a game. A groovy bassline is played. This is accompanied by percussion playing a simple rhythm. A violin fill is played in the background. Quirky sounds are played in the foreground depicting some actions like jumping and crossing game levels. Birds can be heard chirping in the background. There is the sound of a waterfall toward the end of the clip. Bubble bursting sounds are played when the character collects some rewards. There are no lyrics in this song and no words being sung. 2009-08-19T14:30:57Z MkayIndianaJones   ["Music", "Walk, footsteps", "Quack"] ["game music", "quirky sounds", "bassline", "waterfall sounds", "no lyrics", "bird sounds", "simple percussion", "moderate tempo", "violins", "bubble sounds", "xylophone sound"] 0 v2Ng8iGwf40 5149

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