home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "modern pop hits", musiccaps_aspects contains "mouth percussions", musiccaps_aspects contains "vocal harmony" and musiccaps_names contains "Music of Asia"

✎ 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
Pitch Perfect - "funny moments" A female singer leads other backup singers in a vocal harmony. The song is medium tempo with just mouth and body percussion. The song is groovy and played with a lot of ambient crowd noises. The song is a movie soundtrack. 2013-02-18T17:04:44Z MAFER TV Pitch Perfect Is an upcoming 2012 comedy musical film directed by Jason Moore. The screenplay was written by Kay Cannon. Plot The story follows an all-girls a cappella group who rebuild so they can make their way to the championship and take on the boys. This leads to a competition, and new girl Beca is determined to revamp the set-list so that it includes music that's more up-to-date. Cast Anna Kendrick as Beca Brittany Snow as Chloe Rebel Wilson as Fat Amy Anna Camp as Aubrey Christopher Mintz-Plasse as Tommy Skylar Astin as Jesse Freddie Stroma as Luke Adam DeVine as Bumper Alexis Knapp as Stacie Ben Platt as Benji Brock Kelly as Howie Kether Donohue as Alice Ester Dean as Cynthia Rose Hana Mae Lee as Lilly ["Music of Asia", "Music"] ["female singer", "acapella band", "ambient sounds", "choral band", "mouth percussions", "body percussions", "crowds talk", "cheering sounds", "movie soundtrack", "vocal harmony", "medium tempo", "groovy music", "song cover", "groovy music", "bad audio quality", "modern pop hits"] 1 4ymXDU-48EE 620

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