home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "european"

✎ 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
Loituma - Ievan's Polkka (live, techno original version) This is a finnish techno pop piece with polka influences. There is a female vocalist in the lead singing rapidly in a manner that resembles yodeling. A male vocalist occasionally joins her at a lower pitch while singing the melody. The melodic background consists of a keyboard tune and a simple bass line. The rhythmic background is provided by an electronic disco drum beat. The atmosphere is playful and danceable. This piece could be used in the background of a comedic social media content. It could also be played at children's events. 2010-10-21T08:13:23Z nestorrente Loituma performs their song Ievan's Polkka in a rare techno version. ["Electronic music", "Music", "Techno"] ["finnish techno pop", "polka", "live performance", "male vocal", "female vocal", "yodel-like singing", "keyboard", "bass", "electronic drums", "european", "playful", "vibrant", "danceable", "medium tempo"] 9 0i8VM_EooCs 201
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 772.193ms · About: simonw/musiccaps-datasette