home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "4 on the floor kick", musiccaps_aspects contains "claps", musiccaps_aspects contains "electro" and musiccaps_names contains "Disco"

✎ 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
Fail, bloopers and funny accidents - Compilation 4 The Electro song features a "4 on the floor" kick pattern, punchy snare, claps, groovy bass, metallic percussion and repetitive male vocal singing over it. It sounds groovy and energetic - like something you would hear in clubs. 2011-05-22T16:49:16Z Arneeeuh Compilation of fresh failures, funny accidents, bloopers and more awesome stuff on camera. Video's gathered from all over the internet, and made a compilation of the best around nowadays. This is the fourth compilation, the other 3 can be found here: First compilation: http://www.youtube.com/watch?v=LocjTZhY95A Second compilation: http://www.youtube.com/watch?v=xl0DZR7f8H0 Third compilation: http://www.youtube.com/watch?v=cY3cdSPEvek If you liked the video please SUBSCRIBE since I'm going to create a lot more on a very frequent basis! So yes, more is coming very soon! Stay tuned! Music: Dead or Alive - You Spin Me Round (Like a Record) (Remix) Intro music by Pervy Panda: http://soundcloud.com/pervypanda http://www.schermbeschermers.com Fail, bloopers and funny accidents - Arne's Compilation 4 ["Disco", "House music", "Music", "Dance music"] ["electro", "4 on the floor kick", "punchy snare", "claps", "groovy bass", "metallic percussions", "repetitive male vocal", "groovy", "energetic"] 4 m-S-yqzlOj4 4436

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