home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "lo-res", musiccaps_aspects contains "polka", musiccaps_aspects contains "remix" and musiccaps_aspects contains "yodeling"

✎ 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
Roundabout Mayhem This is a techno remix of a polka music piece. There is a female vocalist singing and yodeling. Once the remix kicks in, the male vocal sample can be heard singing a bass line. There is a loud electronic drum beat for the rhythmic background. The vocals have a slight sidechain effect on kick drum hits. The atmosphere is playful. The piece is in low resolution. This piece can be used in the background of funny social media content. 2011-01-15T23:26:51Z MonkeyWrenchDog A German roundabout ["Music", "Child singing"] ["polka", "folk", "techno", "remix", "female vocal", "yodeling", "male vocal sample", "electronic drums", "lo-res", "european", "playful", "comedic"] 9 xuxKtxzq2Cs 5363

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